Skip to content

Commit da45948

Browse files
authored
Merge pull request #1787 from zm711/release-14.3
Release 0.14.3
2 parents 1f5e5ff + 4425583 commit da45948

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

doc/source/releases/0.14.3.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
========================
2+
Neo 0.14.3 release notes
3+
========================
4+
5+
13 October 25
6+
7+
This release of Neo includes many bug fixes in various IOs with an eye to a 1.0 release.
8+
9+
See all `pull requests`_ included in this release and the `list of closed issues`_.
10+
11+
12+
Repository Clean-up
13+
-------------------
14+
15+
The :code:`setup.py` has been removed from the repo as installation using setup.py is deprecated by setuptools.
16+
17+
18+
Documentation Updates
19+
---------------------
20+
21+
We updated the documentation to make use of the new eBRAINS URLs.
22+
23+
24+
Bug fixes and improvements in IO modules
25+
----------------------------------------
26+
27+
Bug fixes and/or improvements have been made to :code:`BlackRockIO`, :code:`NeuroNexusIO`, :code:`OpenEphysBinaryIO`, :code:`BiocamIO`, :code:`SpikeGadgetsIO`, :code:`NeuralynxIO`,
28+
:code:`SpikeGLXIO`, and :code:`BrainvisionIO`.
29+
30+
31+
Acknowledgements
32+
----------------
33+
34+
Thanks to Heberto Mayorquin, Zach McKenzie, Andrew Davison, Alessio Buccino, Christian Kothe, and Ariel Burman.
35+
36+
.. _`pull requests` : https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.14.3
37+
38+
.. _`list of closed issues` : https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue%20state%3Aclosed%20milestone%3A0.14.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "neo"
3-
version = "0.15.0.dev0"
3+
version = "0.14.3"
44
authors = [{name = "Neo authors and contributors"}]
55
description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats"
66
readme = "README.rst"

0 commit comments

Comments
 (0)