Skip to content

Commit ee7f0e6

Browse files
authored
Merge pull request #377 from alejoe91/prepare_release
Prepare v0.3.1 release
2 parents 93e61f4 + 1682a7c commit ee7f0e6

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-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.3.1.rst
910
releases/0.3.0.rst
1011
releases/0.2.28.rst
1112
releases/0.2.27.rst

doc/releases/0.3.1.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
probeinterface 0.3.1
2+
--------------------
3+
4+
Nov, 3rd 2025
5+
6+
7+
Features
8+
^^^^^^^^
9+
10+
* Allow for user defined base folder in npx library generator (#376)
11+
* Update Neuropixels probe features (#374, #375)
12+
* Add adc_group/adc_sample_order contact annotation (#368)
13+
* Improve interaction with probeinterface-library (#364)
14+
* Support Open Ephys ONIX system for Neuropixels(#360)
15+
16+
Bug fixes
17+
^^^^^^^^^
18+
* Improve invalid escape character on neuropixel tools (#369)
19+
* Fix QuadBase probe assignment with custom names+serial numbers (#361)
20+
21+
Continuous integration
22+
^^^^^^^^^^^^^^^^^^^^^^
23+
* Fix copy-files action by making a PR (#373)
24+
* Run codecov daily and extend OS and python versions (#372)
25+
* Add codespell support (config, workflow to detect/not fix) and make it fix some typos (#370)

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

0 commit comments

Comments
 (0)