Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 18, 2023
1 parent 102aece commit 46e445c
Show file tree
Hide file tree
Showing 134 changed files with 785 additions and 732 deletions.
11 changes: 10 additions & 1 deletion packages/adjacency/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-08-27T11:20:58Z
- **Last updated**: 2023-10-18T18:06:31Z
- **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,15 @@ 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.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-10-18)

#### 🚀 Features

- add AdjacencyBitMatrix.similarity(), other updates ([259b507](https://github.com/thi-ng/umbrella/commit/259b507))
- add AdjacencyBitMatrix.similarity() to select related nodes (based on shared connections)
- simplify AdjacencyBitMatrix.neighbors()
- fix iteration bug in AdjacencyBitMatrix.edges()

## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2022-12-22)

#### 🚀 Features
Expand Down
12 changes: 6 additions & 6 deletions packages/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "2.3.36",
"version": "2.4.0",
"description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,16 +35,16 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.5",
"@thi.ng/arrays": "^2.6.2",
"@thi.ng/bitfield": "^2.2.38",
"@thi.ng/dcons": "^3.2.63",
"@thi.ng/arrays": "^2.6.3",
"@thi.ng/bitfield": "^2.3.0",
"@thi.ng/dcons": "^3.2.64",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/sparse": "^0.3.68"
"@thi.ng/sparse": "^0.3.69"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
"@thi.ng/testament": "^0.3.23",
"@thi.ng/vectors": "^7.7.18",
"@thi.ng/vectors": "^7.7.19",
"rimraf": "^5.0.1",
"tools": "workspace:^",
"typedoc": "^0.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/arrays/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-10-12T11:53:08Z
- **Last updated**: 2023-10-18T18:06:31Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
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.6.2",
"version": "2.6.3",
"description": "Array / Arraylike utilities",
"type": "module",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/associative/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-08-27T11:20:58Z
- **Last updated**: 2023-10-18T18:06:31Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
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": "6.3.10",
"version": "6.3.11",
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,15 +35,15 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.5",
"@thi.ng/arrays": "^2.6.2",
"@thi.ng/arrays": "^2.6.3",
"@thi.ng/binary": "^3.3.33",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/compare": "^2.2.0",
"@thi.ng/dcons": "^3.2.63",
"@thi.ng/dcons": "^3.2.64",
"@thi.ng/equiv": "^2.1.30",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/random": "^3.6.8",
"@thi.ng/transducers": "^8.8.1",
"@thi.ng/transducers": "^8.8.2",
"tslib": "^2.6.2"
},
"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.25",
"version": "1.1.26",
"description": "Minimal AxiDraw plotter/drawing machine controller for Node.js",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,9 +41,9 @@
"@thi.ng/errors": "^2.3.5",
"@thi.ng/logger": "^1.4.21",
"@thi.ng/math": "^5.6.2",
"@thi.ng/transducers": "^8.8.1",
"@thi.ng/transducers": "^8.8.2",
"@thi.ng/units": "^0.4.11",
"@thi.ng/vectors": "^7.7.18",
"@thi.ng/vectors": "^7.7.19",
"serialport": "^11.0.1"
},
"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": "2.1.70",
"version": "2.1.71",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -34,12 +34,12 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/arrays": "^2.6.2",
"@thi.ng/arrays": "^2.6.3",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/defmulti": "^3.0.0",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/transducers": "^8.8.1",
"@thi.ng/transducers-binary": "^2.1.68"
"@thi.ng/transducers": "^8.8.2",
"@thi.ng/transducers-binary": "^2.1.69"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
Expand Down
15 changes: 14 additions & 1 deletion packages/bitfield/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2023-08-27T11:20:58Z
- **Last updated**: 2023-10-18T18:06:31Z
- **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,19 @@ 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.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2023-10-18)

#### 🚀 Features

