Skip to content

Commit

Permalink
Cleaned up Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Apr 19, 2024
1 parent d0bf59c commit 752154c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 752154c

Please sign in to comment.