Skip to content

Commit

Permalink
Merge pull request #1514 from zm711/release-notes-13-2
Browse files Browse the repository at this point in the history
Release Notes for `0.13.2` + author update + codemeta.json
  • Loading branch information
zm711 authored Aug 1, 2024
2 parents 289abed + 6e91b53 commit 941164f
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 3 deletions.
7 changes: 6 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
{ "@type": "Person", "givenName": "Matthias", "familyName": "Klumpp" },
{ "@type": "Person", "givenName": "Greg", "familyName": "Knoll" },
{ "@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"}
]
}
11 changes: 10 additions & 1 deletion doc/source/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ and may not be the current affiliation of a contributor.
* Heberto Mayorquin [24]
* Thomas Perret [25]
* Kyle Johnsen [26, 27]
* Zach McKenzie [28]
* Zach McKenzie [28,39]
* Moritz Alexander Kern [29]
* Joscha Schmiedt
* Daniel P. Crepeau [30]
Expand All @@ -83,6 +83,11 @@ and may not be the current affiliation of a contributor.
* Greg Knoll [36]
* Chris Halcrow [37]
* 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
2. Unité de Neuroscience, Information et Complexité, CNRS UPR 3293, Gif-sur-Yvette, France
Expand Down Expand Up @@ -122,6 +127,10 @@ and may not be the current affiliation of a contributor.
36. Bernstein Center for Computational Neuroscience, Berlin, Germany
37. University of Edinburgh
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.
Expand Down
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.2.rst
releases/0.13.1.rst
releases/0.13.0.rst
releases/0.12.0.rst
Expand Down
45 changes: 45 additions & 0 deletions doc/source/releases/0.13.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
========================
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "neo"
version = "0.13.2.dev"
version = "0.13.2"
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 Down

0 comments on commit 941164f

Please sign in to comment.