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..585268dfd8 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.100.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" },