22Neo 0.14.1 release notes
33========================
44
5- xxCHANGE MExx April 25
5+ 11 April 25
66
77This release of Neo includes many bug fixes in various IOs, a new HTML based repr, and fixes to the CI all with an eye toward our 1.0 release.
88
@@ -13,12 +13,13 @@ Updated dependencies
1313--------------------
1414
1515setuptools >= 78.0.2
16+ numpy >= 1.24.4
1617
1718Import improvements
1819-------------------
1920
2021As part of our ongoing effort to improve the speed of importing Neo we have moved the library over to using :code: `importlib.util.find_spec `
21- rather than eagerly importing packages.
22+ rather than eagerly importing packages in :code: ` try-except ` blocks .
2223
2324CI Improvements
2425---------------
@@ -37,13 +38,14 @@ Bug fixes and improvements in IO modules
3738----------------------------------------
3839
3940Bug fixes and/or improvements have been made to :code: `BlackRockIO `, :code: `SpikeGLXIO `, :code: `MaxwellIO `, :code: `IntanIO `, :code: `TdtIO `,
40- :code: `OpenEphysBinaryIO `, :code: `NeoMatlabIO `, :code: `EdfIO `, and :code: `SpikeGadgetsIO `.
41+ :code: `OpenEphysBinaryIO `, :code: `NeoMatlabIO `, :code: `EdfIO `, :code: ` Neuralynx `, and :code: `SpikeGadgetsIO `.
4142
4243
4344Acknowledgements
4445----------------
4546
46- Thanks to Heberto Mayorquin, Zach McKenzie, Andrew Davison, Alessio Buccino, Rémi Proville, Paul Adkisson, Tommaso Lambresa, and Nina Kudryashova
47+ Thanks to Heberto Mayorquin, Zach McKenzie, Andrew Davison, Alessio Buccino, Rémi Proville, Paul Adkisson, Baptiste Grimaud,
48+ Robert Wolff, Tommaso Lambresa, and Nina Kudryashova.
4749
4850
4951
0 commit comments