Skip to content

Commit e06ea63

Browse files
authored
Merge pull request #330 from alejoe91/prepare_release
Prepare 0.2.26 release
2 parents 9fb01a7 + 63b02f0 commit e06ea63

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Features
1414
Bug fixes
1515
^^^^^^^^^
1616

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

2020
Tests

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.26
2+
---------------------
3+
4+
Mar, 11th 2025
5+
6+
7+
Features
8+
^^^^^^^^
9+
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)
13+
14+
Bug fixes
15+
^^^^^^^^^
16+
17+
* Fix NP contour from Open Ephys and remove `oe_x_shift`(#323)
18+
19+
Tests
20+
^^^^^
21+
22+
* Add test file and test for for NP2 - Quad Base (#328)
23+
24+
Packaging
25+
^^^^^^^^^
26+
* Add json schema to core and make jsonschema dependency optional (#326)
27+
* Rename `-` to `_` in wiring_references (#320)

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)