|
| 1 | +======================== |
| 2 | +Neo 0.13.1 release notes |
| 3 | +======================== |
| 4 | + |
| 5 | +7th May 2024 |
| 6 | + |
| 7 | + |
| 8 | +This release of Neo contains a lot of improvements to code quality and documentation, |
| 9 | +still with a focus on the planned 1.0 release, |
| 10 | +together with, as usual, bug fixes and performance improvements in IO modules. |
| 11 | + |
| 12 | +See all `pull requests`_ included in this release and the `list of closed issues`_. |
| 13 | + |
| 14 | +Code and documentation quality |
| 15 | +------------------------------ |
| 16 | + |
| 17 | +Particular thanks go to Zach McKenzie, who has checked, and rewritten if necessary, every docstring in the project, |
| 18 | +to ensure they all have a consistent style. |
| 19 | +Zach has also updated and improved the :doc:`../examples/index` in the Sphinx documentation. |
| 20 | + |
| 21 | +The Neo code base contained a lot of ``assert``\s that should be exceptions. |
| 22 | +These have all been replaced with appropriate exceptions (again by Zach McKenzie). |
| 23 | +A new exception class, :class:`NeoReadWriteError` has been introduced. |
| 24 | + |
| 25 | +Bug fixes and improvements in IO modules |
| 26 | +---------------------------------------- |
| 27 | + |
| 28 | +Bug fixes and/or improvements have been made to :class:`SpikeGLXIO`, :class:`OpenEphysIO`, :class:`SpikeGadgetsIO`, |
| 29 | +:class:`MaxwellIO`, :class:`AxonIO`, :class:`IntanIO`, :class:`TDTIO`, :class:`NeuralynxIO` and :class:`BlackrockIO`. |
| 30 | + |
| 31 | + |
| 32 | +Acknowledgements |
| 33 | +---------------- |
| 34 | + |
| 35 | +Thanks to Zach McKenzie, Andrew Davison, Heberto Mayorquin, Alessio Buccino, Samuel Garcia, Peter N. Steinmetz, |
| 36 | +Aitor Morales-Gregorio, Greg Knoll, Chris Halcrow and Szonja Weigl for their contributions to this release. |
| 37 | + |
| 38 | +.. generated with git shortlog --since=2024-02-02 -sne then checking Github for PRs merged since the last release but with commits before then |
| 39 | +
|
| 40 | +.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+milestone%3A0.13.1+is%3Aclosed |
| 41 | +.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+merged%3A%3E2024-02-02+milestone%3A0.13.1 |
| 42 | +.. _`examples gallery`: https://neo.readthedocs.io/en/latest/examples/ |
0 commit comments