Skip to content
Snippets Groups Projects
Unverified Commit 941164fe authored by Zach McKenzie's avatar Zach McKenzie Committed by GitHub
Browse files

Merge pull request #1514 from zm711/release-notes-13-2

Release Notes for `0.13.2` + author update + codemeta.json
parents 289abed4 6e91b533
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,11 @@ ...@@ -107,6 +107,11 @@
{ "@type": "Person", "givenName": "Matthias", "familyName": "Klumpp" }, { "@type": "Person", "givenName": "Matthias", "familyName": "Klumpp" },
{ "@type": "Person", "givenName": "Greg", "familyName": "Knoll" }, { "@type": "Person", "givenName": "Greg", "familyName": "Knoll" },
{ "@type": "Person", "givenName": "Chris", "familyName": "Halcrow" }, { "@type": "Person", "givenName": "Chris", "familyName": "Halcrow" },
{ "@type": "Person", "givenName": "Szonja", "familyName": "Weigl" } { "@type": "Person", "givenName": "Szonja", "familyName": "Weigl" },
{ "@type": "Person", "givenName": "Teo", "familyName": "Lohrer"},
{ "@type": "Person", "givenName": "Kyu Hun", "familyName": "Lee"},
{ "@type": "Person", "givenName": "Xin", "familyName": "Niu"},
{ "@type": "Person", "givenName": "Anthony", "familyName": "Pinto"},
{ "@type": "Person", "givenName": "Chris", "familyName": "Heydrick"}
] ]
} }
...@@ -65,7 +65,7 @@ and may not be the current affiliation of a contributor. ...@@ -65,7 +65,7 @@ and may not be the current affiliation of a contributor.
* Heberto Mayorquin [24] * Heberto Mayorquin [24]
* Thomas Perret [25] * Thomas Perret [25]
* Kyle Johnsen [26, 27] * Kyle Johnsen [26, 27]
* Zach McKenzie [28] * Zach McKenzie [28,39]
* Moritz Alexander Kern [29] * Moritz Alexander Kern [29]
* Joscha Schmiedt * Joscha Schmiedt
* Daniel P. Crepeau [30] * Daniel P. Crepeau [30]
...@@ -83,6 +83,11 @@ and may not be the current affiliation of a contributor. ...@@ -83,6 +83,11 @@ and may not be the current affiliation of a contributor.
* Greg Knoll [36] * Greg Knoll [36]
* Chris Halcrow [37] * Chris Halcrow [37]
* Szonja Weigl [24] * Szonja Weigl [24]
* Chris Heydrick [40]
* Kyu Hun Lee
* Téo Lohrer
* Anthony Pinto [41]
* Xin Niu
1. Centre de Recherche en Neuroscience de Lyon, CNRS UMR5292 - INSERM U1028 - Universite Claude Bernard Lyon 1 1. Centre de Recherche en Neuroscience de Lyon, CNRS UMR5292 - INSERM U1028 - Universite Claude Bernard Lyon 1
2. Unité de Neuroscience, Information et Complexité, CNRS UPR 3293, Gif-sur-Yvette, France 2. Unité de Neuroscience, Information et Complexité, CNRS UPR 3293, Gif-sur-Yvette, France
...@@ -122,6 +127,10 @@ and may not be the current affiliation of a contributor. ...@@ -122,6 +127,10 @@ and may not be the current affiliation of a contributor.
36. Bernstein Center for Computational Neuroscience, Berlin, Germany 36. Bernstein Center for Computational Neuroscience, Berlin, Germany
37. University of Edinburgh 37. University of Edinburgh
38. Allen Institute for Neural Dynamics, Seattle, WA, United States 38. Allen Institute for Neural Dynamics, Seattle, WA, United States
39. Massachusetts General Hospital, Department of Molecular Biology
40. Plexon Inc.
41. Paris Brain Institute
If we've somehow missed you off the list we're very sorry - please let us know. If we've somehow missed you off the list we're very sorry - please let us know.
......
...@@ -6,6 +6,7 @@ Release notes ...@@ -6,6 +6,7 @@ Release notes
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
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
releases/0.12.0.rst releases/0.12.0.rst
......
========================
Neo 0.13.2 release notes
========================
30th July 2024
This release of Neo contains bug fixes, still with a focus on the planned 1.0 release,
along with some performance improvements in IO modules and updates to the CI.
See all `pull requests`_ included in this release and the `list of closed issues`_.
Continuous Integration
----------------------
Core tests now run on python 3.12.
IO tests now run on python 3.9 and python 3.11.
Performance Improvements & Code quality
---------------------------------------
The imports across the code base were standardized to standard library, 3rd party,
and then 1st party for top level imports.
Additionally, :code:`neo` import time was improved.
Bug fixes and improvements in IO modules
----------------------------------------
Bug fixes and/or improvements have been made to :class:`IntanIO`, :class:`PlexonIO`, :class:`SpikeGadgetsIO`,
:class:`NeuralynxIO`, :class:`SpikeGLXIO`, :class:`BlackrockIO`, and :class:`RawBinarySignalRawIO`.
Acknowledgements
----------------
Thanks to Heberto Mayorquin, Zach McKenzie, Alessio Buccino, Andrew Davison, Chris Heydrick,
Anthony Pinto, Kyu Hun Lee, Téo Lohrer, Tom Donoghue, Xin Niu, and Samuel Garcia for their
contributions to this release.
.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.13.2
.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.13.2
\ No newline at end of file
[project] [project]
name = "neo" name = "neo"
version = "0.13.2.dev" version = "0.13.2"
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"
......
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