@thi.ng/tsne 0.1.60 → 0.1.61

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/README.md +16 -15
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
- <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/tsne](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/banners/thing-tsne.svg?5059595e)
2
+ <!-- Please see: https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ # ![@thi.ng/tsne](https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/banners/thing-tsne.svg?5059595e)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/tsne.svg)](https://www.npmjs.com/package/@thi.ng/tsne)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/tsne.svg)
@@ -8,11 +8,12 @@
8
8
 
9
9
  > [!NOTE]
10
10
  > This is one of 214 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
11
+ > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
12
  > and anti-framework.
13
13
  >
14
- > 🚀 Please help me to work full-time on these projects by [sponsoring me on
15
- > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
14
+ > 🚀 Please help me to work full-time on these projects by [sponsoring
15
+ > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
16
+ > Thank you! ❤️
16
17
 
17
18
  - [About](#about)
18
19
  - [Status](#status)
@@ -42,7 +43,7 @@ disabled/removed again)
42
43
 
43
44
  **ALPHA** - bleeding edge / work-in-progress
44
45
 
45
- [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Btsne%5D+in%3Atitle)
46
+ [Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Btsne%5D)
46
47
 
47
48
  ## Installation
48
49
 
@@ -74,23 +75,23 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.51 KB
74
75
 
75
76
  ## Dependencies
76
77
 
77
- - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
78
- - [@thi.ng/math](https://github.com/thi-ng/umbrella/tree/develop/packages/math)
79
- - [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random)
80
- - [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers)
81
- - [@thi.ng/vectors](https://github.com/thi-ng/umbrella/tree/develop/packages/vectors)
78
+ - [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
79
+ - [@thi.ng/math](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/math)
80
+ - [@thi.ng/random](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/random)
81
+ - [@thi.ng/transducers](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers)
82
+ - [@thi.ng/vectors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/vectors)
82
83
 
83
84
  Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
84
85
 
85
86
  ## Usage examples
86
87
 
87
88
  One project in this repo's
88
- [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
89
+ [/examples](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples)
89
90
  directory is using this package:
90
91
 
91
- | Screenshot | Description | Live demo | Source |
92
- |:--------------------------------------------------------------------------------------------------------------------|:----------------------------------------|:--------------------------------------------------|:-------------------------------------------------------------------------------|
93
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/tsne-colors.avif" width="240"/> | Animated t-SNE visualization of 4D data | [Demo](https://demo.thi.ng/umbrella/tsne-colors/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/tsne-colors) |
92
+ | Screenshot | Description | Live demo | Source |
93
+ |:--------------------------------------------------------------------------------------------------------------------|:----------------------------------------|:--------------------------------------------------|:---------------------------------------------------------------------------------------|
94
+ | <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/examples/tsne-colors.avif" width="240"/> | Animated t-SNE visualization of 4D data | [Demo](https://demo.thi.ng/umbrella/tsne-colors/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/tsne-colors) |
94
95
 
95
96
  ## API
96
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/tsne",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "description": "Highly configurable t-SNE implementation for arbitrary dimensions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -8,7 +8,7 @@
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/thi-ng/umbrella.git",
11
+ "url": "git+https://codeberg.org/thi.ng/umbrella.git",
12
12
  "directory": "packages/tsne"
13
13
  },
14
14
  "homepage": "https://thi.ng/tsne",
@@ -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.17",
44
- "@thi.ng/math": "^5.15.6",
45
- "@thi.ng/random": "^4.1.42",
46
- "@thi.ng/transducers": "^9.6.30",
47
- "@thi.ng/vectors": "^8.6.25"
43
+ "@thi.ng/api": "^8.12.18",
44
+ "@thi.ng/math": "^5.15.7",
45
+ "@thi.ng/random": "^4.1.43",
46
+ "@thi.ng/transducers": "^9.6.31",
47
+ "@thi.ng/vectors": "^8.6.26"
48
48
  },
49
49
  "devDependencies": {
50
50
  "esbuild": "^0.27.2",
@@ -92,5 +92,5 @@
92
92
  "status": "alpha",
93
93
  "year": 2021
94
94
  },
95
- "gitHead": "d46ec975b426bb2ceb137cab734395c97436d59b\n"
95
+ "gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
96
96
  }