@thi.ng/k-means
Advanced tools
Comparing version 0.7.19 to 1.0.1
# Change Log | ||
- **Last updated**: 2024-12-27T14:11:37Z | ||
- **Last updated**: 2025-01-04T21:07:38Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.7.19", | ||
"version": "1.0.1", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -43,7 +43,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.15", | ||
"@thi.ng/distance": "^2.4.98", | ||
"@thi.ng/errors": "^2.5.21", | ||
"@thi.ng/random": "^4.1.6", | ||
"@thi.ng/vectors": "^7.12.12" | ||
"@thi.ng/api": "^8.11.16", | ||
"@thi.ng/distance": "^2.4.99", | ||
"@thi.ng/errors": "^2.5.22", | ||
"@thi.ng/random": "^4.1.7", | ||
"@thi.ng/vectors": "^7.12.13" | ||
}, | ||
@@ -93,3 +93,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n" | ||
"gitHead": "56c1d57a96565bbcc8c06c73779a619bba0db368\n" | ||
} |
@@ -162,2 +162,2 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
© 2021 - 2024 Karsten Schmidt // Apache License 2.0 | ||
© 2021 - 2025 Karsten Schmidt // Apache License 2.0 |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
34363
Updated@thi.ng/api@^8.11.16
Updated@thi.ng/distance@^2.4.99
Updated@thi.ng/errors@^2.5.22
Updated@thi.ng/random@^4.1.7
Updated@thi.ng/vectors@^7.12.13