We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006b0e7 commit ed5618bCopy full SHA for ed5618b
1 file changed
ChangeLog.md
@@ -1,4 +1,21 @@
1
2
+# Version 1.3.0
3
+
4
+### General Updates
5
+- Updated GitHub Actions workflows.
6
+- Updated `mealpy` dependency to the latest release (v3.0.3).
7
+- Updated documentation and examples.
8
+- Updated `ChangeLog.md`, `CITATION.cff`, and `README.md`.
9
10
+### Bug Fixes
11
+- Fixed warning issue in `KMeans` class.
12
+- Fixed bugs in:
13
+ - `MhaKMeansTuner` class (compatibility with latest `mealpy`).
14
+ - `MhaKCentersClustering` class (compatibility with latest `mealpy`).
15
+ - `MetaCluster` class (compatibility with latest `mealpy`).
16
17
+---------------------------------------------------------------------
18
19
# Version 1.2.0
20
21
+ Add class `MhaKMeansTuner` that can tune hyper-parameters of KMeans model using Metaheuristic Algorithms (MHAs)
0 commit comments