Skip to content

Commit e5437af

Browse files
committed
Updated changelog
1 parent 92ba259 commit e5437af

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# PythonQwt Releases
22

3+
## Version 0.9.1
4+
5+
- Added load test showing a large number of plots (eventually highlights performance issues)
6+
- Fixed event management in `QwtPlot` and removed unnecessary `QEvent.LayoutRequest`
7+
emission in `QwtScaleWidget` (caused high CPU usage with `guiqwt.ImageWidget`)
8+
- `QwtScaleDiv`: fixed ticks initialization when passing all arguments to constructor
9+
- tests/image.py: fixed overriden `updateLegend` signature
10+
311
## Version 0.9.0
412

513
- `QwtPlot`: set the `autoReplot` option at False by default, to avoid time consuming

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.9.0"
31+
__version__ = "0.9.1"
3232
QWT_VERSION_STR = "6.1.5"
3333

3434
import warnings

0 commit comments

Comments
 (0)