File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1-
21Chaco CHANGELOG
32===============
43
4+ Release 6.1.0
5+ -------------
6+
7+ A minor release which updates numpy requirement to 2.x and minimum Python to 3.10
8+
9+ As usual, this release includes a small number of bugfixes and minor improvements.
10+
11+ Thanks to all who contributed to the release:
12+
13+ Enhancements
14+
15+ * Update code to work with recent numpy 2.x (#917)
16+ * Update minimum tested Python to 3.10
17+
18+ Fixes
19+
20+ * Fix typo in base_2d_plot.py (#915)
21+
22+ Build/CI
23+
24+ * Update pypi testing workflow (#917)
25+ * Update edm testing workflow (#917)
26+ * skip known failures #919 and #918 (#917)
27+
28+ Thanks to all who contributed to the release:
29+
30+ * Mark Asbach
31+ * Ioannis Tziakos
32+
33+
534Release 6.0.0
635-------------
736
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Features
3232
3333Prerequisites
3434-------------
35- Chaco is only supported on Python >= 3.6 .
35+ Chaco is only supported on Python >= 3.10 .
3636You must have the following libraries installed before building or installing
3737Chaco:
3838
Original file line number Diff line number Diff line change 1818from Cython .Build import cythonize
1919
2020MAJOR = 6
21- MINOR = 0
21+ MINOR = 1
2222MICRO = 0
2323PRERELEASE = ""
2424IS_RELEASED = True
You can’t perform that action at this time.
0 commit comments