We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c2dbb commit 7237633Copy full SHA for 7237633
CHANGES.rst
@@ -1,6 +1,24 @@
1
Traits CHANGELOG
2
================
3
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
22
Release 6.4.0
23
-------------
24
0 commit comments