Releases: thieu1995/MetaCluster
Releases · thieu1995/MetaCluster
v1.3.0
General Updates
- Updated GitHub Actions workflows.
- Updated
mealpydependency to the latest release (v3.0.3). - Updated documentation and examples.
- Updated
ChangeLog.md,CITATION.cff, andREADME.md.
Bug Fixes
- Fixed warning issue in
KMeansclass. - Fixed bugs in:
MhaKMeansTunerclass (compatibility with latestmealpy).MhaKCentersClusteringclass (compatibility with latestmealpy).MetaClusterclass (compatibility with latestmealpy).
v1.2.0
- Add class
MhaKMeansTunerthat can tune hyper-parameters of KMeans model using Metaheuristic Algorithms (MHAs) - Add class
MhaKCentersClusteringthat can optimize the center weights of KMeans model using MHAs - Update required version of mealpy to 3.0.1
- Update documents, examples, ChangeLog.md, CITATION.cff, README.md
v1.1.0
- Update required version of PERMETRICS to 1.5.0
- Speed up 10x-100x for the computation time of objective functions.
- Update all cluster_finder methods.
- Add customization functions to save figures.
- Update documents, examples, ChangeLog.md, CITATION.cff, README.md