Skip to content

Commit da56632

Browse files
authored
Merge branch 'master' into neuronexus
2 parents 36a6464 + 1b52cdf commit da56632

File tree

6 files changed

+68
-8
lines changed

6 files changed

+68
-8
lines changed

codemeta.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"license": "https://spdx.org/licenses/BSD-3-Clause",
55
"codeRepository": "https://github.com/NeuralEnsemble/python-neo",
66
"contIntegration": "https://github.com/NeuralEnsemble/python-neo/actions",
7-
"dateModified": "2024-05-07",
8-
"downloadUrl": "https://files.pythonhosted.org/packages/8b/75/a9a841dc8f5a4198fe3f7174f096726a8b71444670be3abd6ac168de44d8/neo-0.13.1.tar.gz",
7+
"dateModified": "2024-08-01",
8+
"downloadUrl": "https://files.pythonhosted.org/packages/0f/16/4e22eb38621183d56acde0abbe591f15e79c6332e9ec360fc5db171b39ab/neo-0.13.2.tar.gz",
99
"issueTracker": "https://github.com/NeuralEnsemble/python-neo/issues",
1010
"name": "Neo",
11-
"version": "0.13.1",
11+
"version": "0.13.2",
1212
"identifier": "RRID:SCR_000634",
1313
"description": "Neo is a Python package for working with electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats, including Spike2, NeuroExplorer, AlphaOmega, Axon, Blackrock, Plexon, Tdt, and support for writing to a subset of these formats plus non-proprietary formats including HDF5.\n\nThe goal of Neo is to improve interoperability between Python tools for analyzing, visualizing and generating electrophysiology data by providing a common, shared object model. In order to be as lightweight a dependency as possible, Neo is deliberately limited to represention of data, with no functions for data analysis or visualization.\n\nNeo is used by a number of other software tools, including SpykeViewer (data analysis and visualization), Elephant (data analysis), the G-node suite (databasing), PyNN (simulations), tridesclous_ (spike sorting) and ephyviewer (data visualization).\n\nNeo implements a hierarchical data model well adapted to intracellular and extracellular electrophysiology and EEG data with support for multi-electrodes (for example tetrodes). Neo's data objects build on the quantities package, which in turn builds on NumPy by adding support for physical dimensions. Thus Neo objects behave just like normal NumPy arrays, but with additional metadata, checks for dimensional consistency and automatic unit conversion.",
1414
"applicationCategory": "neuroscience",
15-
"releaseNotes": "https://neo.readthedocs.io/en/stable/releases/0.13.1.html",
15+
"releaseNotes": "https://neo.readthedocs.io/en/stable/releases/0.13.2.html",
1616
"funding": "https://cordis.europa.eu/project/id/945539",
1717
"developmentStatus": "active",
1818
"referencePublication": "https://doi.org/10.3389/fninf.2014.00010",
@@ -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+
1st August 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

neo/rawio/spikeglxrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def parse_spikeglx_fname(fname):
440440
re_else = re.findall(r"(\S*)\.(\S*).(ap|lf)", fname)
441441
re_else_nidq = re.findall(r"(\S*)\.(\S*)", fname)
442442
if len(re_else) == 1:
443-
run_name, device, stream_kind = re_else_nidq[0]
443+
run_name, device, stream_kind = re_else[0]
444444
gate_num, trigger_num = None, None
445445
elif len(re_else_nidq) == 1:
446446
# easy case for nidaq, example: sglx_xxx.nidq

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.14.0dev"
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)