Skip to content

Commit f00ea75

Browse files
committed
update docs
1 parent 2e8ad5e commit f00ea75

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/source/releases/0.14.0.rst

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

55
17 January 2025
66

7-
This release of Neo contains bug fixes across many IOs as well as support for NumPy 2.0 in the core of Neo all with an eye toward a 1.0 release.
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,
8+
and includes IO bug fixes with an eye toward a 1.0 release.
89

910
See all `pull requests`_ included in this release and the `list of closed issues`_.
1011

@@ -16,14 +17,14 @@ Neo now has a limit of NumPy >= 1.22.4
1617
CI Improvements
1718
---------------
1819

19-
A bug in the CI was fixed which ensures testing on the lowest (3.9) and highest (3.12) supported Python versions for :code:`RawIO` and :code:`IO` testing.
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.
2021

21-
Testing of additional Python-NumPy combinations for core tests were added (NumPy 2.0, 2.1, and 2.2 with their respective Python versions).
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).
2223

2324
Bug fixes and improvements in IO modules
2425
----------------------------------------
2526

26-
Bug fixes and/or improvements have been made to :class:`NeuroNexusIO`, :class:`OpenEphysBinaryIO`, :class:`MicromedIO`, and :class:`IntanIO`.
27+
Bug fixes and/or improvements have been made to :class:`NeuroNexusIO`, :class:`OpenEphysBinaryIO`, :class:`MicromedIO`, :class:`IntanIO` and :class:`SpikeGLX`.
2728

2829
Acknowledgements
2930
----------------

0 commit comments

Comments
 (0)