Skip to content

Commit ac7a46d

Browse files
committed
release 14.2 prep
1 parent b29f90c commit ac7a46d

File tree

3 files changed

+23
-13
lines changed

3 files changed

+23
-13
lines changed

codemeta.json

Lines changed: 8 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-04-14",
8-
"downloadUrl": "https://files.pythonhosted.org/packages/f1/81/618538a70b0a7db16a174da9a7b5e8aec65462ebcd8f1120cd41b583a8dd/neo-0.14.1.tar.gz",
7+
"dateModified": "2025-07-05",
8+
"downloadUrl": "",
99
"issueTracker": "https://github.com/NeuralEnsemble/python-neo/issues",
1010
"name": "Neo",
11-
"version": "0.14.1",
11+
"version": "0.14.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/latest/releases/0.14.1.html",
15+
"releaseNotes": "https://neo.readthedocs.io/en/latest/releases/0.14.2.html",
1616
"funding": "https://cordis.europa.eu/project/id/945539",
1717
"developmentStatus": "active",
1818
"referencePublication": "https://doi.org/10.3389/fninf.2014.00010",
@@ -118,6 +118,9 @@
118118
{"@type": "Person", "givenName": "Tommaso", "familyName": "Lambresa"},
119119
{"@type": "Person", "givenName": "Rémi", "familyName": "Proville"},
120120
{"@type": "Person", "givenName": "Nina", "familyName": "Kudryashova"},
121-
{"@type": "Person", "givenName": "Paul", "familyName": "Adkisson"}
121+
{"@type": "Person", "givenName": "Paul", "familyName": "Adkisson"},
122+
{"@type": "Person", "givenName": "Akshaj", "familyName": "Verma"},
123+
{"@type": "Person", "givenName": "Letizia", "familyName": "Signorelli"},
124+
{"@type": "Person", "givenName": "Daniel", "familyName": "Parthier"}
122125
]
123126
}

doc/source/releases/0.14.2.rst

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,28 @@
22
Neo 0.14.2 release notes
33
========================
44

5-
07 July 25
5+
xx July 25
66

7-
This release of Neo includes many bug fixes in various IOs, continued work on our CI, with an eye to a 1.0 release
7+
This release of Neo includes many bug fixes in various IOs, continued work on our CI, official adoption of the NumFocus Code of Conduct with an eye to a 1.0 release.
88

99
See all `pull requests`_ included in this release and the `list of closed issues`_.
1010

1111

12+
Code of Conduct
13+
---------------
14+
15+
As a NumFocus affiliated project, Neo has officially adopted the `NumFocus Code of Conduct`_. Please see `CODE_OF_CONDUCT.md`_ for
16+
more information.
17+
1218

1319
CI Changes
14-
---------------
20+
----------
1521

1622
We fixed our installation of datalad and git-annex.
1723
We changed our Plexon2 tests to be a cron job as conda-wine-plexon2 behavior was leading to flaky test results.
1824
We hope to track the root of these issues and eventually transition :code:`Plexon2IO` back to main testing.
1925

2026

21-
2227
Bug fixes and improvements in IO modules
2328
----------------------------------------
2429

@@ -32,8 +37,10 @@ Thanks to Zach McKenzie, Andrew Davison, Luiz Tauffer, Heberto Mayorquin, Daniel
3237

3338

3439

35-
.. _`html repr` : https://github.com/NeuralEnsemble/python-neo/pull/1651
40+
.. _`NumFocus Code of Conduct`: https://numfocus.org/code-of-conduct
41+
42+
.. _`CODE_OF_CONDUCT.md` : https://github.com/NeuralEnsemble/python-neo/blob/master/CODE_OF_CONDUCT.md
3643
37-
.. _`pull requests` : https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.14.1
44+
.. _`pull requests` : https://github.com/NeuralEnsemble/python-neo/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.14.2
3845
39-
.. _`list of closed issues` : https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue%20state%3Aclosed%20milestone%3A0.14.1
46+
.. _`list of closed issues` : https://github.com/NeuralEnsemble/python-neo/issues?q=is%3Aissue%20state%3Aclosed%20milestone%3A0.14.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.15.0.dev0"
3+
version = "0.14.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)