@thi.ng/k-means
Advanced tools
Comparing version 0.5.1 to 0.5.2
# Change Log | ||
- **Last updated**: 2021-11-19T07:59:51Z | ||
- **Last updated**: 2021-11-21T17:09:28Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -37,11 +37,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.1", | ||
"@thi.ng/distance": "^2.1.1", | ||
"@thi.ng/errors": "^2.1.1", | ||
"@thi.ng/random": "^3.2.1", | ||
"@thi.ng/vectors": "^7.2.1" | ||
"@thi.ng/api": "^8.3.2", | ||
"@thi.ng/distance": "^2.1.2", | ||
"@thi.ng/errors": "^2.1.2", | ||
"@thi.ng/random": "^3.2.2", | ||
"@thi.ng/vectors": "^7.2.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.18.19", | ||
"@thi.ng/testament": "^0.2.1", | ||
"@thi.ng/testament": "^0.2.2", | ||
"rimraf": "^3.0.2", | ||
@@ -86,3 +86,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "8bd27c8bde0b770e7c001943f11c951cd345d668\n" | ||
"gitHead": "e8a7c2a40191b391cef182c2978e5a6c85987a87\n" | ||
} |
Updated@thi.ng/api@^8.3.2
Updated@thi.ng/distance@^2.1.2
Updated@thi.ng/errors@^2.1.2
Updated@thi.ng/random@^3.2.2
Updated@thi.ng/vectors@^7.2.2