|
| 1 | +======================== |
| 2 | +Neo 0.13.2 release notes |
| 3 | +======================== |
| 4 | + |
| 5 | +30th July 2024 |
| 6 | + |
| 7 | +This release of Neo contains bug fixes, still with a focus on the planned 1.0 release, |
| 8 | +along with some performance improvements in IO modules and updates to the CI. |
| 9 | + |
| 10 | +See all `pull requests`_ included in this release and the `list of closed issues`_. |
| 11 | + |
| 12 | + |
| 13 | +Continuous Integration |
| 14 | +---------------------- |
| 15 | + |
| 16 | +Core tests now run on python 3.12. |
| 17 | + |
| 18 | +IO tests now run on python 3.9 and python 3.11. |
| 19 | + |
| 20 | + |
| 21 | +Performance Improvements & Code quality |
| 22 | +--------------------------------------- |
| 23 | + |
| 24 | +The imports across the code base were standardized to standard library, 3rd party, |
| 25 | +and then 1st party for top level imports. |
| 26 | + |
| 27 | +Additionally, :code:`neo` import time was improved. |
| 28 | + |
| 29 | + |
| 30 | +Bug fixes and improvements in IO modules |
| 31 | +---------------------------------------- |
| 32 | + |
| 33 | +Bug fixes and/or improvements have been made to :class:`IntanIO`, :class:`PlexonIO`, :class:`SpikeGadgetsIO`, |
| 34 | +:class:`NeuralynxIO`, :class:`SpikeGLXIO`, :class:`BlackrockIO`, and :class:`RawBinarySignalRawIO`. |
| 35 | + |
| 36 | +Acknowledgements |
| 37 | +---------------- |
| 38 | + |
| 39 | +Thanks to Heberto Mayorquin, Zach McKenzie, Alessio Buccino, Andrew Davison, Chris Heydrick, |
| 40 | +Anthony Pinto, Kyu Hun Lee, Téo Lohrer, Tom Donoghue, Xin Niu, and Samuel Garcia for their |
| 41 | +contributions to this release. |
| 42 | + |
| 43 | +.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.13.2 |
| 44 | + |
| 45 | +.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.13.2 |
0 commit comments