forked from NeuralEnsemble/python-neo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'NeuralEnsemble:master' into enh/array_anno_types
- Loading branch information
Showing
54 changed files
with
595 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"license": "https://spdx.org/licenses/BSD-3-Clause", | ||
"codeRepository": "https://github.com/NeuralEnsemble/python-neo", | ||
"contIntegration": "https://github.com/NeuralEnsemble/python-neo/actions", | ||
"dateModified": "2023-04-04", | ||
"downloadUrl": "https://files.pythonhosted.org/packages/4d/95/e79e05c9bc8ef61d89a8a6b949db03adb2046b9fca38422d570c7add543d/neo-0.12.0.tar.gz", | ||
"issueTracker": "https://github.com/NeuralEnsemble/python-neo/issues", | ||
"name": "Neo", | ||
"version": "0.12.0", | ||
"identifier": "RRID:SCR_000634", | ||
"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.", | ||
"applicationCategory": "neuroscience", | ||
"releaseNotes": "https://neo.readthedocs.io/en/stable/releases/0.12.0.html", | ||
"funding": "https://cordis.europa.eu/project/id/945539", | ||
"developmentStatus": "active", | ||
"referencePublication": "https://doi.org/10.3389/fninf.2014.00010", | ||
"funder": { | ||
"@type": "Organization", | ||
"name": "European Commission" | ||
}, | ||
"programmingLanguage": ["Python"], | ||
"operatingSystem": ["Linux", "Windows", "macOS"], | ||
"softwareRequirements": [ | ||
"Python (version 3.8+)", | ||
"see https://github.com/NeuralEnsemble/python-neo/blob/master/pyproject.toml" | ||
], | ||
"relatedLink": [ | ||
"https://neo.readthedocs.io", | ||
"https://neuralensemble.org/community" | ||
], | ||
"author": [ | ||
{ "@type": "Person", "givenName": "Samuel", "familyName": "Garcia" }, | ||
{ | ||
"@type": "Person", | ||
"@id": "http://orcid.org/0000-0002-4793-7541", | ||
"givenName": "Andrew P.", | ||
"familyName": "Davison" | ||
}, | ||
{ "@type": "Person", "givenName": "Chris", "familyName": "Rodgers" }, | ||
{ "@type": "Person", "givenName": "Pierre", "familyName": "Yger" }, | ||
{ "@type": "Person", "givenName": "Yann", "familyName": "Mahnoun" }, | ||
{ "@type": "Person", "givenName": "Luc", "familyName": "Estabanez" }, | ||
{ "@type": "Person", "givenName": "Andrey", "familyName": "Sobolev" }, | ||
{ "@type": "Person", "givenName": "Thierry", "familyName": "Brizzi" }, | ||
{ "@type": "Person", "givenName": "Florent", "familyName": "Jaillet" }, | ||
{ "@type": "Person", "givenName": "Philipp", "familyName": "Rautenberg" }, | ||
{ "@type": "Person", "givenName": "Thomas", "familyName": "Wachtler" }, | ||
{ "@type": "Person", "givenName": "Cyril", "familyName": "Dejean" }, | ||
{ "@type": "Person", "givenName": "Robert", "familyName": "Pröpper" }, | ||
{ "@type": "Person", "givenName": "Domenico", "familyName": "Guarino" }, | ||
{ "@type": "Person", "givenName": "Achilleas", "familyName": "Koutsou" }, | ||
{ "@type": "Person", "givenName": "Erik", "familyName": "Li" }, | ||
{ "@type": "Person", "givenName": "Georg", "familyName": "Raiser" }, | ||
{ "@type": "Person", "givenName": "Joffrey", "familyName": "Gonin" }, | ||
{ "@type": "Person", "givenName": "Kyler", "familyName": "Brown" }, | ||
{ "@type": "Person", "givenName": "Mikkel Elle", "familyName": "Lepperød" }, | ||
{ "@type": "Person", "givenName": "C Daniel", "familyName": "Meliza" }, | ||
{ "@type": "Person", "givenName": "Julia", "familyName": "Sprenger" }, | ||
{ "@type": "Person", "givenName": "Maximilian", "familyName": "Schmidt" }, | ||
{ "@type": "Person", "givenName": "Johanna", "familyName": "Senk" }, | ||
{ "@type": "Person", "givenName": "Carlos", "familyName": "Canova" }, | ||
{ "@type": "Person", "givenName": "Hélissande", "familyName": "Fragnaud" }, | ||
{ "@type": "Person", "givenName": "Mark", "familyName": "Hollenbeck" }, | ||
{ "@type": "Person", "givenName": "Mieszko", "familyName": "Grodzicki" }, | ||
{ "@type": "Person", "givenName": "Rick", "familyName": "Gerkin" }, | ||
{ "@type": "Person", "givenName": "Matthieu", "familyName": "Sénoville" }, | ||
{ "@type": "Person", "givenName": "Chadwick", "familyName": "Boulay" }, | ||
{ "@type": "Person", "givenName": "Björn", "familyName": "Müller" }, | ||
{ "@type": "Person", "givenName": "William", "familyName": "Hart" }, | ||
{ "@type": "Person", "alternateName": "erikli(github)" }, | ||
{ "@type": "Person", "givenName": "Jeffrey", "familyName": "Gill" }, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Lucas", | ||
"alternateName": "lkoelman@github" | ||
}, | ||
{ "@type": "Person", "givenName": "Mark", "familyName": "Histed" }, | ||
{ "@type": "Person", "givenName": "Mike", "familyName": "Sintsov" }, | ||
{ "@type": "Person", "givenName": "Scott W", "familyName": "Harden" }, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Chek Yin", | ||
"familyName": "Choi", | ||
"alternateName": "hkchekc@github" | ||
}, | ||
{ "@type": "Person", "givenName": "Corentin", "familyName": "Fragnaud" }, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Alexander", | ||
"familyName": "Kleinjohann" | ||
}, | ||
{ "@type": "Person", "givenName": "Christian", "familyName": "Kothe" }, | ||
{ "@type": "Person", "alternateName": "rishidhingra@github" }, | ||
{ "@type": "Person", "givenName": "Hugo", "familyName": "van Kemenade" }, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Aitor", | ||
"familyName": "Morales-Gregorio" | ||
}, | ||
{ "@type": "Person", "givenName": "Peter N", "familyName": "Steinmetz" }, | ||
{ "@type": "Person", "givenName": "Shashwat", "familyName": "Sridhar" }, | ||
{ "@type": "Person", "givenName": "Alessio", "familyName": "Buccino" }, | ||
{ "@type": "Person", "givenName": "Regimantas", "familyName": "Jurkus" }, | ||
{ "@type": "Person", "givenName": "Steffen", "familyName": "Buergers" }, | ||
{ "@type": "Person", "givenName": "Etienne", "familyName": "Combrisson" }, | ||
{ "@type": "Person", "givenName": "Ben", "familyName": "Dichter" }, | ||
{ "@type": "Person", "givenName": "Elodie", "familyName": "Legouée" }, | ||
{ "@type": "Person", "givenName": "Heberto", "familyName": "Mayorquin" }, | ||
{ "@type": "Person", "givenName": "Thomas", "familyName": "Perret" } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.