Skip to content
Open
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.3.2.rst
releases/0.3.1.rst
releases/0.3.0.rst
releases/0.2.28.rst
Expand Down
36 changes: 36 additions & 0 deletions doc/releases/0.3.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
probeinterface 0.3.2
--------------------

Mar, 20th 2026


Features
^^^^^^^^

* Make shank_ids optional (None) instead of array of [""] (#391,#393)
* Enhance ``plot_probegroup`` to handle varying contact values (#397)
* Updates to Neuropixels probe features (#392, #399)
* Update ``read_openephys`` construction using catalogue probes and handle channel maps (#406, #409)

Bug fixes
^^^^^^^^^

* Fixes to ``generate_cambridgeneurotech_library.py`` file name(#389, #390)
* Fix static annotation of ``pi.generate_multi_columns_probe`` (#385)
* Fix unclosed file warnings in ``json.load()`` calls (#396)
* Fix missing raise in ``Probe.set_contact_ids()`` size validation (#401)

Deprecations
^^^^^^^^^^^^

* Removed deprecated ``plot_probe_group`` (#397)

Testing
^^^^^^^

* Force Agg backend for tests (#395)

Packaging
^^^^^^^^^

* Migrate test and docs extras to PEP 735 dependency groups (#408)
Loading