@thi.ng/k-means
Advanced tools
Comparing version 0.6.43 to 0.6.44
# Change Log | ||
- **Last updated**: 2023-11-09T10:02:12Z | ||
- **Last updated**: 2023-11-09T10:28:19Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.6.43", | ||
"version": "0.6.44", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -36,11 +36,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.7", | ||
"@thi.ng/distance": "^2.4.28", | ||
"@thi.ng/errors": "^2.4.1", | ||
"@thi.ng/random": "^3.6.13", | ||
"@thi.ng/vectors": "^7.8.3" | ||
"@thi.ng/api": "^8.9.8", | ||
"@thi.ng/distance": "^2.4.29", | ||
"@thi.ng/errors": "^2.4.2", | ||
"@thi.ng/random": "^3.6.14", | ||
"@thi.ng/vectors": "^7.8.4" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@thi.ng/testament": "^0.4.0", | ||
"@thi.ng/testament": "^0.4.1", | ||
"rimraf": "^5.0.5", | ||
@@ -85,3 +85,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "9f4d8ad79bca1d68214fbc9bbc5fb55f5a445f7e\n" | ||
"gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n" | ||
} |
Updated@thi.ng/api@^8.9.8
Updated@thi.ng/distance@^2.4.29
Updated@thi.ng/errors@^2.4.2
Updated@thi.ng/random@^3.6.14
Updated@thi.ng/vectors@^7.8.4