From 5968912e1410eebaa3fcd30c5bf8c4c0a44cedca Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 2 May 2025 13:49:36 +0200 Subject: [PATCH] Prepare release 0.2.27 --- doc/releases/0.2.27.rst | 23 +++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 doc/releases/0.2.27.rst diff --git a/doc/releases/0.2.27.rst b/doc/releases/0.2.27.rst new file mode 100644 index 0000000..df6998e --- /dev/null +++ b/doc/releases/0.2.27.rst @@ -0,0 +1,23 @@ +probeinterface 0.2.27 +--------------------- + +May, 2nd 2025 + + +Features +^^^^^^^^ + +* Refactor Open Ephys for better readibility (#339) +* Patch to support Quad-Base naming in read_openephys (#338) +* Allow plot_probe not to plot on axes, but just return polycollections (#334) + + +Docs +^^^^ + +* Add wiring reference for ASSY-77>Adpt.A64-Om32_2x-sm-cambridgeneurotech>two_RHD2132 (#333) +* Update link in README (#332) + +Packaging +^^^^^^^^^ +* Change build to hatchling (#335) diff --git a/pyproject.toml b/pyproject.toml index ed32d7f..669655b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "probeinterface" -version = "0.2.26" +version = "0.2.27" authors = [ { name="Samuel Garcia", email="sam.garcia.die@gmail.com" }, { name="Alessio Buccino", email="alessiop.buccino@gmail.com" },