Skip to content

v0.8.0 - Some small quality of life things

Choose a tag to compare

@AKuederle AKuederle released this 13 Sep 13:58
· 399 commits to main since this release

[0.8.0] - 2024-09-13

Scientific Changes

  • BREAKING: Using "high precision" standard value of gravity everywhere (9.80665 m/s^2).
    Before we were using 9.81 m/s^2 during the loading of MobiliseD matlab files and when calculating the stride length
    validity threshold.
    This should have a small impact on the results of most algorithms, hence, we marked it as a breaking change.

Added

  • The apply_aggregations and apply_transformation functions now have an option (on by default) to ignore
    transformations that expect columns that don't exist.
    This should allow the use of the default aggregations and transformations in more situations.

Changed

  • The matlab loader now accepts infoForAlgo files that are missing some of the optional fields.