You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/releases/0.10.0.rst
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ Neo 0.10.0 release notes
7
7
8
8
Removal of Unit and ChannelIndex
9
9
--------------------------------
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.
10
12
11
13
12
14
@@ -19,22 +21,32 @@ We no longer support Python 3.6, nor versions of NumPy older than 1.16.
19
21
Other new or modified features
20
22
------------------------------
21
23
22
-
TODO
23
-
24
24
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
25
28
26
29
27
30
New IO modules
28
31
--------------
29
32
30
-
* TODO
31
-
* TODO
33
+
* CEDIO - an alternative to spike2io
34
+
* AxonaIO
35
+
* OpenEphysIO
36
+
* PhyIO
37
+
* SpikeGLXIO
38
+
* NWBIO
32
39
33
40
Bug fixes and improvements in IO modules
34
41
----------------------------------------
35
42
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
38
50
39
51
40
52
Acknowledgements
@@ -46,3 +58,4 @@ Ben Dichter and Elodie Legouée for their contributions to this release.
46
58
47
59
.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+milestone%3A0.10.0+is%3Aclosed
0 commit comments