Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Apr 19, 2024
1 parent bfbd2d5 commit b7139d9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ project.

## [Unreleased]

### Added

- All orientation and trajectory methods now have a new parameter `rotated_data_` that provides the input data rotated
to the world frame based on the calculated orientation.
(https://github.com/mad-lab-fau/gaitmap/pull/64)

### Fixed

- Fixed a bug that when using `merge_interval` with empty input of shape (0, 2), the output was not empty.
Expand All @@ -22,7 +28,7 @@ project.
- 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)
- Dropped Python 3.8 support!
- Dropped Python 3.8 support! (https://github.com/mad-lab-fau/gaitmap/pull/64)

## [2.3.0] - 2023-08-03

Expand Down

0 comments on commit b7139d9

Please sign in to comment.