File tree 3 files changed +19
-1
lines changed
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
.spyderproject
2
+ .spyproject
2
3
qwt-6. *
3
4
qwt /tests /demo.png
4
5
PythonQwt.chm
Original file line number Diff line number Diff line change 1
1
# PythonQwt Releases #
2
2
3
3
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
+
4
21
### Version 0.6.1 ###
5
22
6
23
- Fixed rounding issue with PythonQwt scale engine (0...1000 is now divided
Original file line number Diff line number Diff line change 28
28
.. _GitHubPage: http://pierreraybaut.github.io/PythonQwt
29
29
.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
30
30
"""
31
- __version__ = '0.6.1 '
31
+ __version__ = '0.6.2 '
32
32
QWT_VERSION_STR = '6.1.5'
33
33
34
34
import warnings
You can’t perform that action at this time.
0 commit comments