Skip to content

Commit 223ae23

Browse files
authored
Merge pull request #319 from alejoe91/prepare_release
Prepare release 0.2.25
2 parents 2768246 + 8a42d4c commit 223ae23

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
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.25.rst
910
releases/0.2.24.rst
1011
releases/0.2.23.rst
1112
releases/0.2.22.rst

doc/releases/0.2.25.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.24"
3+
version = "0.2.25"
44
authors = [
55
{ name="Samuel Garcia", email="[email protected]" },
66
{ name="Alessio Buccino", email="[email protected]" },

0 commit comments

Comments
 (0)