From 08bf5c72fb8e047c08f24bb8e8f608c0e178a328 Mon Sep 17 00:00:00 2001 From: zm711 <92116279+zm711@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:16:29 -0400 Subject: [PATCH 1/3] after release --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 059929477..5d5d31e01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "neo" -version = "0.14.3" +version = "0.15.0.dev0" 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" requires-python = ">=3.9" -license = {text = "BSD 3-Clause License"} +license = "BSD 3-Clause" classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3", From a33dbf730fbad87bb0a309a98ec9d7c394fa4063 Mon Sep 17 00:00:00 2001 From: zm711 <92116279+zm711@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:26:30 -0400 Subject: [PATCH 2/3] update codemeta.json --- codemeta.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codemeta.json b/codemeta.json index c58b45d42..58b5eed21 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,15 +4,15 @@ "license": "https://spdx.org/licenses/BSD-3-Clause", "codeRepository": "https://github.com/NeuralEnsemble/python-neo", "contIntegration": "https://github.com/NeuralEnsemble/python-neo/actions", - "dateModified": "2025-07-08", - "downloadUrl": "https://files.pythonhosted.org/packages/0e/47/ebc266619ea7f1e8025ba057ab446c14423b1265ec9c6810fa3a3fb02de4/neo-0.14.2.tar.gz", + "dateModified": "2025-10-13", + "downloadUrl": "https://files.pythonhosted.org/packages/12/74/2906034ce92f7fb76dac5f095dcbb2b061f55b1f6eda53fc45335c1689e2/neo-0.14.3.tar.gz", "issueTracker": "https://github.com/NeuralEnsemble/python-neo/issues", "name": "Neo", - "version": "0.14.2", + "version": "0.14.3", "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/latest/releases/0.14.2.html", + "releaseNotes": "https://neo.readthedocs.io/en/latest/releases/0.14.3.html", "funding": "https://cordis.europa.eu/project/id/945539", "developmentStatus": "active", "referencePublication": "https://doi.org/10.3389/fninf.2014.00010", From a4306c51739f18c063c37e1cc69954b5a43b39b0 Mon Sep 17 00:00:00 2001 From: zm711 <92116279+zm711@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:30:44 -0400 Subject: [PATCH 3/3] revert license for now --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d5d31e01..f0a6f676f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ 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" requires-python = ">=3.9" -license = "BSD 3-Clause" +license = {text = "BSD 3-Clause License"} classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3",