diff --git a/doc/release_notes.rst b/doc/release_notes.rst index af9be36..49693ea 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -6,6 +6,9 @@ Release notes .. toctree:: :maxdepth: 1 + releases/0.3.0.rst + releases/0.2.28.rst + releases/0.2.27.rst releases/0.2.26.rst releases/0.2.25.rst releases/0.2.24.rst diff --git a/doc/releases/0.3.0.rst b/doc/releases/0.3.0.rst new file mode 100644 index 0000000..c8d2b90 --- /dev/null +++ b/doc/releases/0.3.0.rst @@ -0,0 +1,32 @@ +probeinterface 0.3.0 +-------------------- + +Jul, 30th 2025 + + + +Features +^^^^^^^^ + +* Use `ProbeTable `_ repo to generate NP probes information (#349, #355, #356) + +.. warning:: + + The ``model_name`` is now the IMEC model name (e.g. NP2003), while the long + name is in the ``description`` annotation. Several new annotations have been added + to the probe, such as ``num_channels_per_adc`` and ``num_readout_channels``. + The ``mux_channels`` contact annotations now contains the ADC index for each channel, + which can be used to compute inter sample shifts. + +* Add figsize handler for ``plot_probegroup` (#350) + +Bug fixes +^^^^^^^^^ + +* Check for unique positions within probe (#352) + + +Tests +^^^^^ + +* Tests on non-editable package (#348) diff --git a/pyproject.toml b/pyproject.toml index aae28fa..1612940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "probeinterface" -version = "0.2.28" +version = "0.3.0" authors = [ { name="Samuel Garcia", email="sam.garcia.die@gmail.com" }, { name="Alessio Buccino", email="alessiop.buccino@gmail.com" },