@thi.ng/k-means
Advanced tools
Comparing version 0.5.5 to 0.5.6
# Change Log | ||
- **Last updated**: 2021-11-21T17:09:28Z | ||
- **Last updated**: 2021-12-13T10:26:00Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -37,15 +37,15 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.2", | ||
"@thi.ng/distance": "^2.1.5", | ||
"@thi.ng/errors": "^2.1.2", | ||
"@thi.ng/random": "^3.2.2", | ||
"@thi.ng/vectors": "^7.4.1" | ||
"@thi.ng/api": "^8.3.3", | ||
"@thi.ng/distance": "^2.1.6", | ||
"@thi.ng/errors": "^2.1.3", | ||
"@thi.ng/random": "^3.2.3", | ||
"@thi.ng/vectors": "^7.4.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.18.19", | ||
"@thi.ng/testament": "^0.2.2", | ||
"@microsoft/api-extractor": "^7.19.2", | ||
"@thi.ng/testament": "^0.2.3", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.9", | ||
"typescript": "^4.5.2" | ||
"typedoc": "^0.22.10", | ||
"typescript": "^4.5.3" | ||
}, | ||
@@ -86,3 +86,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "32cf1a96854f9bb97aca65ffa05ca862ea377059\n" | ||
"gitHead": "2db9dd34c0c2c60cbfde3dad0bca352b20292f5c\n" | ||
} |
Updated@thi.ng/api@^8.3.3
Updated@thi.ng/distance@^2.1.6
Updated@thi.ng/errors@^2.1.3
Updated@thi.ng/random@^3.2.3
Updated@thi.ng/vectors@^7.4.2