Releases: moldyn/MoSAIC
Releases · moldyn/MoSAIC
v0.5.0
API changes warning ⚠️ :
- The
kmedoidsclustering mode has been deprecated and removed. Users should useCPM,modularity, orlinkagemodes instead. - Dropped Python 3.8 support
- Removed
scikit-learn-extradependency (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:
vim→vmin), fixing #28 - Fix broken documentation by increasing Python version
Other changes:
- Fixed minor issues in docs
v0.4.1
For a description see changelogs
Full Changelog: v0.4.0...v0.4.1