@thi.ng/tsne 0.1.8 → 0.1.9

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 (2) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-04-01T21:42:04Z
3
+ - **Last updated**: 2025-04-16T11:11:14Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
@@ -11,6 +11,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
11
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
12
  and/or version bumps of transitive dependencies.
13
13
 
14
+ ### [0.1.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/tsne@0.1.9) (2025-04-16)
15
+
16
+ #### ♻️ Refactoring
17
+
18
+ - minor internal updates ([52958dd](https://github.com/thi-ng/umbrella/commit/52958dd))
19
+
14
20
  ### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/tsne@0.1.1) (2025-02-20)
15
21
 
16
22
  #### ⏱ Performance improvements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/tsne",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Highly configurable t-SNE implementation for arbitrary dimensions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,16 +39,16 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.25",
43
- "@thi.ng/math": "^5.11.25",
44
- "@thi.ng/random": "^4.1.16",
45
- "@thi.ng/transducers": "^9.2.25",
46
- "@thi.ng/vectors": "^7.13.1"
42
+ "@thi.ng/api": "^8.11.26",
43
+ "@thi.ng/math": "^5.11.26",
44
+ "@thi.ng/random": "^4.1.17",
45
+ "@thi.ng/transducers": "^9.2.26",
46
+ "@thi.ng/vectors": "^8.0.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "esbuild": "^0.25.2",
50
- "typedoc": "^0.28.1",
51
- "typescript": "^5.8.2"
50
+ "typedoc": "^0.28.2",
51
+ "typescript": "^5.8.3"
52
52
  },
53
53
  "keywords": [
54
54
  "typescript"
@@ -82,5 +82,5 @@
82
82
  "status": "alpha",
83
83
  "year": 2021
84
84
  },
85
- "gitHead": "c88a589f33207b02a43172313b38ea09571265f1\n"
85
+ "gitHead": "c464b6948f92cba90c2ea75b59203dad894fb450\n"
86
86
  }