Skip to content
Snippets Groups Projects
Unverified Commit 372a5168 authored by Andrew Davison's avatar Andrew Davison Committed by GitHub
Browse files

Merge pull request #1537 from zm711/release-13-3

Release notes 13.3
parents 9afcc15a dc848151
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Release notes ...@@ -6,6 +6,7 @@ Release notes
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
releases/0.13.3.rst
releases/0.13.2.rst releases/0.13.2.rst
releases/0.13.1.rst releases/0.13.1.rst
releases/0.13.0.rst releases/0.13.0.rst
......
========================
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
\ No newline at end of file
[project] [project]
name = "neo" name = "neo"
version = "0.14.0dev" version = "0.13.3"
authors = [{name = "Neo authors and contributors"}] 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" 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" readme = "README.rst"
...@@ -23,7 +23,7 @@ classifiers = [ ...@@ -23,7 +23,7 @@ classifiers = [
dependencies = [ dependencies = [
"packaging", "packaging",
"numpy>=1.19.5", "numpy>=1.19.5,<2.0.0",
"quantities>=0.14.1,<0.16.0" "quantities>=0.14.1,<0.16.0"
] ]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment