Skip to content

Commit

Permalink
Merge pull request #1537 from zm711/release-13-3
Browse files Browse the repository at this point in the history
Release notes 13.3
  • Loading branch information
apdavison authored Aug 28, 2024
2 parents 9afcc15 + dc84815 commit 372a516
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release notes
.. toctree::
:maxdepth: 1

releases/0.13.3.rst
releases/0.13.2.rst
releases/0.13.1.rst
releases/0.13.0.rst
Expand Down
33 changes: 33 additions & 0 deletions doc/source/releases/0.13.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
========================
Neo 0.13.3 release notes
========================

29 August 2024

This release of Neo contains bug fixes, still with a focus on the planned 1.0 release,
and will be the last release not to support NumPy 2.0.

See all `pull requests`_ included in this release and the `list of closed issues`_.


Updated dependencies
--------------------

Neo has a limit of NumPy >= 1.19.5, < 2.0.0 and Quantities >= 14.0.1, < 0.16.0


Bug fixes and improvements in IO modules
----------------------------------------

Bug fixes and/or improvements have been made to :class:`PlexonIO`, :class:`SpikeGadgetsIO`,
:class:`BiocamIO`.

Acknowledgements
----------------

Thanks to Zach McKenzie, Heberto Mayorquin, and Alessio Buccino for their contributions to this release.


.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.13.3

.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.13.3
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "neo"
version = "0.14.0dev"
version = "0.13.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 All @@ -23,7 +23,7 @@ classifiers = [

dependencies = [
"packaging",
"numpy>=1.19.5",
"numpy>=1.19.5,<2.0.0",
"quantities>=0.14.1,<0.16.0"
]

Expand Down

0 comments on commit 372a516

Please sign in to comment.