@thi.ng/tensors 0.11.12 → 0.11.14
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.
- package/README.md +2 -2
- package/package.json +13 -13
- package/tensor.js +6 -0
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 215 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -254,7 +254,7 @@ For Node.js REPL:
|
|
|
254
254
|
const ten = await import("@thi.ng/tensors");
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 11.
|
|
257
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 11.85 KB
|
|
258
258
|
|
|
259
259
|
## Dependencies
|
|
260
260
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/tensors",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.14",
|
|
4
4
|
"description": "0D/1D/2D/3D/4D tensors with extensible polymorphic operations and customizable storage",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/arrays": "^2.14.
|
|
45
|
-
"@thi.ng/checks": "^3.
|
|
46
|
-
"@thi.ng/equiv": "^2.1.
|
|
47
|
-
"@thi.ng/errors": "^2.6.
|
|
48
|
-
"@thi.ng/math": "^5.15.
|
|
49
|
-
"@thi.ng/random": "^4.1.
|
|
50
|
-
"@thi.ng/strings": "^3.12.
|
|
51
|
-
"@thi.ng/vectors": "^8.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.20",
|
|
44
|
+
"@thi.ng/arrays": "^2.14.16",
|
|
45
|
+
"@thi.ng/checks": "^3.9.0",
|
|
46
|
+
"@thi.ng/equiv": "^2.1.109",
|
|
47
|
+
"@thi.ng/errors": "^2.6.9",
|
|
48
|
+
"@thi.ng/math": "^5.15.9",
|
|
49
|
+
"@thi.ng/random": "^4.1.45",
|
|
50
|
+
"@thi.ng/strings": "^3.12.2",
|
|
51
|
+
"@thi.ng/vectors": "^8.6.29"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"esbuild": "^0.
|
|
55
|
-
"typedoc": "^0.28.
|
|
54
|
+
"esbuild": "^0.28.0",
|
|
55
|
+
"typedoc": "^0.28.18",
|
|
56
56
|
"typescript": "^5.9.3"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
@@ -352,5 +352,5 @@
|
|
|
352
352
|
"status": "alpha",
|
|
353
353
|
"year": 2018
|
|
354
354
|
},
|
|
355
|
-
"gitHead": "
|
|
355
|
+
"gitHead": "92be63f24030506f09d6d156804da2798c381dc4"
|
|
356
356
|
}
|