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
1 change: 1 addition & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions doc/releases/0.2.25.rst
Original file line number Diff line number Diff line change
@@ -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)
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.24"
version = "0.2.25"
authors = [
{ name="Samuel Garcia", email="sam.garcia.die@gmail.com" },
{ name="Alessio Buccino", email="alessiop.buccino@gmail.com" },
Expand Down