From 752154c7082cc1e2da214c3514a14f25fb6c564c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Fri, 19 Apr 2024 10:57:01 +0200 Subject: [PATCH] Cleaned up Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7926fe3e..4b6fb210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,10 @@ project. (https://github.com/mad-lab-fau/gaitmap/pull/61) ### Changed -- Changed resampling function in inverse feature transform of HMM. -Resampling of state sequence is now also possible if the `target_sample_rate` is not a multiple of the HMM `sample_rate`, e.g. `target_sample_rate=200`, `sample_rate=52.1` (https://github.com/mad-lab-fau/gaitmap/pull/62) -- Changed call signature of class `BaseHmmFeatureTransformer.inverse_transform_state_sequence` (requires original `data` as input, `target_sample_rate` is no longer required). +- Changed resampling function in inverse feature transform of HMM. + Resampling of state sequence is now also possible if the `target_sample_rate` is not a multiple of the HMM + sampling rate, e.g. `target_sample_rate=200`, `sample_rate=52.1` (https://github.com/mad-lab-fau/gaitmap/pull/62) ## [2.3.0] - 2023-08-03