Skip to content

Commit 002b867

Browse files
author
sprenger
committed
[doc] extend release notes
1 parent 9b50dbd commit 002b867

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

doc/source/releases/0.10.0.rst

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Neo 0.10.0 release notes
77

88
Removal of Unit and ChannelIndex
99
--------------------------------
10+
In version 0.9.0 :class:`Group` and :class:`ChannelView` replace :class:`Unit` and :class:`ChannelIndex`.
11+
In this version the deprecated :class:`Unit` and :class:`ChannelIndex` are removed and only the new class:`Group` and :class:`ChannelView` objects are available.
1012

1113

1214

@@ -19,22 +21,32 @@ We no longer support Python 3.6, nor versions of NumPy older than 1.16.
1921
Other new or modified features
2022
------------------------------
2123

22-
TODO
23-
2424
See all `pull requests`_ included in this release and the `list of closed issues`_.
25+
* SpikeTrain can now also be provided as two arrays: one containing spike times
26+
and the other unit identities of the times (:class:`SpikeTrainList`)
27+
* Object identity is now preserved when using utility time_slice methods
2528

2629

2730
New IO modules
2831
--------------
2932

30-
* TODO
31-
* TODO
33+
* CEDIO - an alternative to spike2io
34+
* AxonaIO
35+
* OpenEphysIO
36+
* PhyIO
37+
* SpikeGLXIO
38+
* NWBIO
3239

3340
Bug fixes and improvements in IO modules
3441
----------------------------------------
3542

36-
* TODO
37-
* TODO
43+
* The NeuralynxIO was refactored and now supports new file versions (neuraview) and single file loading.
44+
* Legacy versions of old IOs were removed for NeuralynxIO (neuralynxio_v1), BlackrockIO, NeoHdf5IO
45+
* NixIOfr now supports array annotations of :class:`AnalogSignal`s.
46+
* The IO modules of this release have been tested with version 0.1.0 of the
47+
`ephy_testing_data`_
48+
* NSDFIO was removed
49+
* all IOs now accept `pathlib.Path` objects
3850

3951

4052
Acknowledgements
@@ -46,3 +58,4 @@ Ben Dichter and Elodie Legouée for their contributions to this release.
4658

4759
.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+milestone%3A0.10.0+is%3Aclosed
4860
.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+merged%3A%3E2020-11-10+milestone%3A0.10.0
61+
.. _`ephy_test_data`: https://gin.g-node.org/NeuralEnsemble/ephy_testing_data/src/v0.1.0

0 commit comments

Comments
 (0)