@thi.ng/k-means
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.2.3...@thi.ng/k-means@0.2.4) (2021-07-27) | ||
**Note:** Version bump only for package @thi.ng/k-means | ||
## [0.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.2.2...@thi.ng/k-means@0.2.3) (2021-07-01) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -42,5 +42,5 @@ "module": "./index.js", | ||
"@thi.ng/api": "^7.1.6", | ||
"@thi.ng/distance": "^0.3.3", | ||
"@thi.ng/distance": "^0.3.4", | ||
"@thi.ng/random": "^2.4.2", | ||
"@thi.ng/vectors": "^6.0.2" | ||
"@thi.ng/vectors": "^6.0.3" | ||
}, | ||
@@ -69,3 +69,3 @@ "files": [ | ||
}, | ||
"gitHead": "a3dadf7acedcca6a15a7e6d655c923b16e2ededa" | ||
"gitHead": "ad6ac106b39a18735187a1b59313e06f5d7a9116" | ||
} |
45338
Updated@thi.ng/distance@^0.3.4
Updated@thi.ng/vectors@^6.0.3