|
| 1 | +======================== |
| 2 | +Neo 0.10.0 release notes |
| 3 | +======================== |
| 4 | + |
| 5 | +27th July 2021 |
| 6 | + |
| 7 | + |
| 8 | +New IO modules |
| 9 | +-------------- |
| 10 | + |
| 11 | +.. currentmodule:: neo.io |
| 12 | + |
| 13 | +* :class:`CedIO` - an alternative to :class:`Spike2IO` |
| 14 | +* :class:`AxonaIO` |
| 15 | +* :class:`OpenEphysIO` - handle the binary format |
| 16 | +* :class:`PhyIO` |
| 17 | +* :class:`SpikeGLXIO` |
| 18 | +* :class:`NWBIO` - support for a subset of the `NWB:N`_ format |
| 19 | +* :class:`MaxwellIO` |
| 20 | + |
| 21 | + |
| 22 | +Bug fixes and improvements in IO modules |
| 23 | +---------------------------------------- |
| 24 | + |
| 25 | +* :class:`NeuralynxIO` was refactored and now supports new file versions (neuraview) and single file loading. |
| 26 | +* Legacy versions of old IOs were removed for NeuralynxIO (neuralynxio_v1), BlackrockIO, NeoHdf5IO. |
| 27 | +* :class:`NixIOfr` now supports array annotations of :class:`AnalogSignal` objects. |
| 28 | +* :class:`NSDFIO` was removed because we can no longer maintain it. |
| 29 | +* all IOs now accept :class:`pathlib.Path` objects. |
| 30 | +* The IO modules of this release have been tested with version 0.1.0 of the `ephy_testing_data`_. |
| 31 | + |
| 32 | + |
| 33 | +Removal of Unit and ChannelIndex |
| 34 | +-------------------------------- |
| 35 | + |
| 36 | +.. currentmodule:: neo.core |
| 37 | + |
| 38 | +In version 0.9.0 :class:`Group` and :class:`ChannelView` were introduced, replacing :class:`Unit` and :class:`ChannelIndex`, which were deprecated. |
| 39 | +In this version the deprecated :class:`Unit` and :class:`ChannelIndex` are removed and only the new :class:`Group` and :class:`ChannelView` objects are available. |
| 40 | + |
| 41 | +Supported Python and NumPy versions |
| 42 | +----------------------------------- |
| 43 | + |
| 44 | +We no longer support Python 3.6, nor versions of NumPy older than 1.16. |
| 45 | + |
| 46 | +Other new or modified features |
| 47 | +------------------------------ |
| 48 | + |
| 49 | +* Lists of :class:`SpikeTrain` objects can now also be created from two arrays: one containing spike times |
| 50 | + and the other unit identities of the times (:class:`SpikeTrainList`). |
| 51 | +* Object identity is now preserved when using utility :func:`time_slice()` methods. |
| 52 | + |
| 53 | +See all `pull requests`_ included in this release and the `list of closed issues`_. |
| 54 | + |
| 55 | +RawIO modules |
| 56 | +------------- |
| 57 | + |
| 58 | +Internal refactoring of the neo.rawio module regarding channel grouping. |
| 59 | +Now the concept of a signal stream is used to handle channel groups for signals. |
| 60 | +This enhances the way the :attr:`annotation` and :attr:`array_annotation` attributes are rendered at neo.io level. |
| 61 | + |
| 62 | +Acknowledgements |
| 63 | +---------------- |
| 64 | + |
| 65 | +Thanks to Samuel Garcia, Julia Sprenger, Peter N. Steinmetz, Andrew Davison, Steffen Bürgers, |
| 66 | +Regimantas Jurkus, Alessio Buccino, Shashwat Sridhar, Jeffrey Gill, Etienne Combrisson, |
| 67 | +Ben Dichter and Elodie Legouée for their contributions to this release. |
| 68 | + |
| 69 | +.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+milestone%3A0.10.0+is%3Aclosed |
| 70 | +.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+merged%3A%3E2020-11-10+milestone%3A0.10.0 |
| 71 | +.. _`ephy_testing_data`: https://gin.g-node.org/NeuralEnsemble/ephy_testing_data/src/v0.1.0 |
| 72 | +.. _`NWB:N`: https://www.nwb.org/nwb-neurophysiology/ |
0 commit comments