From d220c703c505b1b3a74ea8fa9a461a2ded8182e3 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 8 Mar 2024 18:01:30 +0100 Subject: [PATCH 1/2] release notes --- doc/releases/0.100.1.rst | 15 +++++++++++++++ doc/whatisnew.rst | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 doc/releases/0.100.1.rst diff --git a/doc/releases/0.100.1.rst b/doc/releases/0.100.1.rst new file mode 100644 index 0000000000..c91a4ffcc3 --- /dev/null +++ b/doc/releases/0.100.1.rst @@ -0,0 +1,15 @@ +.. _release0.100.1: + +SpikeInterface 0.100.1 release notes +------------------------------------ + +11th March 2024 + +Minor release with some bug fixes and Kilosort4 support. + +* Use `has_channel_location` instead of `get_property("contact_vector")` (#2475) +* Fix singularity issue in deleting py_user_folder (#2493) +* Small bug fix in zscore : gain / offset must be reset (#2510) +* Fix mutually exclusive keys in job_kwargs (#2511) +* Fix scaling of inject templates with copy (#2521) +* **Added support for Kilosort4** (#2529) diff --git a/doc/whatisnew.rst b/doc/whatisnew.rst index bebd799f33..36cae81fcb 100644 --- a/doc/whatisnew.rst +++ b/doc/whatisnew.rst @@ -8,6 +8,7 @@ Release notes .. toctree:: :maxdepth: 1 + releases/0.100.1.rst releases/0.100.0.rst releases/0.99.1.rst releases/0.99.0.rst @@ -34,6 +35,12 @@ Release notes releases/0.9.1.rst +Version 0.99.1 +============== + +* Minor release with some bug fixes and Kilosort4 support + + Version 0.100.0 =============== diff --git a/pyproject.toml b/pyproject.toml index a3384a5482..e147735523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spikeinterface" -version = "0.100.0" +version = "0.100.1" authors = [ { name="Alessio Buccino", email="alessiop.buccino@gmail.com" }, { name="Samuel Garcia", email="sam.garcia.die@gmail.com" }, From 149b6a8c32426b57b12267e0cbe6d23253c4dabc Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Mon, 11 Mar 2024 12:30:00 +0100 Subject: [PATCH 2/2] Update doc/whatisnew.rst Co-authored-by: Garcia Samuel --- doc/whatisnew.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whatisnew.rst b/doc/whatisnew.rst index 36cae81fcb..585268dfd8 100644 --- a/doc/whatisnew.rst +++ b/doc/whatisnew.rst @@ -35,7 +35,7 @@ Release notes releases/0.9.1.rst -Version 0.99.1 +Version 0.100.1 ============== * Minor release with some bug fixes and Kilosort4 support