Skip to content

Releases: moldyn/MoSAIC

v0.5.0

24 Nov 16:40
ac7c5d0

Choose a tag to compare

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

v0.4.1

14 Apr 09:12

Choose a tag to compare

For a description see changelogs

Full Changelog: v0.4.0...v0.4.1

v0.4.0

28 Mar 16:45
d2a2c60

Choose a tag to compare

New release, please check out the CHANGELOG for details.