Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

83 lines (56 loc) · 3.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog (+ the Migration Guide section), and this project adheres to Semantic Versioning.

[0.0.5]

Fifth release of KielMAT (formerly known as NGMT) for JOSS publication.

Changelog for Merge #102

Added:

  • Dataset Management:
    • Fetch data from OpenNeuro, specifically for KeepControl and Mobilise-D datasets (PR #99, PR #101).
  • Documentation:
    • Revised various sections: Declaration of Helsinki, data usage per module, contributing guidelines, summary, statement of need, state of the field.
    • Added a new logo to the documentation (PR #98).
  • Tests:
    • Added initial tests for loading recordings and the HDF5Decoder.

Fixed:

  • Dependencies:
    • Removed tqdm as a dependency.
  • Examples and Tutorials:
    • Updated examples to ensure they work with publicly available datasets (PR #100).
    • Fixed spelling errors and other minor issues.

Other Changes:

  • Dataset Management:
    • Initial rewrite of the datasets submodule.
  • Documentation:
    • Updated documentation for example data and tutorials.
    • Updated basic tutorial and examples, including gait sequence detection and loading data.
  • Project Renaming:
    • Renamed the project and associated modules to Kiel Motion Analysis Toolbox (KielMAT) and various iterations of this name (PR #97).

[0.0.4]

Forth release of KielMAT for for JOSS publication.

Fixed

  • Gait sequence detection with datetime [#61]

Changed

  • Reworked documentation [#60]

[0.0.3] - 2024-02-27

Third unofficial release of KielMAT for testing purposes.

Added

  • Pyarrow as dependency [ADD]
  • Testing coverage [ADD]

Fixed

  • Existing algorithms adapted to new dataclass structure [FIX]

[0.0.2] - 2024-01-22

Second unofficial release of KielMAT for testing purposes.

Added

  • Physical acitivity monitoring algorithm [#29]

[0.0.1] - 2023-11-21

This is the first unofficial release of KielMAT. Therefore, we do not have a proper changelog for this release.

Added

  • All the things :)

Changed

Deprecated

Removed

Fixed

Migration Guide