Skip to content

Commit 456c279

Browse files
authored
Merge pull request #357 from alejoe91/prepare_release
Prepare 0.3.0 release
2 parents e69ab7b + c429179 commit 456c279

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

doc/release_notes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Release notes
66
.. toctree::
77
:maxdepth: 1
88

9+
releases/0.3.0.rst
10+
releases/0.2.28.rst
11+
releases/0.2.27.rst
912
releases/0.2.26.rst
1013
releases/0.2.25.rst
1114
releases/0.2.24.rst

doc/releases/0.3.0.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
probeinterface 0.3.0
2+
--------------------
3+
4+
Jul, 30th 2025
5+
6+
7+
8+
Features
9+
^^^^^^^^
10+
11+
* Use `ProbeTable <https://github.com/billkarsh/ProbeTable>`_ repo to generate NP probes information (#349, #355, #356)
12+
13+
.. warning::
14+
15+
The ``model_name`` is now the IMEC model name (e.g. NP2003), while the long
16+
name is in the ``description`` annotation. Several new annotations have been added
17+
to the probe, such as ``num_channels_per_adc`` and ``num_readout_channels``.
18+
The ``mux_channels`` contact annotations now contains the ADC index for each channel,
19+
which can be used to compute inter sample shifts.
20+
21+
* Add figsize handler for ``plot_probegroup` (#350)
22+
23+
Bug fixes
24+
^^^^^^^^^
25+
26+
* Check for unique positions within probe (#352)
27+
28+
29+
Tests
30+
^^^^^
31+
32+
* Tests on non-editable package (#348)

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.28"
3+
version = "0.3.0"
44
authors = [
55
{ name="Samuel Garcia", email="sam.garcia.die@gmail.com" },
66
{ name="Alessio Buccino", email="alessiop.buccino@gmail.com" },

0 commit comments

Comments
 (0)