Skip to content

v2.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 13:33
· 38 commits to main since this release

v2.4.1 (2024-08-31)

Chore

  • chore: add deprecation warning for verbose parameter (#200) (f2f3354)

  • chore: add deprecation warning for verbose parameter (87b23f9)

  • chore: updating internal code structure (#195) (00d5fb7)

  • chore: merge main into develop (4e683e6)

  • chore: update Github Issue templates (#172) (998774f)

Ci

  • ci(changelog): remove old Github Action

Not needed anymore since we're using git-cliff. (45b513e)

  • ci: update git-cliff Github Action

Run git-cliff after the release to ensure that the latest changes are incroporated; update Github Action to new v3 according to the official Github Action readme (https:/orhun/git-cliff-action?tab=readme-ov-file#committing-the-changelog) (f8b3305)

Documentation

  • docs(changelog): update changelog (8eed958)

  • docs(changelog): update changelog (280bd43)

  • docs(changelog): move log to documentation (#199) (c9de931)

  • docs: fix typo (bd7f429)

  • docs: add icons as unicode (b8586aa)

  • docs: remove icons from changelog (153b777)

  • docs: add CHANGELOG into documentation (9188ef2)

  • docs: add myst-parser package

myst-parser allows to include markdown files into the shinx documentation which requires rst files. (24d7692)

Fix

  • fix: add deprecation warning for Complex model classes (#201) (6bac230)

Refactor

  • refactor(datacontainer): parameter list serialization (#193) (7b9764d)

  • refactor(sanitizer): reuse utility function to test input types (#192) (db03601)

  • refactor: merge branch 'main' into develop (1f38f48)

  • refactor(whitener): add more flexibility (#191) (65ab502)

  • refactor: add PCAPreprocessor class (#186) (9003182)

  • refactor(whitener): add Whitener to whiten a 2D matrix (#185) (a6b61b3)

  • refactor(decomposer): allow truncated SVD based on variance (#184) (5973c41)

  • refactor(test): clean preprocessing test suite (#180) (95e216e)