Skip to content

Commit aa8542f

Browse files
committed
Updated changelog
1 parent d1d96dd commit aa8542f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# History of changes
22

3+
## Version 0.5.2
4+
5+
Added CHM documentation to wheel package
6+
Fixed QwtPlotRenderer.setDiscardFlag/setLayoutFlag args
7+
Fixed QwtPlotItem.setItemInterest args
8+
Fixed QwtPlot.setAxisAutoScale/setAutoReplot args
9+
10+
## Version 0.5.1
11+
12+
Fixed Issue #22: fixed scale issues in CurveDemo2.py and ImagePlotDemo.py
13+
QwtPlotCurve: sticks were not drawn correctly depending on orientation
14+
QwtInterval: avoid overflows with NumPy scalars
15+
Fixed Issue #28: curve shading was broken since v0.5.0
16+
setup.py: using setuptools "entry_points" instead of distutils "scripts"
17+
Showing curves/plots number in benchmarks to avoid any misinterpretation (see Issue #26)
18+
Added Python2/Python3 scripts for running tests
19+
320
## Version 0.5.0
421

522
Various optimizations

0 commit comments

Comments
 (0)