From a6352be469e9836ec6ab2defbf1c44f1a66c4e11 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Thu, 6 Feb 2025 14:47:27 +0100 Subject: [PATCH] Prepare release 0.2.25 --- doc/release_notes.rst | 1 + doc/releases/0.2.25.rst | 27 +++++++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 doc/releases/0.2.25.rst diff --git a/doc/release_notes.rst b/doc/release_notes.rst index b4c02ad7..32fee75b 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -6,6 +6,7 @@ Release notes .. toctree:: :maxdepth: 1 + releases/0.2.25.rst releases/0.2.24.rst releases/0.2.23.rst releases/0.2.22.rst diff --git a/doc/releases/0.2.25.rst b/doc/releases/0.2.25.rst new file mode 100644 index 00000000..c6a203e0 --- /dev/null +++ b/doc/releases/0.2.25.rst @@ -0,0 +1,27 @@ +probeinterface 0.2.25 +--------------------- + +Feb, 6th 2025 + + +Features +^^^^^^^^ + +* Add cambridge neurotech adaptor to wiring > RHD2164 (#304) +* Refactor neuropixel in a separate file and generate the NP library (#316) +* Regenerate ASSY-1-P1 and ASSY-1-P2 probes (#317) + +Bug fixes +^^^^^^^^^ + +* Fix OpenEphys interface issue with multiple probes of which some are disabled (s#308) +* Update schema to floats for radius, width, height (#296, #297) + +Tests +^^^^^ + +* Add json validation to tests (#310) + +Packaging +^^^^^^^^^ +* Upper bound to zarr version (#314) diff --git a/pyproject.toml b/pyproject.toml index cbdbbda8..4647da53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "probeinterface" -version = "0.2.24" +version = "0.2.25" authors = [ { name="Samuel Garcia", email="sam.garcia.die@gmail.com" }, { name="Alessio Buccino", email="alessiop.buccino@gmail.com" },