Skip to content

Commit dc84815

Browse files
committed
release notes 13.3
1 parent 9afcc15 commit dc84815

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

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.13.3.rst
910
releases/0.13.2.rst
1011
releases/0.13.1.rst
1112
releases/0.13.0.rst

doc/source/releases/0.13.3.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
========================
2+
Neo 0.13.3 release notes
3+
========================
4+
5+
29 August 2024
6+
7+
This release of Neo contains bug fixes, still with a focus on the planned 1.0 release,
8+
and will be the last release not to support NumPy 2.0.
9+
10+
See all `pull requests`_ included in this release and the `list of closed issues`_.
11+
12+
13+
Updated dependencies
14+
--------------------
15+
16+
Neo has a limit of NumPy >= 1.19.5, < 2.0.0 and Quantities >= 14.0.1, < 0.16.0
17+
18+
19+
Bug fixes and improvements in IO modules
20+
----------------------------------------
21+
22+
Bug fixes and/or improvements have been made to :class:`PlexonIO`, :class:`SpikeGadgetsIO`,
23+
:class:`BiocamIO`.
24+
25+
Acknowledgements
26+
----------------
27+
28+
Thanks to Zach McKenzie, Heberto Mayorquin, and Alessio Buccino for their contributions to this release.
29+
30+
31+
.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.13.3
32+
33+
.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.13.3

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "neo"
3-
version = "0.14.0dev"
3+
version = "0.13.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"
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
dependencies = [
2525
"packaging",
26-
"numpy>=1.19.5",
26+
"numpy>=1.19.5,<2.0.0",
2727
"quantities>=0.14.1,<0.16.0"
2828
]
2929

0 commit comments

Comments
 (0)