Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1000 Bytes

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 1000 Bytes

Changelog

v0.3.2 (25/09/2024)

  • Fixed citation file (cff) formatting issues.
  • Improved handling of constants in configuration files.
  • Refactored gait configuration files and enhanced constraints.
  • Bumped Python version to 3.10 for compatibility.
  • Tested Enum usage for constraints, but reverted to str due to the lack of flexibility.
  • Fixed typing issues
  • Added project badges and citation file.
  • Updated project naming and authors in citation file.
  • Enabled and fixed pytype for type checking.
  • Refined types in code and docstrings.

v0.2.0 (22/08/2024)

  • Reorganized imports and exposed functions at the top level.
  • Minor documentation fixes.
  • Updated Sphinx auto-API config to exclude imported members.
  • Reverted some import reorganizations and applied final corrections.
  • Refined documentation and code structure.

v0.1.0 (15/08/2024)

  • First release of paradigma!
  • Initial implementation of gait and PPG feature extraction.