You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/releases/0.14.0.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Neo 0.14.0 release notes
4
4
5
5
17 January 2025
6
6
7
-
This release of Neo is now compatible with NumPy 2.0 for core and IOs (with exception of :class:`MedIO`) as well Python 3.13,
7
+
This release of Neo is now compatible with NumPy 2.0 for core and IOs (with the exception of :class:`MedIO`) as well as Python 3.13,
8
8
and includes IO bug fixes with an eye toward a 1.0 release.
9
9
10
10
See all `pull requests`_ included in this release and the `list of closed issues`_.
@@ -19,7 +19,7 @@ CI Improvements
19
19
20
20
A bug in the CI was fixed which ensures testing on the lowest (3.9) and highest (3.13) supported Python versions for :code:`RawIO` and :code:`IO` testing.
21
21
22
-
Testing of additional Python-NumPy combinations for core tests were added (NumPy 2.0, 2.1, and 2.1 with their respective Python versions).
22
+
Testing of additional Python-NumPy combinations for core tests were added (NumPy 2.0 and 2.1 with their respective Python versions).
0 commit comments