Skip to content

Commit 941164f

Browse files
authored
Merge pull request #1514 from zm711/release-notes-13-2
Release Notes for `0.13.2` + author update + codemeta.json
2 parents 289abed + 6e91b53 commit 941164f

File tree

5 files changed

+63
-3
lines changed

5 files changed

+63
-3
lines changed

codemeta.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
{ "@type": "Person", "givenName": "Matthias", "familyName": "Klumpp" },
108108
{ "@type": "Person", "givenName": "Greg", "familyName": "Knoll" },
109109
{ "@type": "Person", "givenName": "Chris", "familyName": "Halcrow" },
110-
{ "@type": "Person", "givenName": "Szonja", "familyName": "Weigl" }
110+
{ "@type": "Person", "givenName": "Szonja", "familyName": "Weigl" },
111+
{ "@type": "Person", "givenName": "Teo", "familyName": "Lohrer"},
112+
{ "@type": "Person", "givenName": "Kyu Hun", "familyName": "Lee"},
113+
{ "@type": "Person", "givenName": "Xin", "familyName": "Niu"},
114+
{ "@type": "Person", "givenName": "Anthony", "familyName": "Pinto"},
115+
{ "@type": "Person", "givenName": "Chris", "familyName": "Heydrick"}
111116
]
112117
}

doc/source/authors.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ and may not be the current affiliation of a contributor.
6565
* Heberto Mayorquin [24]
6666
* Thomas Perret [25]
6767
* Kyle Johnsen [26, 27]
68-
* Zach McKenzie [28]
68+
* Zach McKenzie [28,39]
6969
* Moritz Alexander Kern [29]
7070
* Joscha Schmiedt
7171
* Daniel P. Crepeau [30]
@@ -83,6 +83,11 @@ and may not be the current affiliation of a contributor.
8383
* Greg Knoll [36]
8484
* Chris Halcrow [37]
8585
* Szonja Weigl [24]
86+
* Chris Heydrick [40]
87+
* Kyu Hun Lee
88+
* Téo Lohrer
89+
* Anthony Pinto [41]
90+
* Xin Niu
8691

8792
1. Centre de Recherche en Neuroscience de Lyon, CNRS UMR5292 - INSERM U1028 - Universite Claude Bernard Lyon 1
8893
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.
122127
36. Bernstein Center for Computational Neuroscience, Berlin, Germany
123128
37. University of Edinburgh
124129
38. Allen Institute for Neural Dynamics, Seattle, WA, United States
130+
39. Massachusetts General Hospital, Department of Molecular Biology
131+
40. Plexon Inc.
132+
41. Paris Brain Institute
133+
125134

126135

127136
If we've somehow missed you off the list we're very sorry - please let us know.

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

doc/source/releases/0.13.2.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
========================
2+
Neo 0.13.2 release notes
3+
========================
4+
5+
30th July 2024
6+
7+
This release of Neo contains bug fixes, still with a focus on the planned 1.0 release,
8+
along with some performance improvements in IO modules and updates to the CI.
9+
10+
See all `pull requests`_ included in this release and the `list of closed issues`_.
11+
12+
13+
Continuous Integration
14+
----------------------
15+
16+
Core tests now run on python 3.12.
17+
18+
IO tests now run on python 3.9 and python 3.11.
19+
20+
21+
Performance Improvements & Code quality
22+
---------------------------------------
23+
24+
The imports across the code base were standardized to standard library, 3rd party,
25+
and then 1st party for top level imports.
26+
27+
Additionally, :code:`neo` import time was improved.
28+
29+
30+
Bug fixes and improvements in IO modules
31+
----------------------------------------
32+
33+
Bug fixes and/or improvements have been made to :class:`IntanIO`, :class:`PlexonIO`, :class:`SpikeGadgetsIO`,
34+
:class:`NeuralynxIO`, :class:`SpikeGLXIO`, :class:`BlackrockIO`, and :class:`RawBinarySignalRawIO`.
35+
36+
Acknowledgements
37+
----------------
38+
39+
Thanks to Heberto Mayorquin, Zach McKenzie, Alessio Buccino, Andrew Davison, Chris Heydrick,
40+
Anthony Pinto, Kyu Hun Lee, Téo Lohrer, Tom Donoghue, Xin Niu, and Samuel Garcia for their
41+
contributions to this release.
42+
43+
.. _`pull requests`: https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.13.2
44+
45+
.. _`list of closed issues`: https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.13.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "neo"
3-
version = "0.13.2.dev"
3+
version = "0.13.2"
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"

0 commit comments

Comments
 (0)