- add BitField.similarity() ([58428c0](https://github.com/thi-ng/umbrella/commit/58428c0))

#### ⏱ Performance improvements

- optimize BitField.positions() ([17058b7](https://github.com/thi-ng/umbrella/commit/17058b7))
- update BitField ctor, BitMatrix.row() ([e1c2f73](https://github.com/thi-ng/umbrella/commit/e1c2f73))
- add opt BitField ctor arg for pre-existing backing buffer
- update BitMatrix.row() to add `viewOnly` arg allowing to re-use storage

### [2.2.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2022-10-26)

#### ♻️ Refactoring
Expand Down
2 changes: 1 addition & 1 deletion packages/bitfield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitfield",
"version": "2.2.38",
"version": "2.3.0",
"description": "1D / 2D bit field implementations",
"type": "module",
"module": "./index.js",
Expand Down
6 changes: 3 additions & 3 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.1.68",
"version": "2.1.69",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.5",
"@thi.ng/dcons": "^3.2.63",
"@thi.ng/transducers": "^8.8.1"
"@thi.ng/dcons": "^3.2.64",
"@thi.ng/transducers": "^8.8.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cellular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cellular",
"version": "0.2.60",
"version": "0.2.61",
"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 @@ -38,7 +38,7 @@
"@thi.ng/checks": "^3.4.5",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/random": "^3.6.8",
"@thi.ng/transducers": "^8.8.1"
"@thi.ng/transducers": "^8.8.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
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.2.3",
"version": "1.2.4",
"description": "Collection of 200+ image based color themes & composable theme query filters",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.9.5",
"@thi.ng/base-n": "^2.5.13",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/color": "^5.5.22",
"@thi.ng/color": "^5.5.23",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/hex": "^2.3.17"
},
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.5.22",
"version": "5.5.23",
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.5",
"@thi.ng/arrays": "^2.6.2",
"@thi.ng/arrays": "^2.6.3",
"@thi.ng/binary": "^3.3.33",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/compare": "^2.2.0",
Expand All @@ -49,8 +49,8 @@
"@thi.ng/math": "^5.6.2",
"@thi.ng/random": "^3.6.8",
"@thi.ng/strings": "^3.6.0",
"@thi.ng/transducers": "^8.8.1",
"@thi.ng/vectors": "^7.7.18"
"@thi.ng/transducers": "^8.8.2",
"@thi.ng/vectors": "^7.7.19"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
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": "0.2.8",
"version": "0.2.9",
"description": "Array-based complex number algebra",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.9.5",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/math": "^5.6.2",
"@thi.ng/vectors": "^7.7.18"
"@thi.ng/vectors": "^7.7.19"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "2.1.68",
"version": "2.1.69",
"description": "ES6 promise based CSP primitives & operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,11 +39,11 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.5",
"@thi.ng/arrays": "^2.6.2",
"@thi.ng/arrays": "^2.6.3",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/dcons": "^3.2.63",
"@thi.ng/dcons": "^3.2.64",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/transducers": "^8.8.1"
"@thi.ng/transducers": "^8.8.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
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.34",
"version": "2.3.35",
"description": "Customizable, transducer-based CSV parser/object mapper and transformer",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/api": "^8.9.5",
"@thi.ng/checks": "^3.4.5",
"@thi.ng/strings": "^3.6.0",
"@thi.ng/transducers": "^8.8.1"
"@thi.ng/transducers": "^8.8.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
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.63",
"version": "3.2.64",
"description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@thi.ng/equiv": "^2.1.30",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/random": "^3.6.8",
"@thi.ng/transducers": "^8.8.1"
"@thi.ng/transducers": "^8.8.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
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.69",
"version": "2.1.70",
"description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.5",
"@thi.ng/dgraph": "^2.1.68",
"@thi.ng/dgraph": "^2.1.69",
"@thi.ng/dot": "^2.1.43"
},
"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.68",
"version": "2.1.69",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@thi.ng/api": "^8.9.5",
"@thi.ng/associative": "^6.3.10",
"@thi.ng/associative": "^6.3.11",
"@thi.ng/equiv": "^2.1.30",
"@thi.ng/errors": "^2.3.5",
"@thi.ng/transducers": "^8.8.1"
"@thi.ng/transducers": "^8.8.2"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
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.20",
"version": "2.4.21",
"description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/errors": "^2.3.5",
"@thi.ng/heaps": "^2.1.40",
"@thi.ng/math": "^5.6.2",
"@thi.ng/vectors": "^7.7.18"
"@thi.ng/vectors": "^7.7.19"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4",
Expand Down
Loading

0 comments on commit 46e445c

Please sign in to comment.