Final preparations for 0.11.0 release

Intend to tag and upload after this is merged
This commit is contained in:
Kyle Sunden 2020-06-08 18:20:41 -05:00
parent fe620e8a2d
commit e1f2cdce74
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
pyqtgraph-0.11.0 (in development)
pyqtgraph-0.11.0
NOTICE: This is the _last_ feature release to support Python 2 and Qt 4 (PyQt4 or pyside 1)
New Features:
- #101: GridItem formatting options
@ -127,7 +129,6 @@ pyqtgraph-0.11.0 (in development)
- #151: Optionally provide custom PlotItem to PlotWidget
- #1093: Fix aspectRatio and zoom range issues when zooming
- #390: moved some functionality from method 'export' to new method
- #391: changed structure to redefine axis via plotitem.setAxes
- #468: Patch/window handling
- #392: new method 'getAxpectRatio' with code taken from 'setAspectLocked'
- #1206: Added context menu option to parametertree
@ -308,6 +309,7 @@ pyqtgraph-0.11.0 (in development)
- #1223: Remove workaround for memory leak in QImage
- #1217: Get docs version and copyright year dynamically
- #1229: Wrap text in tables in docs
- #1231: Update readme for 0.11 release
pyqtgraph-0.10.0

View File

@ -4,7 +4,7 @@ PyQtGraph - Scientific Graphics and GUI Library for Python
www.pyqtgraph.org
"""
__version__ = '0.11.0.dev0'
__version__ = '0.11.0'
### import all the goodies and add some helper functions for easy CLI use