Skip to content

Commit e13c81e

Browse files
committed
Moved project to the PlotPyStack organization
1 parent 8654769 commit e13c81e

File tree

6 files changed

+15
-11
lines changed

6 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
## Version 0.11.0
44

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

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

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

1113
## Version 0.10.2
1214

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

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

10+
ℹ️ Created in 2014 by Pierre Raybaut and maintained by the [PlotPyStack](https://github.com/PlotPyStack) organization.
11+
1012
![PythonQwt Test Launcher](qwt/tests/data/testlauncher.png)
1113

1214
The `PythonQwt` project was initiated to solve -at least temporarily- the

doc/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ External resources:
2626

2727
* Bug reports and feature requests: `GitHub`_
2828

29-
.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
29+
.. _GitHub: https://github.com/PlotPyStack/PythonQwt

qwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
.. _PyPI: https://pypi.python.org/pypi/PythonQwt
2626
.. _GitHubPage: http://pierreraybaut.github.io/PythonQwt
27-
.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
27+
.. _GitHub: https://github.com/PlotPyStack/PythonQwt
2828
"""
2929

3030
__version__ = "0.11.0"

qwt/plot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,8 +991,8 @@ def updateAxes(self):
991991
# Otherwise, when tick labels are large enough, the ticks
992992
# may not be aligned with canvas grid.
993993
# See the following issues for more details:
994-
# https://github.com/PierreRaybaut/guiqwt/issues/57
995-
# https://github.com/PierreRaybaut/PythonQwt/issues/30
994+
# https://github.com/PlotPyStack/guiqwt/issues/57
995+
# https://github.com/PlotPyStack/PythonQwt/issues/30
996996
startDist, endDist = scaleWidget.getBorderDistHint()
997997
scaleWidget.setBorderDist(startDist, endDist)
998998

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
6464
.. image:: https://raw.githubusercontent.com/PierreRaybaut/PythonQwt/master/doc/images/QwtPlot_example.png
6565
66-
.. _README: https://github.com/PierreRaybaut/PythonQwt/blob/master/README.md
66+
.. _README: https://github.com/PlotPyStack/PythonQwt/blob/master/README.md
6767
.. _online: https://pythonqwt.readthedocs.io/en/latest/
6868
.. _PDF: https://pythonqwt.readthedocs.io/_/downloads/en/latest/pdf/
69-
.. _changelog: https://github.com/PierreRaybaut/PythonQwt/blob/master/CHANGELOG.md
69+
.. _changelog: https://github.com/PlotPyStack/PythonQwt/blob/master/CHANGELOG.md
7070
"""
7171
KEYWORDS = ""
7272
CLASSIFIERS = []
@@ -123,7 +123,7 @@ def get_subpackages(name):
123123
},
124124
author="Pierre Raybaut",
125125
author_email="pierre.raybaut@gmail.com",
126-
url="https://github.com/PierreRaybaut/%s" % LIBNAME,
126+
url="https://github.com/PlotPyStack/%s" % LIBNAME,
127127
platforms="Any",
128128
classifiers=CLASSIFIERS
129129
+ [

0 commit comments

Comments
 (0)