Skip to content

Commit 55bc626

Browse files
committed
Prepare 0.2.26 release
1 parent 549eaaa commit 55bc626

File tree

4 files changed

+38
-10
lines changed

4 files changed

+38
-10
lines changed

doc/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release notes
66
.. toctree::
77
:maxdepth: 1
88

9+
releases/0.2.26.rst
910
releases/0.2.25.rst
1011
releases/0.2.24.rst
1112
releases/0.2.23.rst

doc/releases/0.2.25.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
probeinterface 0.2.25
1+
probeinterface 0.2.26
22
---------------------
33

4-
Feb, 6th 2025
4+
Mar, 11th 2025
55

66

77
Features
88
^^^^^^^^
99

10-
* Add cambridge neurotech adaptor to wiring > RHD2164 (#304)
11-
* Refactor neuropixel in a separate file and generate the NP library (#316)
12-
* Regenerate ASSY-1-P1 and ASSY-1-P2 probes (#317)
10+
* Support OneBox processor for Neuropixels-Open Ephys (#327)
11+
* Wiring pathway for Cambridge A64 adaptor with 2x intan RHD2132 (#306)
12+
* Add support for NP2020 (Neuropixels 2.0 - Quad Base) (#323)
1313

1414
Bug fixes
1515
^^^^^^^^^
1616

17-
* Fix OpenEphys interface issue with multiple probes of which some are disabled (s#308)
18-
* Update schema to floats for radius, width, height (#296, #297)
17+
* Fix NP contour from Open Ephys and remove `oe_x_shift`(#323)
1918

2019
Tests
2120
^^^^^
2221

23-
* Add json validation to tests (#310)
22+
* Add test file and test for for NP2 - Quad Base (#328)
2423

2524
Packaging
2625
^^^^^^^^^
27-
* Upper bound to zarr version (#314)
26+
* Add json schema to core and make jsonschema dependency optional (#326)
27+
* * Rename `-` to `_` in wiring_references (#320)

doc/releases/0.2.26.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
probeinterface 0.2.25
2+
---------------------
3+
4+
Feb, 6th 2025
5+
6+
7+
Features
8+
^^^^^^^^
9+
10+
* Add cambridge neurotech adaptor to wiring > RHD2164 (#304)
11+
* Refactor neuropixel in a separate file and generate the NP library (#316)
12+
* Regenerate ASSY-1-P1 and ASSY-1-P2 probes (#317)
13+
14+
Bug fixes
15+
^^^^^^^^^
16+
17+
* Fix OpenEphys interface issue with multiple probes of which some are disabled (s#308)
18+
* Update schema to floats for radius, width, height (#296, #297)
19+
20+
Tests
21+
^^^^^
22+
23+
* Add json validation to tests (#310)
24+
25+
Packaging
26+
^^^^^^^^^
27+
* Upper bound to zarr version (#314)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "probeinterface"
3-
version = "0.2.25"
3+
version = "0.2.26"
44
authors = [
55
{ name="Samuel Garcia", email="[email protected]" },
66
{ name="Alessio Buccino", email="[email protected]" },

0 commit comments

Comments
 (0)