From 80a82ec891b1e3be70aebfb80511b5cae38c9f16 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Wed, 10 Jun 2026 15:39:28 +0200 Subject: [PATCH 1/2] doc: update release dates and add 0.104.4 --- doc/releases/0.104.1.rst | 2 +- doc/releases/0.104.2.rst | 2 +- doc/releases/0.104.3.rst | 2 +- doc/releases/0.104.4.rst | 17 +++++++++++++++++ 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 doc/releases/0.104.4.rst diff --git a/doc/releases/0.104.1.rst b/doc/releases/0.104.1.rst index 284446e5cc..838b0fa56b 100644 --- a/doc/releases/0.104.1.rst +++ b/doc/releases/0.104.1.rst @@ -3,7 +3,7 @@ SpikeInterface 0.104.1 release notes ------------------------------------ -April 7th 2025 +April 7th 2026 Minor release with bug fixes diff --git a/doc/releases/0.104.2.rst b/doc/releases/0.104.2.rst index c3a660e5f3..c1e6dabd65 100644 --- a/doc/releases/0.104.2.rst +++ b/doc/releases/0.104.2.rst @@ -3,7 +3,7 @@ SpikeInterface 0.104.2 release notes ------------------------------------ -April 20th 2025 +April 20th 2026 Minor release with bug fixes diff --git a/doc/releases/0.104.3.rst b/doc/releases/0.104.3.rst index 68c27b005a..a3a5451a1d 100644 --- a/doc/releases/0.104.3.rst +++ b/doc/releases/0.104.3.rst @@ -3,7 +3,7 @@ SpikeInterface 0.104.3 release notes ------------------------------------ -April 22th 2025 +April 22th 2026 Minor release with bug fixes diff --git a/doc/releases/0.104.4.rst b/doc/releases/0.104.4.rst new file mode 100644 index 0000000000..5ff53932e1 --- /dev/null +++ b/doc/releases/0.104.4.rst @@ -0,0 +1,17 @@ +.. _release0.104.4: + +SpikeInterface 0.104.4 release notes +------------------------------------ + +June 10th 2026 + +Minor release with bug fixes + +preprocessing: + +* Hotfix: overflow error in correct LSB (#4610) + + +Contributors: + +* @alejoe91 From 5a43a1a1a8a2391851755edaf583b2fae38ac415 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Wed, 10 Jun 2026 16:15:31 +0200 Subject: [PATCH 2/2] Add 0.104.4 to whatisnew --- doc/whatisnew.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/whatisnew.rst b/doc/whatisnew.rst index f7fca01d94..c82bba3a94 100644 --- a/doc/whatisnew.rst +++ b/doc/whatisnew.rst @@ -8,6 +8,7 @@ Release notes .. toctree:: :maxdepth: 1 + releases/0.104.4.rst releases/0.104.3.rst releases/0.104.2.rst releases/0.104.1.rst