From 59c19e6c01392d8916d62ca1398b5fcc18cc21e9 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Mon, 18 Mar 2024 13:13:46 +0100 Subject: [PATCH] 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)