diff --git a/doc/source/releases/0.14.3.rst b/doc/source/releases/0.14.3.rst new file mode 100644 index 000000000..87da24d87 --- /dev/null +++ b/doc/source/releases/0.14.3.rst @@ -0,0 +1,38 @@ +======================== +Neo 0.14.3 release notes +======================== + +13 October 25 + +This release of Neo includes many bug fixes in various IOs with an eye to a 1.0 release. + +See all `pull requests`_ included in this release and the `list of closed issues`_. + + +Repository Clean-up +------------------- + +The :code:`setup.py` has been removed from the repo as installation using setup.py is deprecated by setuptools. + + +Documentation Updates +--------------------- + +We updated the documentation to make use of the new eBRAINS URLs. + + +Bug fixes and improvements in IO modules +---------------------------------------- + +Bug fixes and/or improvements have been made to :code:`BlackRockIO`, :code:`NeuroNexusIO`, :code:`OpenEphysBinaryIO`, :code:`BiocamIO`, :code:`SpikeGadgetsIO`, :code:`NeuralynxIO`, +:code:`SpikeGLXIO`, and :code:`BrainvisionIO`. + + +Acknowledgements +---------------- + +Thanks to Heberto Mayorquin, Zach McKenzie, Andrew Davison, Alessio Buccino, Christian Kothe, and Ariel Burman. + +.. _`pull requests` : https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.14.3 + +.. _`list of closed issues` : https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue%20state%3Aclosed%20milestone%3A0.14.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f0a6f676f..059929477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "neo" -version = "0.15.0.dev0" +version = "0.14.3" authors = [{name = "Neo authors and contributors"}] description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats" readme = "README.rst"