Skip to content

Commit baf85c0

Browse files
committed
prep release
1 parent 48b855f commit baf85c0

File tree

4 files changed

+57
-2
lines changed

4 files changed

+57
-2
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
# General information about the project.
6262
project = "Neo"
63-
copyright = "2010-2024, " + AUTHORS
63+
copyright = "2010-2025, " + AUTHORS
6464

6565
# The version info for the project you're documenting, acts as replacement for
6666
# |version| and |release|, also used in various other places throughout the

doc/source/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release notes
66
.. toctree::
77
:maxdepth: 1
88

9+
releases/0.14.1.rst
910
releases/0.14.0.rst
1011
releases/0.13.4.rst
1112
releases/0.13.3.rst

doc/source/releases/0.14.1.rst

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
========================
2+
Neo 0.14.1 release notes
3+
========================
4+
5+
xxCHANGE MExx April 25
6+
7+
This release of Neo includes many bug fixes in various IOs, a new HTML based repr, and fixes to the CI all with an eye toward our 1.0 release.
8+
9+
See all `pull requests`_ included in this release and the `list of closed issues`_.
10+
11+
12+
Updated dependencies
13+
--------------------
14+
15+
setuptools >= 78.0.2
16+
17+
Import improvements
18+
-------------------
19+
20+
As part of our ongoing effort to improve the speed of importing Neo we have moved the library over to using :code:`importlib.util.find_spec`
21+
rather than eagerly importing packages.
22+
23+
CI Improvements
24+
---------------
25+
26+
The install for datalad/git-annex in the CI was fixed for our Python 3.12 tests allowing for all IOs to be tested on Python 3.9 and Python 3.12.
27+
The buidling of documentation was improved by fixing code style errors.
28+
29+
30+
HTML repr
31+
---------
32+
33+
Thanks to the work of Heberto Mayorquin Neo now supports an html based repr. To see an example check out `html repr`_.
34+
35+
36+
Bug fixes and improvements in IO modules
37+
----------------------------------------
38+
39+
Bug fixes and/or improvements have been made to :code:`BlackRockIO`, :code:`SpikeGLXIO`, :code:`MaxwellIO`, :code:`IntanIO`, :code:`TdtIO`,
40+
:code:`OpenEphysBinaryIO`, :code:`NeoMatlabIO`, :code:`EdfIO`, and :code:`SpikeGadgetsIO`.
41+
42+
43+
Acknowledgements
44+
----------------
45+
46+
Thanks to Heberto Mayorquin, Zach McKenzie, Andrew Davison, Alessio Buccino, Rémi Proville, Paul Adkisson, Tommaso Lambresa, and Nina Kudryashova
47+
48+
49+
50+
.. _`html repr` : https://github.com/NeuralEnsemble/python-neo/pull/1651
51+
52+
.. _`pull requests` : https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.14.1
53+
54+
.. _`list of closed issues` : https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue%20state%3Aclosed%20milestone%3A0.14.1

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.1"
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)