diff --git a/CHANGELOG.md b/CHANGELOG.md index 22252cd86..ea49e3d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Unreleased +## [0.5.1] (March 7, 2024) ### Infrastructure @@ -16,11 +16,9 @@ - Video restriction for multicamera epochs #834 - Fixes to `_convert_mp4` #834 - Replace deprecated calls to `yaml.safe_load()` #834 - - Spikesorting: - - Increase the required `spikeinterface` version to >=0.99.1 for `get_sorting` method associated with `SpikeSorting` and `CurationV1` tables in spike sorting V1 pipeline. Limit version to <0.100 in case there are other issues with it. #852 + - Increase`spikeinterface` version to >=0.99.1, <0.100 #852 - Bug fix in single artifact interval edge case #859 - - LFP - In LFPArtifactDetection, only apply referencing if explicitly selected #863 diff --git a/CITATION.cff b/CITATION.cff index 2460e4494..0dd8ec2b8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -146,5 +146,5 @@ keywords: - spike sorting - kachery license: MIT -version: 0.5.0 -date-released: '2024-02-09' +version: 0.5.1 +date-released: '2024-03-07'