Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 10:41
· 21 commits to main since this release

v3.0.0 (2024-09-04)

Breaking

  • refactor!: reorganize methods into new namespaces (#210) (675983f)

  • feat!: remove verbose parameter (#205) (2fd90dd)

  • feat!: Support for Complex and Hilbert models (#202) (77ac921)

Chore

  • chore: release v3.0.0 (#216) (87e584e)

  • chore: merge branch 'main' into develop (8acc4ae)

Documentation

  • docs(changelog): update changelog (a4e1be2)

  • docs(readme): fix broken badges (#204) (72e8c60)

  • docs(changelog): update changelog (be6664d)

Feature

  • feat: add POP analysis (#215) (5a0cc95)

  • feat: add Redundancy Analysis (#212) (76c4605)

  • feat: add CCA as cross-set analysis (#211) (fcba987)

  • feat: change default value of parameter normalized (#207) (278d2ee)

  • feat: add Continuum Power CCA (#196)

Co-authored-by: Sam Levang <[email protected]> (de9eaa7)

Fix

  • fix: alpha paramter in Hilbert CCA (#213) (dba4478)

  • fix: standardize variable names to X and Y for consistency (#206) (a1ebe58)

Refactor

  • refactor(typing): use built-in types for annotations (#208) (7505350)