Skip to content

Commit f0504cb

Browse files
committed
add author
1 parent 8343c58 commit f0504cb

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

codemeta.json

Lines changed: 9 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": "2025-01-20",
8-
"downloadUrl": "https://files.pythonhosted.org/packages/3b/91/c3630d766b3b959f8e604d8d41580c78973ece5f1e070b13bd9755dba60b/neo-0.14.0.tar.gz",
7+
"dateModified": "2025-03-28",
8+
"downloadUrl": "",
99
"issueTracker": "https://github.com/NeuralEnsemble/python-neo/issues",
1010
"name": "Neo",
11-
"version": "0.14.0",
11+
"version": "0.14.1",
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/latest/releases/0.14.0.html",
15+
"releaseNotes": "https://neo.readthedocs.io/en/latest/releases/0.14.1.html",
1616
"funding": "https://cordis.europa.eu/project/id/945539",
1717
"developmentStatus": "active",
1818
"referencePublication": "https://doi.org/10.3389/fninf.2014.00010",
@@ -114,6 +114,10 @@
114114
{ "@type": "Person", "givenName": "Anthony", "familyName": "Pinto"},
115115
{ "@type": "Person", "givenName": "Chris", "familyName": "Heydrick"},
116116
{"@type": "Person", "givenName": "Nikhil", "familyName": "Chandra"},
117-
{"@type": "Person", "givenName": "Luigi", "familyName": "Petrucco"}
117+
{"@type": "Person", "givenName": "Luigi", "familyName": "Petrucco"},
118+
{"@type": "Person", "givenName": "Tommaso", "familyName": "Lambresa"},
119+
{"@type": "Person", "givenName": "Rémi", "familyName": "Proville"},
120+
{"@type": "Person", "givenName": "Nina", "familyName": "Kudryashova"},
121+
{"@type": "Person", "givenName": "Paul", "familyName": "Adkisson"}
118122
]
119123
}

doc/source/authors.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ and may not be the current affiliation of a contributor.
9393
* Tommaso Lambresa [43]
9494
* Nina Kudryashova [37]
9595
* Rémi Proville [44]
96+
* Paul Adkisson [24]
9697

9798
1. Centre de Recherche en Neuroscience de Lyon, CNRS UMR5292 - INSERM U1028 - Université Claude Bernard Lyon 1
9899
2. Unité de Neuroscience, Information et Complexité, CNRS UPR 3293, Gif-sur-Yvette, France

0 commit comments

Comments
 (0)