@thi.ng/k-means
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.4.3...@thi.ng/k-means@0.4.4) (2021-10-25) | ||
**Note:** Version bump only for package @thi.ng/k-means | ||
## [0.4.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.4.2...@thi.ng/k-means@0.4.3) (2021-10-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -37,10 +37,10 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.0.3", | ||
"@thi.ng/distance": "^2.0.3", | ||
"@thi.ng/errors": "^2.0.3", | ||
"@thi.ng/random": "^3.0.3", | ||
"@thi.ng/vectors": "^7.0.3" | ||
"@thi.ng/api": "^8.0.4", | ||
"@thi.ng/distance": "^2.0.4", | ||
"@thi.ng/errors": "^2.0.4", | ||
"@thi.ng/random": "^3.1.0", | ||
"@thi.ng/vectors": "^7.0.4" | ||
}, | ||
"devDependencies": { | ||
"@thi.ng/testament": "^0.1.3" | ||
"@thi.ng/testament": "^0.1.4" | ||
}, | ||
@@ -81,3 +81,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1" | ||
"gitHead": "9ff00a103f76cc4917ef3f244132e218f2300a05" | ||
} |
31863
Updated@thi.ng/api@^8.0.4
Updated@thi.ng/distance@^2.0.4
Updated@thi.ng/errors@^2.0.4
Updated@thi.ng/random@^3.1.0
Updated@thi.ng/vectors@^7.0.4