Skip to content

Commit 7237633

Browse files
committed
Add changelog entries for PRs since 6.4.0.
1 parent a1c2dbb commit 7237633

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Traits CHANGELOG
22
================
33

4+
Release 6.4.1
5+
-------------
6+
7+
Released: 2022-08-12
8+
9+
This is a bugfix release that fixes wheel builds on Python 3.11 and
10+
fixes some distribution and testing issues with typing stubs.
11+
12+
Fixes
13+
~~~~~
14+
* Update ``cibuildwheel`` to the latest version so that we get wheels for
15+
Python 3.11. (#1711)
16+
* Rename ``requires_numpy_testing`` decorator to ``requires_numpy_typing``,
17+
and have it check for ``numpy.typing``, not ``numpy.testing``. (#1710)
18+
* Fix missing ``numpy_examples`` directory in traits-stubs package data.
19+
(#1709)
20+
21+
422
Release 6.4.0
523
-------------
624

0 commit comments

Comments
 (0)