From 27d1676abf5ce7b037792303008b7b40715f7c9b Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 29 Mar 2024 12:00:00 +0100 Subject: [PATCH] Add release notes --- doc/releases/0.100.4.rst | 10 ++++++++++ doc/whatisnew.rst | 13 ++++++++++--- pyproject.toml | 2 +- 3 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 doc/releases/0.100.4.rst diff --git a/doc/releases/0.100.4.rst b/doc/releases/0.100.4.rst new file mode 100644 index 0000000000..bea358053d --- /dev/null +++ b/doc/releases/0.100.4.rst @@ -0,0 +1,10 @@ +.. _release0.100.4: + +SpikeInterface 0.100.4 release notes +------------------------------------ + +29th March 2024 + +Minor release with improved compression capability for Zarr + +* Extend zarr compression options (#2643) diff --git a/doc/whatisnew.rst b/doc/whatisnew.rst index 3063db51f5..3c9f2b44c7 100644 --- a/doc/whatisnew.rst +++ b/doc/whatisnew.rst @@ -8,6 +8,7 @@ Release notes .. toctree:: :maxdepth: 1 + releases/0.100.4.rst releases/0.100.3.rst releases/0.100.2.rst releases/0.100.1.rst @@ -37,20 +38,26 @@ Release notes releases/0.9.1.rst +Version 0.100.4 +=============== + +* Minor release with extended compression capability for Zarr + + Version 0.100.3 -============== +=============== * Minor release with bug fixes for Zarr compressor and NWB in container Version 0.100.2 -============== +=============== * Minor release with fix for running Kilosort4 with GPU support in container Version 0.100.1 -============== +=============== * Minor release with some bug fixes and Kilosort4 support diff --git a/pyproject.toml b/pyproject.toml index 2a2a072fc8..1c9bc56ac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spikeinterface" -version = "0.100.3" +version = "0.100.4" authors = [ { name="Alessio Buccino", email="alessiop.buccino@gmail.com" }, { name="Samuel Garcia", email="sam.garcia.die@gmail.com" },