@thi.ng/tsne 0.1.38 → 0.1.43

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/package.json +94 -94
  2. package/CHANGELOG.md +0 -39
package/package.json CHANGED
@@ -1,95 +1,95 @@
1
1
  {
2
- "name": "@thi.ng/tsne",
3
- "version": "0.1.38",
4
- "description": "Highly configurable t-SNE implementation for arbitrary dimensions",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/tsne",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/api": "^8.12.2",
43
- "@thi.ng/math": "^5.12.0",
44
- "@thi.ng/random": "^4.1.27",
45
- "@thi.ng/transducers": "^9.6.10",
46
- "@thi.ng/vectors": "^8.6.6"
47
- },
48
- "devDependencies": {
49
- "esbuild": "^0.25.9",
50
- "typedoc": "^0.28.12",
51
- "typescript": "^5.9.2"
52
- },
53
- "keywords": [
54
- "2d",
55
- "3d",
56
- "cluster",
57
- "compression",
58
- "dataviz",
59
- "nd",
60
- "tsne",
61
- "typescript",
62
- "vector",
63
- "visualization"
64
- ],
65
- "publishConfig": {
66
- "access": "public"
67
- },
68
- "browser": {
69
- "process": false,
70
- "setTimeout": false
71
- },
72
- "engines": {
73
- "node": ">=18"
74
- },
75
- "files": [
76
- "./*.js",
77
- "./*.d.ts"
78
- ],
79
- "exports": {
80
- ".": {
81
- "default": "./index.js"
82
- },
83
- "./api": {
84
- "default": "./api.js"
85
- },
86
- "./tsne": {
87
- "default": "./tsne.js"
88
- }
89
- },
90
- "thi.ng": {
91
- "status": "alpha",
92
- "year": 2021
93
- },
94
- "gitHead": "b7ede4f099767e0175ea8e09257208f73970b220\n"
95
- }
2
+ "name": "@thi.ng/tsne",
3
+ "version": "0.1.43",
4
+ "description": "Highly configurable t-SNE implementation for arbitrary dimensions",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/tsne",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/api": "^8.12.7",
43
+ "@thi.ng/math": "^5.13.4",
44
+ "@thi.ng/random": "^4.1.32",
45
+ "@thi.ng/transducers": "^9.6.15",
46
+ "@thi.ng/vectors": "^8.6.11"
47
+ },
48
+ "devDependencies": {
49
+ "esbuild": "^0.25.11",
50
+ "typedoc": "^0.28.14",
51
+ "typescript": "^5.9.3"
52
+ },
53
+ "keywords": [
54
+ "2d",
55
+ "3d",
56
+ "cluster",
57
+ "compression",
58
+ "dataviz",
59
+ "nd",
60
+ "tsne",
61
+ "typescript",
62
+ "vector",
63
+ "visualization"
64
+ ],
65
+ "publishConfig": {
66
+ "access": "public"
67
+ },
68
+ "browser": {
69
+ "process": false,
70
+ "setTimeout": false
71
+ },
72
+ "engines": {
73
+ "node": ">=18"
74
+ },
75
+ "files": [
76
+ "./*.js",
77
+ "./*.d.ts"
78
+ ],
79
+ "exports": {
80
+ ".": {
81
+ "default": "./index.js"
82
+ },
83
+ "./api": {
84
+ "default": "./api.js"
85
+ },
86
+ "./tsne": {
87
+ "default": "./tsne.js"
88
+ }
89
+ },
90
+ "thi.ng": {
91
+ "status": "alpha",
92
+ "year": 2021
93
+ },
94
+ "gitHead": "d977f819bcafdcb2b24c45f8d01a167fe29fc85a\n"
95
+ }
package/CHANGELOG.md DELETED
@@ -1,39 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
6
- All notable changes to this project will be documented in this file.
7
- Only versions published since **2022-01-01** are listed here.
8
- Please consult the Git history for older version information.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ### [0.1.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/tsne@0.1.15) (2025-06-03)
15
-
16
- #### ⏱ Performance improvements
17
-
18
- - avoid allocations, optimize computeGradient() ([8888892](https://github.com/thi-ng/umbrella/commit/8888892))
19
- - pre-allocate arrays for gradient & yMean
20
- - skip gradient update if same rows
21
- - use destructured Math fns
22
-
23
- ### [0.1.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/tsne@0.1.9) (2025-04-16)
24
-
25
- #### ♻️ Refactoring
26
-
27
- - minor internal updates ([52958dd](https://github.com/thi-ng/umbrella/commit/52958dd))
28
-
29
- ### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/tsne@0.1.1) (2025-02-20)
30
-
31
- #### ⏱ Performance improvements
32
-
33
- - more efficient use of vector ops ([af07e27](https://github.com/thi-ng/umbrella/commit/af07e27))
34
-
35
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/tsne@0.1.0) (2025-02-19)
36
-
37
- #### 🚀 Features
38
-
39
- - import as new pkg ([6761949](https://github.com/thi-ng/umbrella/commit/6761949))