@thi.ng/k-means
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.4.7...@thi.ng/k-means@0.4.8) (2021-11-04) | ||
**Note:** Version bump only for package @thi.ng/k-means | ||
## [0.4.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/k-means@0.4.6...@thi.ng/k-means@0.4.7) (2021-11-03) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -38,6 +38,6 @@ "type": "module", | ||
"@thi.ng/api": "^8.1.0", | ||
"@thi.ng/distance": "^2.0.7", | ||
"@thi.ng/distance": "^2.0.8", | ||
"@thi.ng/errors": "^2.0.6", | ||
"@thi.ng/random": "^3.1.3", | ||
"@thi.ng/vectors": "^7.0.7" | ||
"@thi.ng/vectors": "^7.1.0" | ||
}, | ||
@@ -81,3 +81,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "852cd2450617c86d15d18477dc634f17f04202eb" | ||
"gitHead": "d6aca4b4edb697613ed6635b1c0b12f0bf27b1f0" | ||
} |
31496
Updated@thi.ng/distance@^2.0.8
Updated@thi.ng/vectors@^7.1.0