Skip to content

Commit 2789811

Browse files
authored
Prepare release 0.3.2 (#412)
1 parent 73b6b46 commit 2789811

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
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.3.2.rst
910
releases/0.3.1.rst
1011
releases/0.3.0.rst
1112
releases/0.2.28.rst

doc/releases/0.3.2.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
probeinterface 0.3.2
2+
--------------------
3+
4+
Mar, 20th 2026
5+
6+
7+
Features
8+
^^^^^^^^
9+
10+
* Remove legacy probe construction for ``read_imro`` path for read_imro and support NP1110 (#410)
11+
* Make shank_ids optional (None) instead of array of [""] (#391,#393)
12+
* Enhance ``plot_probegroup`` to handle varying contact values (#397)
13+
* Updates to Neuropixels probe features (#392, #399)
14+
* Update ``read_openephys`` construction using catalogue probes and handle channel maps (#406, #409)
15+
* Neuropixels: Add mux information to catalogue probes (#383)
16+
* Support double-sided probes (#382)
17+
18+
19+
Bug fixes
20+
^^^^^^^^^
21+
22+
* Fix quad-base with custom names (#413)
23+
* Fix missing raise in ``Probe.set_contact_ids()`` size validation (#401)
24+
* Fixes to ``generate_cambridgeneurotech_library.py`` file name(#389, #390)
25+
* Fix static annotation of ``pi.generate_multi_columns_probe`` (#385)
26+
* Fix unclosed file warnings in ``json.load()`` calls (#396)
27+
28+
Deprecations
29+
^^^^^^^^^^^^
30+
31+
* Deprecated ``contacts_kargs`` in ``plot_probe`` in favor of ``contact_kwargs`` (#414, #397)
32+
* Removed deprecated ``plot_probe_group`` (#397)
33+
34+
Testing
35+
^^^^^^^
36+
37+
* Force Agg backend for tests (#395)
38+
* Add missing library marks (#384)
39+
40+
Packaging
41+
^^^^^^^^^
42+
43+
* Support Python >= 3.10 and fix annotations (#414)
44+
* Migrate test and docs extras to PEP 735 dependency groups (#408)

0 commit comments

Comments
 (0)