Skip to content

v0.5.0

Latest

Choose a tag to compare

@braniii braniii released this 24 Nov 16:40
· 1 commit to main since this release
ac7c5d0

API changes warning ⚠️:

  • The kmedoids clustering mode has been deprecated and removed. Users should use CPM, modularity, or linkage modes instead.
  • Dropped Python 3.8 support
  • Removed scikit-learn-extra dependency (was used for k-medoids clustering)
  • Switched to numpy 2.x (minimum version is now numpy>=2.0.0)

Added Features and Improvements 🙌:

  • Added trogon terminal user interface for easier usage of CI
  • Added support for Python 3.12, 3.13, and 3.14

Bugfix 🐛:

  • Fixed matplotlib plotting error in CLI (typo: vimvmin), fixing #28
  • Fix broken documentation by increasing Python version

Other changes:

  • Fixed minor issues in docs