File tree Expand file tree Collapse file tree 6 files changed +15
-11
lines changed
Expand file tree Collapse file tree 6 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1214The ` PythonQwt ` project was initiated to solve -at least temporarily- the
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"""
7171KEYWORDS = ""
7272CLASSIFIERS = []
@@ -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 + [
You can’t perform that action at this time.
0 commit comments