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
26 changes: 26 additions & 0 deletions doc/releases/0.104.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
.. _release0.104.1:

SpikeInterface 0.104.1 release notes
------------------------------------

April 7th 2025

Minor release with bug fixes


extractors:

* Align CompressedBinaryIBLExtractor with updated get_neuropixels_sample_shifts (#4477)


postprocessing:

* Make get_data for valid unit periods use unit ids, not indices ( #4468)
* Remove tmp_data_to_save when loading old analyzers (#4480)
* Handle peak_sign for quality metrics in _handle_backward_compatibility_on_load (#4481)


Contributors:

* @chrishalcrow
* @hayleybounds
7 changes: 7 additions & 0 deletions doc/whatisnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Release notes
.. toctree::
:maxdepth: 1

releases/0.104.1.rst
releases/0.104.0.rst
releases/0.103.2.rst
releases/0.103.1.rst
Expand Down Expand Up @@ -52,6 +53,12 @@ Release notes
releases/0.9.9.rst
releases/0.9.1.rst

Version 0.104.1
===============

* Minor release with bug fixes


Version 0.104.0
===============

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "spikeinterface"
version = "0.104.0"
version = "0.104.1"
authors = [
{ name="Alessio Buccino", email="alessiop.buccino@gmail.com" },
{ name="Samuel Garcia", email="sam.garcia.die@gmail.com" },
Expand Down