Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions doc/releases/0.2.27.rst
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down