From c7a020f3bdd733b8347d6222b56574c1ddfc92ac Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 15 Mar 2024 12:20:07 +0100 Subject: [PATCH 1/2] Prepare 0.100.2 --- doc/releases/0.100.2.rst | 10 ++++++++++ doc/whatisnew.rst | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 doc/releases/0.100.2.rst diff --git a/doc/releases/0.100.2.rst b/doc/releases/0.100.2.rst new file mode 100644 index 0000000000..e3ab0b064f --- /dev/null +++ b/doc/releases/0.100.2.rst @@ -0,0 +1,10 @@ +.. _release0.100.2: + +SpikeInterface 0.100.2 release notes +------------------------------------ + +15th March 2024 + +Minor release with fix for running Kilosort4 with GPU support in container + +* Use GPU in Kilosort4Sorter (#2577) diff --git a/doc/whatisnew.rst b/doc/whatisnew.rst index 585268dfd8..48606467fb 100644 --- a/doc/whatisnew.rst +++ b/doc/whatisnew.rst @@ -8,6 +8,7 @@ Release notes .. toctree:: :maxdepth: 1 + releases/0.100.2.rst releases/0.100.1.rst releases/0.100.0.rst releases/0.99.1.rst @@ -35,6 +36,12 @@ Release notes releases/0.9.1.rst +Version 0.100.2 +============== + +* Minor release with fix for running Kilosort4 with GPU support in container + + Version 0.100.1 ============== diff --git a/pyproject.toml b/pyproject.toml index e147735523..d36c3b9e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spikeinterface" -version = "0.100.1" +version = "0.100.2" authors = [ { name="Alessio Buccino", email="alessiop.buccino@gmail.com" }, { name="Samuel Garcia", email="sam.garcia.die@gmail.com" }, From 59c19e6c01392d8916d62ca1398b5fcc18cc21e9 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Mon, 18 Mar 2024 13:13:46 +0100 Subject: [PATCH 2/2] Add batch size PR and update date --- doc/releases/0.100.2.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/releases/0.100.2.rst b/doc/releases/0.100.2.rst index e3ab0b064f..9e813fb1f9 100644 --- a/doc/releases/0.100.2.rst +++ b/doc/releases/0.100.2.rst @@ -3,8 +3,9 @@ SpikeInterface 0.100.2 release notes ------------------------------------ -15th March 2024 +19th March 2024 Minor release with fix for running Kilosort4 with GPU support in container * Use GPU in Kilosort4Sorter (#2577) +* Add batch size to KS4 wrapper (#2592)