@thi.ng/k-means 2.0.33 → 2.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/k-means",
3
- "version": "2.0.33",
3
+ "version": "2.0.35",
4
4
  "description": "k-means & k-medians with customizable distance functions and centroid initializations for n-D vectors",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,11 +40,11 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.16",
44
- "@thi.ng/distance": "^3.0.35",
45
- "@thi.ng/errors": "^2.6.5",
46
- "@thi.ng/random": "^4.1.41",
47
- "@thi.ng/vectors": "^8.6.23"
43
+ "@thi.ng/api": "^8.12.17",
44
+ "@thi.ng/distance": "^3.0.37",
45
+ "@thi.ng/errors": "^2.6.6",
46
+ "@thi.ng/random": "^4.1.42",
47
+ "@thi.ng/vectors": "^8.6.25"
48
48
  },
49
49
  "devDependencies": {
50
50
  "esbuild": "^0.27.2",
@@ -97,5 +97,5 @@
97
97
  "year": 2021,
98
98
  "screenshot": "examples/kmeans-viz.jpg"
99
99
  },
100
- "gitHead": "7a21075f27ba00b28a6eb77e70918a4c7f4e6e68\n"
100
+ "gitHead": "d46ec975b426bb2ceb137cab734395c97436d59b\n"
101
101
  }