From 0b1f8635ac35e74cabe4ade8b07a474b9e98169e Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Tue, 6 Feb 2024 17:09:37 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d9e3259..199efa81d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,12 +25,6 @@ - Spike sorting: - Add SpikeSorting V1 pipeline. #651 - Move modules into spikesorting.v0 #807 - - Add MUA analysis to spike sorting pipeline -- LFP: Minor fixes to LFPBandV1 populator and `make`. #706, #795 - -### Pipelines - -- Spike sorting: Add SpikeSorting V1 pipeline. #651 - LFP: - Minor fixes to LFPBandV1 populator and `make`. #706, #795 - LFPV1: Fix error for multiple lfp settings on same data #775 @@ -43,7 +37,7 @@ - DLC path handling from config, and normalize naming convention. #722 - Fix in place column bug #752 - Decoding: - - Add `decoding` pipeline V1. #731, #769 + - Add `decoding` pipeline V1. #731, #769, #819 - Add a table to store the decoding results #731 - Use the new `non_local_detector` package for decoding #731 - Allow multiple spike waveform features for clusterless decoding #731 @@ -53,6 +47,10 @@ - Rename SortedSpikesGroup.SortGroup to SortedSpikesGroup.Units #807 - Change methods with load_... to fetch_... for consistency #807 - Use merge table methods to access part methods #807 +- MUA + - Add MUA pipeline V1. #731, #819 +- Ripple + - Add figurl to Ripple pipeline #819 ## [0.4.3] (November 7, 2023)