We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b13a3 commit 26b125cCopy full SHA for 26b125c
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# PythonQwt Releases #
2
3
4
+### Version 0.5.5 ###
5
+
6
+- `QwtScaleMap.invTransform_scalar`: avoid divide by 0
7
+- Avoid error when computing ticks: when the axis was so small that no tick could be drawn, an exception used to be raised
8
9
10
### Version 0.5.4 ###
11
12
Fixed an annoying bug which caused scale widget (axis ticks in particular)
qwt/__init__.py
@@ -28,7 +28,7 @@
28
.. _GitHubPage: http://pierreraybaut.github.io/PythonQwt
29
.. _GitHub: https://github.com/PierreRaybaut/PythonQwt
30
"""
31
-__version__ = '0.5.4'
+__version__ = '0.5.5'
32
QWT_VERSION_STR = '6.1.2'
33
34
import warnings
0 commit comments