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.26.rst
releases/0.2.25.rst
releases/0.2.24.rst
releases/0.2.23.rst
Expand Down
2 changes: 1 addition & 1 deletion doc/releases/0.2.25.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Features
Bug fixes
^^^^^^^^^

* Fix OpenEphys interface issue with multiple probes of which some are disabled (s#308)
* Fix OpenEphys interface issue with multiple probes of which some are disabled (#308)
* Update schema to floats for radius, width, height (#296, #297)

Tests
Expand Down
27 changes: 27 additions & 0 deletions doc/releases/0.2.26.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
probeinterface 0.2.26
---------------------

Mar, 11th 2025


Features
^^^^^^^^

* Support OneBox processor for Neuropixels-Open Ephys (#327)
* Wiring pathway for Cambridge A64 adaptor with 2x intan RHD2132 (#306)
* Add support for NP2020 (Neuropixels 2.0 - Quad Base) (#323)

Bug fixes
^^^^^^^^^

* Fix NP contour from Open Ephys and remove `oe_x_shift`(#323)

Tests
^^^^^

* Add test file and test for for NP2 - Quad Base (#328)

Packaging
^^^^^^^^^
* Add json schema to core and make jsonschema dependency optional (#326)
* Rename `-` to `_` in wiring_references (#320)
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.25"
version = "0.2.26"
authors = [
{ name="Samuel Garcia", email="sam.garcia.die@gmail.com" },
{ name="Alessio Buccino", email="alessiop.buccino@gmail.com" },
Expand Down