Skip to content

Commit 26b125c

Browse files
committed
version
1 parent 95b13a3 commit 26b125c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# PythonQwt Releases #
22

33

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+
410
### Version 0.5.4 ###
511

612
Fixed an annoying bug which caused scale widget (axis ticks in particular)

qwt/__init__.py

+1-1
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.5.4'
31+
__version__ = '0.5.5'
3232
QWT_VERSION_STR = '6.1.2'
3333

3434
import warnings

0 commit comments

Comments
 (0)