Skip to content

Commit 35dedac

Browse files
authored
Prepare 6.1.0 release (#920)
- Update changelog - Update package version - Update readme
1 parent 094abc1 commit 35dedac

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGES.txt

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
1-
21
Chaco 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+
534
Release 6.0.0
635
-------------
736

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Features
3232

3333
Prerequisites
3434
-------------
35-
Chaco is only supported on Python >= 3.6.
35+
Chaco is only supported on Python >= 3.10.
3636
You must have the following libraries installed before building or installing
3737
Chaco:
3838

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from Cython.Build import cythonize
1919

2020
MAJOR = 6
21-
MINOR = 0
21+
MINOR = 1
2222
MICRO = 0
2323
PRERELEASE = ""
2424
IS_RELEASED = True

0 commit comments

Comments
 (0)