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

Nov, 3rd 2025


Features
^^^^^^^^

* Allow for user defined base folder in npx library generator (#376)
* Update Neuropixels probe features (#374, #375)
* Add adc_group/adc_sample_order contact annotation (#368)
* Improve interaction with probeinterface-library (#364)
* Support Open Ephys ONIX system for Neuropixels(#360)

Bug fixes
^^^^^^^^^
* Improve invalid escape character on neuropixel tools (#369)
* Fix QuadBase probe assignment with custom names+serial numbers (#361)

Continuous integration
^^^^^^^^^^^^^^^^^^^^^^
* Fix copy-files action by making a PR (#373)
* Run codecov daily and extend OS and python versions (#372)
* Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#370)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "probeinterface"
version = "0.3.0"
version = "0.3.1"
authors = [
{ name="Samuel Garcia", email="sam.garcia.die@gmail.com" },
{ name="Alessio Buccino", email="alessiop.buccino@gmail.com" },
Expand Down