-
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.
- Loading branch information
1 parent
86c3a14
commit 59c6ddd
Showing
2 changed files
with
48 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
======================== | ||
Neo 0.11.1 release notes | ||
======================== | ||
|
||
21st October 2022 | ||
|
||
.. currentmodule:: neo.io | ||
|
||
Bug fixes and improvements in IO modules | ||
---------------------------------------- | ||
|
||
Bug fixes and/or improvements have been made to | ||
:class:`OpenEphysBinaryIO`, :class:`BlackrockIO`, :class:`NWBIO`, :class:`PhyIO`, :class:`NeuralynxIO` | ||
|
||
|
||
Supported format versions | ||
------------------------- | ||
|
||
:class:`BlackrockIO` now supports file version 3.0 | ||
|
||
|
||
Other changes | ||
------------- | ||
|
||
New installation mode | ||
|
||
- Neo can now be installed including all optional dependencies via *pip install neo[all]* | ||
|
||
Faster import | ||
|
||
- Dependency imports have been optimized for faster import of Neo | ||
|
||
Epoch durations | ||
|
||
- Epoch durations of epochs can now be of type float | ||
|
||
See all `pull requests`_ included in this release and the `list of closed issues`_. | ||
|
||
Acknowledgements | ||
---------------- | ||
|
||
Thanks to Andrew Davison, Julia Sprenger, Chadwick Boulay, Alessio Buccino, Elodie Legouée, Samuel Garcia for their contributions to this release. | ||
|
||
.. generated with git shortlog --since=2022-09-01 -sne then checking Github for PRs merged since the last release but with commits before then | ||
.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+milestone%3A0.11.1+is%3Aclosed | ||
.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+merged%3A%3E2022-09-01+milestone%3A0.11.1 |
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