Skip to content

Releases: thieu1995/MetaCluster

v1.3.0

17 Aug 16:07
Compare
Choose a tag to compare

General Updates

  • Updated GitHub Actions workflows.
  • Updated mealpy dependency to the latest release (v3.0.3).
  • Updated documentation and examples.
  • Updated ChangeLog.md, CITATION.cff, and README.md.

Bug Fixes

  • Fixed warning issue in KMeans class.
  • Fixed bugs in:
    • MhaKMeansTuner class (compatibility with latest mealpy).
    • MhaKCentersClustering class (compatibility with latest mealpy).
    • MetaCluster class (compatibility with latest mealpy).

v1.2.0

10 Nov 16:18
Compare
Choose a tag to compare
  • Add class MhaKMeansTuner that can tune hyper-parameters of KMeans model using Metaheuristic Algorithms (MHAs)
  • Add class MhaKCentersClustering that 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

26 Aug 04:13
Compare
Choose a tag to compare
  • 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

v1.0.2

10 Aug 03:01
Compare
Choose a tag to compare
  • Update ChangeLog.md, CITATION.cff, MANIFEST.in, README.md
  • Add document website
  • Fix bug in dataset

v1.0.1

07 Aug 11:29
Compare
Choose a tag to compare
  • Add ChangeLog.md
  • Update citation
  • Add logo
  • Update requirements libraries

v1.0.0

04 Aug 10:43
Compare
Choose a tag to compare
  • Add project's information (MANIFEST.in, LICENSE, README.md, requirements.txt, CITATION.cff, CODE_OF_CONDUCT.md)
  • Add supported data folder
  • Add utils module
  • Add examples and tests folder
  • Add MetaCluster class
  • Add Github's Action

v0.2.0

04 Aug 10:25
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Test Release

v0.1.0

04 Aug 10:15
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Test release and publish