diff --git a/doc/releases/0.100.2.rst b/doc/releases/0.100.2.rst new file mode 100644 index 0000000000..9e813fb1f9 --- /dev/null +++ b/doc/releases/0.100.2.rst @@ -0,0 +1,11 @@ +.. _release0.100.2: + +SpikeInterface 0.100.2 release notes +------------------------------------ + +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) 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" },