File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# PythonQwt Releases #
2
2
3
3
4
+ ### Version 0.6.1 ###
5
+
6
+ - Fixed rounding issue with PythonQwt scale engine (0...1000 is now divided
7
+ in 200-size steps, as in both Qwt and PyQwt)
8
+ - Removed unnecessary mask on scaleWidget (this closes #35 )
9
+ - CurveBenchmark.py: fixed TypeError with numpy.linspace (NumPy=1.18)
10
+
11
+
4
12
### Version 0.6.0 ###
13
+
5
14
- Ported changes from Qwt 6.1.2 to Qwt 6.1.5
6
15
- ` QwtPlotCanvas.setPaintAttribute ` : fixed PyQt4 compatibility issue for BackingStore paint attribute
7
16
- Fixed DataDemo.py test script (was crashing ; this closes #41 )
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.0 '
31
+ __version__ = '0.6.1 '
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