File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PythonQwt Releases #
2
2
3
+ ### Version 0.8.2 ###
4
+
5
+ - Added new GUI-based test script ` PythonQwt-py3 ` to run the test launcher.
6
+ - Added command-line options to the ` PythonQwt-tests-py3 ` script to run all the tests
7
+ simultenously in unattended mode (` --mode unattended ` ) or to update all the
8
+ screenshots (` --mode screenshots ` ).
9
+
3
10
### Version 0.8.1 ###
4
11
5
12
- PySide2 support was significatively improved betwen PythonQwt V0.8.0 and
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.8.1 "
31
+ __version__ = "0.8.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