Neo 0.14.0 release notes#
17 January 2025
This release of Neo is now compatible with NumPy 2.0 for core and IOs (with the exception of MedIO
) as well as Python 3.13,
and includes IO bug fixes with an eye toward a 1.0 release.
See all pull requests included in this release and the list of closed issues.
Updated dependencies#
Neo now has a limit of NumPy >= 1.22.4
CI Improvements#
To ensure compatiblility between pre- and post- NumPy 2.0 the CI was changed to test on the lowest supported Python (3.9) and
the highest supported Python (3.13) each with NumPy 1.26 as well as NumPy 2.0 for all RawIO
and IO
tests.
We also no longer use a cached conda env for testing as we see that there is no speed benefit to caching and we had some issues with the caches getting corrupted.
Testing of additional Python-NumPy combinations for core tests were added (NumPy 2.0 and 2.1 with their respective Python versions).
Bug fixes and improvements in IO modules#
Bug fixes and/or improvements have been made to NeuroNexusIO
, OpenEphysBinaryIO
, MicromedIO
, IntanIO
and SpikeGLX
.
Acknowledgements#
Thanks to Zach McKenzie, Heberto Mayorquin, Andrew Davison, Luigi Petrucco, Alessio Buccino, and Samuel Garcia.