Skip to content

Commit 3d847f6

Browse files
Bump version to 0.16.1 and update changelog
1 parent d57df98 commit 3d847f6

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

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.16.1
4+
5+
### Bug fixes
6+
7+
- Fixed [Issue #107](https://github.com/PlotPyStack/PythonQwt/issues/107): corrected a Windows crash/access violation that could occur in long-running sessions creating and rendering large amounts of data, due to GDI handle exhaustion caused by object lifetime and cache growth
8+
- Preserved the rendering performance improvements introduced in 0.16.0 while restoring safer Qt object ownership for internal text/scale-draw private data and adding defensive limits to font-metrics caches
9+
10+
311
## Version 0.16.0
412

513
### Performance

qwt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
from qwt.text import QwtText # noqa: F401
6464
from qwt.toqimage import array_to_qimage as toQImage # noqa: F401
6565

66-
__version__ = "0.16.0"
66+
__version__ = "0.16.1"
6767
QWT_VERSION_STR = "6.1.5"
6868

6969

0 commit comments

Comments
 (0)