File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
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.9.0 "
31+ __version__ = "0.9.1 "
3232QWT_VERSION_STR = "6.1.5"
3333
3434import warnings
You can’t perform that action at this time.
0 commit comments