Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,36 @@

Chaco CHANGELOG
===============

Release 6.1.0
-------------

A minor release which updates numpy requirement to 2.x and minimum Python to 3.10

As usual, this release includes a small number of bugfixes and minor improvements.

Thanks to all who contributed to the release:

Enhancements

* Update code to work with recent numpy 2.x (#917)
* Update minimum tested Python to 3.10

Fixes

* Fix typo in base_2d_plot.py (#915)

Build/CI

* Update pypi testing workflow (#917)
* Update edm testing workflow (#917)
* skip known failures #919 and #918 (#917)

Thanks to all who contributed to the release:

* Mark Asbach
* Ioannis Tziakos


Release 6.0.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Features

Prerequisites
-------------
Chaco is only supported on Python >= 3.6.
Chaco is only supported on Python >= 3.10.
You must have the following libraries installed before building or installing
Chaco:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from Cython.Build import cythonize

MAJOR = 6
MINOR = 0
MINOR = 1
MICRO = 0
PRERELEASE = ""
IS_RELEASED = True
Expand Down