Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions doc/source/releases/0.14.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
========================
Neo 0.14.3 release notes
========================

10 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`, 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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading