File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed
Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11.spyderproject
2+ .spyproject
23qwt-6. *
34qwt /tests /demo.png
45PythonQwt.chm
Original file line number Diff line number Diff line change 11# PythonQwt Releases #
22
33
4+ ### Version 0.6.2 ###
5+
6+ - Fixed Python crash occuring at exit when deleting objects (Python 3 only)
7+ - Moved documentation to https://docs.readthedocs.io/
8+ - Added unattended tests with multiple versions of WinPython:
9+
10+ - WinPython-32bit-2.7.6.4
11+ - WinPython-64bit-2.7.6.4
12+ - WinPython-64bit-3.4.4.3
13+ - WinPython-64bit-3.4.4.3Qt5
14+ - WPy64-3680
15+ - WPy64-3771
16+ - WPy64-3830
17+
18+ - Added PyQt4/PyQt5/PySide automatic switch depending on installed libraries
19+
20+
421### Version 0.6.1 ###
522
623- Fixed rounding issue with PythonQwt scale engine (0...1000 is now divided
Original file line number Diff line number Diff line change 2828.. _GitHubPage: http://pierreraybaut.github.io/PythonQwt
2929.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
3030"""
31- __version__ = '0.6.1 '
31+ __version__ = '0.6.2 '
3232QWT_VERSION_STR = '6.1.5'
3333
3434import warnings
You can’t perform that action at this time.
0 commit comments