Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 17, 2025
1 parent e36b001 commit d888087
Show file tree
Hide file tree
Showing 121 changed files with 735 additions and 701 deletions.
10 changes: 5 additions & 5 deletions packages/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "3.0.21",
"version": "3.0.22",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -44,16 +44,16 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/arrays": "^2.10.10",
"@thi.ng/arrays": "^2.10.11",
"@thi.ng/bitfield": "^2.3.60",
"@thi.ng/dcons": "^3.2.137",
"@thi.ng/dcons": "^3.2.138",
"@thi.ng/disjoint-set": "^1.1.9",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/sparse": "^1.0.2"
"@thi.ng/sparse": "^1.0.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@thi.ng/vectors": "^7.12.14",
"@thi.ng/vectors": "^7.12.15",
"esbuild": "^0.24.2",
"typedoc": "^0.27.6",
"typescript": "^5.7.2"
Expand Down
18 changes: 17 additions & 1 deletion packages/arrays/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2025-01-04T21:07:38Z
- **Last updated**: 2025-01-17T14:10:58Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,22 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

### [2.10.11](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2025-01-17)

#### 🩹 Bug fixes

- fix [#495](https://github.com/thi-ng/umbrella/issues/495), update shuffleRange() ([21a4c41](https://github.com/thi-ng/umbrella/commit/21a4c41))
- fix/undo [8cbfc7b0c8](https://github.com/thi-ng/umbrella/commit/8cbfc7b0c8)
- update loop type & condition to skip last iteration
- switch back to using `rnd.minmax()`
- see [comment](https://github.com/thi-ng/umbrella/issues/495#issuecomment-2595138357)

#### ⏱ Performance improvements

- fix [#495](https://github.com/thi-ng/umbrella/issues/495), update shuffleRange() ([8cbfc7b](https://github.com/thi-ng/umbrella/commit/8cbfc7b))
- update loop to skip last iteration (obsolete)
- use `rnd.minmaxInt()` to compute swap index

## [2.10.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-08-18)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/arrays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/arrays",
"version": "2.10.10",
"version": "2.10.11",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "7.0.19",
"version": "7.0.20",
"description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,13 +41,13 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/arrays": "^2.10.10",
"@thi.ng/arrays": "^2.10.11",
"@thi.ng/binary": "^3.4.39",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/dcons": "^3.2.137",
"@thi.ng/dcons": "^3.2.138",
"@thi.ng/equiv": "^2.1.72",
"@thi.ng/object-utils": "^1.1.10",
"@thi.ng/transducers": "^9.2.13",
"@thi.ng/transducers": "^9.2.14",
"tslib": "^2.8.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/axidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/axidraw",
"version": "1.1.107",
"version": "1.1.108",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -47,9 +47,9 @@
"@thi.ng/errors": "^2.5.22",
"@thi.ng/logger": "^3.0.27",
"@thi.ng/math": "^5.11.16",
"@thi.ng/transducers": "^9.2.13",
"@thi.ng/transducers": "^9.2.14",
"@thi.ng/units": "^1.0.2",
"@thi.ng/vectors": "^7.12.14",
"@thi.ng/vectors": "^7.12.15",
"serialport": "^13.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/bencode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bencode",
"version": "3.0.0",
"version": "3.0.1",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,12 +41,12 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/arrays": "^2.10.10",
"@thi.ng/arrays": "^2.10.11",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/strings": "^3.9.0",
"@thi.ng/transducers": "^9.2.13",
"@thi.ng/transducers-binary": "^2.1.147"
"@thi.ng/transducers": "^9.2.14",
"@thi.ng/transducers-binary": "^2.1.148"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/boids/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/boids",
"version": "1.0.60",
"version": "1.0.61",
"description": "n-dimensional boids simulation with modular behavior system",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,12 +42,12 @@
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/distance": "^2.4.100",
"@thi.ng/geom-closest-point": "^2.1.154",
"@thi.ng/geom-resample": "^3.0.26",
"@thi.ng/distance": "^2.4.101",
"@thi.ng/geom-closest-point": "^2.1.155",
"@thi.ng/geom-resample": "^3.0.27",
"@thi.ng/math": "^5.11.16",
"@thi.ng/timestep": "^1.0.2",
"@thi.ng/vectors": "^7.12.14"
"@thi.ng/timestep": "^1.0.3",
"@thi.ng/vectors": "^7.12.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cache",
"version": "2.3.18",
"version": "2.3.19",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/dcons": "^3.2.137"
"@thi.ng/dcons": "^3.2.138"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/cellular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cellular",
"version": "1.0.2",
"version": "1.0.3",
"description": "Highly customizable 1D cellular automata, shared env, multiple rules, arbitrary sized/shaped neighborhoods, short term memory, cell states etc.",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,11 +41,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/arrays": "^2.10.10",
"@thi.ng/arrays": "^2.10.11",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/random": "^4.1.7",
"@thi.ng/transducers": "^9.2.13"
"@thi.ng/transducers": "^9.2.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/color-palettes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color-palettes",
"version": "1.4.26",
"version": "1.4.27",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@thi.ng/api": "^8.11.16",
"@thi.ng/base-n": "^2.7.28",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/color": "^5.7.17",
"@thi.ng/color": "^5.7.18",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/hex": "^2.3.60"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color",
"version": "5.7.17",
"version": "5.7.18",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/arrays": "^2.10.10",
"@thi.ng/arrays": "^2.10.11",
"@thi.ng/binary": "^3.4.39",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/compare": "^2.4.8",
Expand All @@ -55,8 +55,8 @@
"@thi.ng/math": "^5.11.16",
"@thi.ng/random": "^4.1.7",
"@thi.ng/strings": "^3.9.0",
"@thi.ng/transducers": "^9.2.13",
"@thi.ng/vectors": "^7.12.14"
"@thi.ng/transducers": "^9.2.14",
"@thi.ng/vectors": "^7.12.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/complex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/complex",
"version": "1.0.2",
"version": "1.0.3",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/api": "^8.11.16",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/math": "^5.11.16",
"@thi.ng/vectors": "^7.12.14"
"@thi.ng/vectors": "^7.12.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csv",
"version": "2.3.113",
"version": "2.3.114",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/api": "^8.11.16",
"@thi.ng/checks": "^3.6.19",
"@thi.ng/strings": "^3.9.0",
"@thi.ng/transducers": "^9.2.13"
"@thi.ng/transducers": "^9.2.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/dcons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dcons",
"version": "3.2.137",
"version": "3.2.138",
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@thi.ng/equiv": "^2.1.72",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/random": "^4.1.7",
"@thi.ng/transducers": "^9.2.13"
"@thi.ng/transducers": "^9.2.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/dgraph-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph-dot",
"version": "2.1.144",
"version": "2.1.145",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/dgraph": "^2.1.143",
"@thi.ng/dgraph": "^2.1.144",
"@thi.ng/dot": "^2.1.91"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/dgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph",
"version": "2.1.143",
"version": "2.1.144",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,10 +41,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.11.16",
"@thi.ng/associative": "^7.0.19",
"@thi.ng/associative": "^7.0.20",
"@thi.ng/equiv": "^2.1.72",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/transducers": "^9.2.13"
"@thi.ng/transducers": "^9.2.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/distance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/distance",
"version": "2.4.100",
"version": "2.4.101",
"description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@thi.ng/errors": "^2.5.22",
"@thi.ng/heaps": "^2.1.88",
"@thi.ng/math": "^5.11.16",
"@thi.ng/vectors": "^7.12.14"
"@thi.ng/vectors": "^7.12.15"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/dsp-io-wav/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dsp-io-wav",
"version": "2.1.147",
"version": "2.1.148",
"description": "WAV file format generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@thi.ng/api": "^8.11.16",
"@thi.ng/binary": "^3.4.39",
"@thi.ng/errors": "^2.5.22",
"@thi.ng/transducers": "^9.2.13",
"@thi.ng/transducers-binary": "^2.1.147"
"@thi.ng/transducers": "^9.2.14",
"@thi.ng/transducers-binary": "^2.1.148"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/dsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dsp",
"version": "4.7.57",
"version": "4.7.58",
"description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@thi.ng/errors": "^2.5.22",
"@thi.ng/math": "^5.11.16",
"@thi.ng/random": "^4.1.7",
"@thi.ng/transducers": "^9.2.13"
"@thi.ng/transducers": "^9.2.14"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
Expand Down
Loading

0 comments on commit d888087

Please sign in to comment.