|
| 1 | +======================== |
| 2 | +Neo 0.11.0 release notes |
| 3 | +======================== |
| 4 | + |
| 5 | +1st September 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 :class:`NWBIO`, :class:`NeoMatlabIO`, :class:`NixIO`, |
| 13 | +:class:`AxonIO`, :class:`SpikeGLXIO`, :class:`NeuroshareIO`, :class:`NeuroScopeIO`, |
| 14 | +:class:`NeuralynxIO`, :class:`OpenEphysIO`, :class:`AsciiSignalIO`, :class:`AlphaOmegaIO`, |
| 15 | +and :class:`TdtIO`. |
| 16 | + |
| 17 | +New IO modules |
| 18 | +-------------- |
| 19 | + |
| 20 | +Modules :class:`BiocamIO` and :class:`EDFIO` have been added. |
| 21 | + |
| 22 | +Supported NumPy versions |
| 23 | +------------------------ |
| 24 | + |
| 25 | +We no longer support versions of NumPy older than 1.18.5. |
| 26 | + |
| 27 | + |
| 28 | +Other changes |
| 29 | +------------- |
| 30 | + |
| 31 | +.. currentmodule:: neo.io.spiketrainlist |
| 32 | + |
| 33 | +- documentation fixes and updates |
| 34 | +- improvements to :class:`SpikeTrainList` |
| 35 | + |
| 36 | +See all `pull requests`_ included in this release and the `list of closed issues`_. |
| 37 | + |
| 38 | +Acknowledgements |
| 39 | +---------------- |
| 40 | + |
| 41 | +Thanks to Julia Sprenger, Samuel Garcia, Heberto Mayorquin, Andrew Davison, Tom Donoghue, |
| 42 | +Alessio Buccino, Thomas Perret, Saksham Sharda, Ben Dichter and Elodie Legouée |
| 43 | +for their contributions to this release. |
| 44 | + |
| 45 | +.. generated with git shortlog --since=2022-03-08 -sne then checking Github for PRs merged since the last release but with commits before then |
| 46 | +
|
| 47 | +.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+milestone%3A0.11.0+is%3Aclosed |
| 48 | +.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+merged%3A%3E2022-03-08+milestone%3A0.11.0 |
0 commit comments