Skip to content

Commit 3bfd4f8

Browse files
authored
Apply suggestions from code review
1 parent f00ea75 commit 3bfd4f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/releases/0.14.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Neo 0.14.0 release notes
44

55
17 January 2025
66

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,
88
and includes IO bug fixes with an eye toward a 1.0 release.
99

1010
See all `pull requests`_ included in this release and the `list of closed issues`_.
@@ -19,7 +19,7 @@ CI Improvements
1919

2020
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.
2121

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).
2323

2424
Bug fixes and improvements in IO modules
2525
----------------------------------------

0 commit comments

Comments
 (0)