Skip to content

Commit 59c6ddd

Browse files
committed
Add 0.11.1 release documentation
1 parent 86c3a14 commit 59c6ddd

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

doc/source/releases/0.11.1.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
========================
2+
Neo 0.11.1 release notes
3+
========================
4+
5+
21st October 2022
6+
7+
.. currentmodule:: neo.io
8+
9+
Bug fixes and improvements in IO modules
10+
----------------------------------------
11+
12+
Bug fixes and/or improvements have been made to
13+
:class:`OpenEphysBinaryIO`, :class:`BlackrockIO`, :class:`NWBIO`, :class:`PhyIO`, :class:`NeuralynxIO`
14+
15+
16+
Supported format versions
17+
-------------------------
18+
19+
:class:`BlackrockIO` now supports file version 3.0
20+
21+
22+
Other changes
23+
-------------
24+
25+
New installation mode
26+
27+
- Neo can now be installed including all optional dependencies via *pip install neo[all]*
28+
29+
Faster import
30+
31+
- Dependency imports have been optimized for faster import of Neo
32+
33+
Epoch durations
34+
35+
- Epoch durations of epochs can now be of type float
36+
37+
See all `pull requests`_ included in this release and the `list of closed issues`_.
38+
39+
Acknowledgements
40+
----------------
41+
42+
Thanks to Andrew Davison, Julia Sprenger, Chadwick Boulay, Alessio Buccino, Elodie Legouée, Samuel Garcia for their contributions to this release.
43+
44+
.. generated with git shortlog --since=2022-09-01 -sne then checking Github for PRs merged since the last release but with commits before then
45+
46+
.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+milestone%3A0.11.1+is%3Aclosed
47+
.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+merged%3A%3E2022-09-01+milestone%3A0.11.1

doc/source/whatisnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release notes
66
.. toctree::
77
:maxdepth: 1
88

9+
releases/0.11.1.rst
910
releases/0.11.0.rst
1011
releases/0.10.2.rst
1112
releases/0.10.1.rst

0 commit comments

Comments
 (0)