Skip to content

Commit 28485c4

Browse files
committed
Update changelog.
1 parent 034b227 commit 28485c4

File tree

1 file changed

+66
-2
lines changed

1 file changed

+66
-2
lines changed

CHANGES.txt

Lines changed: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,76 @@
22
Chaco CHANGELOG
33
===============
44

5-
This is an incremental release which modernises the usage of Traits in a
6-
number of places, and fixes a number of bugs.
5+
Release 6.0.0
6+
-------------
7+
8+
This is a major release which includes support for Python 3.11, and more recent
9+
versions of PySide6, TraitsUI and Enable. There are no substantial new
10+
features, but some backwards compatibility support has been removed as
11+
advertised in deprecation warnings. Substantial work has been done to ensure
12+
that demos and examples are working and up-to-date where possible.
13+
14+
As usual, this release includes a number of bugfixes and minor improvements.
15+
16+
Thanks to all who contributed to the release:
17+
18+
* Chengyu Liu
19+
* Didrik Pinte
20+
* Corran Webster
21+
22+
Enhancements
23+
24+
* Remove deprecated stub files (#903)
25+
* Replace "modern" font with "san-serif" (#901)
26+
27+
Fixes
28+
29+
* Update textPlot when aesthetics change (#905)
30+
* Fix Wx Bitmap usage (#904)
31+
* Fix imports of `marker_trait` (#902)
32+
* Fire `updated` trait and Ranges when data sources are emptied (#900)
33+
* Fix LegendHighlighter hit detection (#897)
34+
* Properly handle NaN in BarPlots (#895)
35+
* Fix polar line renderer (#883)
36+
37+
Documentation/Examples
38+
39+
* Fix imports of ufuncs in Scalar Image Function Inspector example (#894)
40+
* Various small fixes for examples (#859, #864, #870, #871, #873, #874, #880, #882, #884, #885, #892, #893)
41+
42+
Build/CI
43+
44+
* Update testing infrastructure, including Python 3.11 (#891, #898)
45+
46+
Release 5.1.1
47+
-------------
48+
49+
This is a small bugfix release centered around Python 3.8+ support.
50+
51+
Thanks to all who contributed to the release:
52+
53+
* Aaron Ayres
54+
* Rahul Poruri
55+
* Corran Webster
56+
57+
Fixes
58+
59+
* Fix various warnings on Python 3.8 (#856)
60+
* Remove uses of deprecated np.bool (#852)
61+
* Prevent exceptions when plot size too small (#848)
62+
63+
Build/CI
64+
65+
* Get CI running on Python 3.8 (#851)
66+
* Fix CI for changes to GitHub infrastructure (#849)
67+
768

869
Release 5.1.0
970
-------------
1071

72+
This is an incremental release which modernises the usage of Traits in a
73+
number of places, and fixes a number of bugs.
74+
1175
Thanks to all who contributed to the release:
1276

1377
* Chris Angell

0 commit comments

Comments
 (0)