Skip to content

Commit 382f748

Browse files
committed
Updated changelog
1 parent 651fb24 commit 382f748

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
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)

qwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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'
3232
QWT_VERSION_STR = '6.1.5'
3333

3434
import warnings

0 commit comments

Comments
 (0)