From 7917a5532b7176389d4f40aee13967a58998e6fd Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Mon, 16 Sep 2024 16:25:50 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com> --- doc/releases/0.101.1.rst | 4 ++-- doc/whatisnew.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/releases/0.101.1.rst b/doc/releases/0.101.1.rst index 591321fcd4..c24372868c 100644 --- a/doc/releases/0.101.1.rst +++ b/doc/releases/0.101.1.rst @@ -3,14 +3,14 @@ SpikeInterface 0.101.1 release notes ------------------------------------ -13th September 2024 +16th September 2024 Main changes: * Enabled support for consolidated Zarr-backend for `SortingAnalyzer`, including cloud support (#3314, #3318, #3349, #3351) * Improved support for Kilosort4 **ONLY VERSIONS >= 4.0.16** (#3339, #3276) * Skip recomputation of quality and template metrics if already computed (#3292) -* Improved `estimate_sparsity` with new `amplitude` method and and deprecated `from_ptp` option (#3369) +* Improved `estimate_sparsity` with new `amplitude` method and deprecated `from_ptp` option (#3369) * Dropped support for Python<3.9 (#3267) core: diff --git a/doc/whatisnew.rst b/doc/whatisnew.rst index 442876ff94..c8038387f9 100644 --- a/doc/whatisnew.rst +++ b/doc/whatisnew.rst @@ -50,7 +50,7 @@ Version 0.101.1 * Enabled support for consolidated Zarr-backend for `SortingAnalyzer`, including cloud support (#3314, #3318, #3349, #3351) * Improved support for Kilosort4 **ONLY VERSIONS >= 4.0.16** (#3339, #3276) * Skip recomputation of quality and template metrics if already computed (#3292) -* Improved `estimate_sparsity` with new `amplitude` method and and deprecated `from_ptp` option (#3369) +* Improved `estimate_sparsity` with new `amplitude` method and deprecated `from_ptp` option (#3369) * Dropped support for Python<3.9 (#3267)