Skip to content

Commit

Permalink
Moved project to the PlotPyStack organization
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Sep 17, 2023
1 parent 8654769 commit e13c81e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

## Version 0.11.0

- [Issue #72](https://github.com/PierreRaybaut/PythonQwt/issues/72) - AttributeError: 'QwtScaleWidget' object has no attribute 'maxMajor' / 'maxMinor' / 'stepSize'
- Moved project to the [PlotPyStack](https://github.com/PlotPyStack) organization.

- [Issue #76](https://github.com/PierreRaybaut/PythonQwt/issues/76) - [PySide] AttributeError: 'QwtPlotCanvas' object has no attribute 'Sunken'
- [Issue #72](https://github.com/PlotPyStack/PythonQwt/issues/72) - AttributeError: 'QwtScaleWidget' object has no attribute 'maxMajor' / 'maxMinor' / 'stepSize'

- [Issue #63](https://github.com/PierreRaybaut/PythonQwt/issues/71) - TypeError: 'PySide2.QtCore.QRect' object is not subscriptable
- [Issue #76](https://github.com/PlotPyStack/PythonQwt/issues/76) - [PySide] AttributeError: 'QwtPlotCanvas' object has no attribute 'Sunken'

- [Issue #63](https://github.com/PlotPyStack/PythonQwt/issues/71) - TypeError: 'PySide2.QtCore.QRect' object is not subscriptable

## Version 0.10.2

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

[![license](https://img.shields.io/pypi/l/PythonQwt.svg)](./LICENSE)
[![pypi version](https://img.shields.io/pypi/v/PythonQwt.svg)](https://pypi.org/project/PythonQwt/)
[![PyPI status](https://img.shields.io/pypi/status/PythonQwt.svg)](https://github.com/PierreRaybaut/PythonQwt)
[![PyPI status](https://img.shields.io/pypi/status/PythonQwt.svg)](https://github.com/PlotPyStack/PythonQwt)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/PythonQwt.svg)](https://pypi.python.org/pypi/PythonQwt/)
[![download count](https://img.shields.io/conda/dn/conda-forge/PythonQwt.svg)](https://www.anaconda.com/download/)
[![Documentation Status](https://readthedocs.org/projects/pythonqwt/badge/?version=latest)](https://pythonqwt.readthedocs.io/en/latest/?badge=latest)

ℹ️ Created in 2014 by Pierre Raybaut and maintained by the [PlotPyStack](https://github.com/PlotPyStack) organization.

![PythonQwt Test Launcher](qwt/tests/data/testlauncher.png)

The `PythonQwt` project was initiated to solve -at least temporarily- the
Expand Down
2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ External resources:

* Bug reports and feature requests: `GitHub`_

.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
.. _GitHub: https://github.com/PlotPyStack/PythonQwt
2 changes: 1 addition & 1 deletion qwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.. _PyPI: https://pypi.python.org/pypi/PythonQwt
.. _GitHubPage: http://pierreraybaut.github.io/PythonQwt
.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
.. _GitHub: https://github.com/PlotPyStack/PythonQwt
"""

__version__ = "0.11.0"
Expand Down
4 changes: 2 additions & 2 deletions qwt/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -991,8 +991,8 @@ def updateAxes(self):
# Otherwise, when tick labels are large enough, the ticks
# may not be aligned with canvas grid.
# See the following issues for more details:
# https://github.com/PierreRaybaut/guiqwt/issues/57
# https://github.com/PierreRaybaut/PythonQwt/issues/30
# https://github.com/PlotPyStack/guiqwt/issues/57
# https://github.com/PlotPyStack/PythonQwt/issues/30
startDist, endDist = scaleWidget.getBorderDistHint()
scaleWidget.setBorderDist(startDist, endDist)

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
.. image:: https://raw.githubusercontent.com/PierreRaybaut/PythonQwt/master/doc/images/QwtPlot_example.png
.. _README: https://github.com/PierreRaybaut/PythonQwt/blob/master/README.md
.. _README: https://github.com/PlotPyStack/PythonQwt/blob/master/README.md
.. _online: https://pythonqwt.readthedocs.io/en/latest/
.. _PDF: https://pythonqwt.readthedocs.io/_/downloads/en/latest/pdf/
.. _changelog: https://github.com/PierreRaybaut/PythonQwt/blob/master/CHANGELOG.md
.. _changelog: https://github.com/PlotPyStack/PythonQwt/blob/master/CHANGELOG.md
"""
KEYWORDS = ""
CLASSIFIERS = []
Expand Down Expand Up @@ -123,7 +123,7 @@ def get_subpackages(name):
},
author="Pierre Raybaut",
author_email="[email protected]",
url="https://github.com/PierreRaybaut/%s" % LIBNAME,
url="https://github.com/PlotPyStack/%s" % LIBNAME,
platforms="Any",
classifiers=CLASSIFIERS
+ [
Expand Down

0 comments on commit e13c81e

Please sign in to comment.