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" },