Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.95 KB

File metadata and controls

62 lines (44 loc) · 1.95 KB

Version 1.3.0

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).

Version 1.2.0

  • 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

Version 1.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

Version 1.0.2

  • Update ChangeLog.md, CITATION.cff, MANIFEST.in, README.md
  • Add document website
  • Fix bug in dataset

Version 1.0.1

  • Add ChangeLog.md
  • Update citation
  • Add logo
  • Update requirements libraries

Version 1.0.0 (First version)

  • 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