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 11# PythonQwt Releases #
22
33
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+
412### Version 0.6.0 ###
13+
514- Ported changes from Qwt 6.1.2 to Qwt 6.1.5
615- ` QwtPlotCanvas.setPaintAttribute ` : fixed PyQt4 compatibility issue for BackingStore paint attribute
716- Fixed DataDemo.py test script (was crashing ; this closes #41 )
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.0 '
31+ __version__ = '0.6.1 '
3232QWT_VERSION_STR = '6.1.5'
3333
3434import warnings
You can’t perform that action at this time.
0 commit comments