-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1514 from zm711/release-notes-13-2
Release Notes for `0.13.2` + author update + codemeta.json
- Loading branch information
Showing
5 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
======================== | ||
Neo 0.13.2 release notes | ||
======================== | ||
|
||
30th July 2024 | ||
|
||
This release of Neo contains bug fixes, still with a focus on the planned 1.0 release, | ||
along with some performance improvements in IO modules and updates to the CI. | ||
|
||
See all `pull requests`_ included in this release and the `list of closed issues`_. | ||
|
||
|
||
Continuous Integration | ||
---------------------- | ||
|
||
Core tests now run on python 3.12. | ||
|
||
IO tests now run on python 3.9 and python 3.11. | ||
|
||
|
||
Performance Improvements & Code quality | ||
--------------------------------------- | ||
|
||
The imports across the code base were standardized to standard library, 3rd party, | ||
and then 1st party for top level imports. | ||
|
||
Additionally, :code:`neo` import time was improved. | ||
|
||
|
||
Bug fixes and improvements in IO modules | ||
---------------------------------------- | ||
|
||
Bug fixes and/or improvements have been made to :class:`IntanIO`, :class:`PlexonIO`, :class:`SpikeGadgetsIO`, | ||
:class:`NeuralynxIO`, :class:`SpikeGLXIO`, :class:`BlackrockIO`, and :class:`RawBinarySignalRawIO`. | ||
|
||
Acknowledgements | ||
---------------- | ||
|
||
Thanks to Heberto Mayorquin, Zach McKenzie, Alessio Buccino, Andrew Davison, Chris Heydrick, | ||
Anthony Pinto, Kyu Hun Lee, Téo Lohrer, Tom Donoghue, Xin Niu, and Samuel Garcia for their | ||
contributions to this release. | ||
|
||
.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.13.2 | ||
|
||
.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.13.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters