@thi.ng/lowdisc 0.3.69 → 0.3.70

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-07-06T12:02:18Z
3
+ - **Last updated**: 2024-07-16T13:09:33Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -107,13 +107,14 @@ Package sizes (brotli'd, pre-treeshake): ESM: 456 bytes
107
107
 
108
108
  ## Usage examples
109
109
 
110
- One project in this repo's
110
+ Several projects in this repo's
111
111
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
112
- directory is using this package:
112
+ directory are using this package:
113
113
 
114
- | Screenshot | Description | Live demo | Source |
115
- |:---------------------------------------------------------------------------------------------------------------------|:-------------------------------|:----------------------------------------------------|:---------------------------------------------------------------------------------|
116
- | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/quasi-lattice.png" width="240"/> | Quasi-random lattice generator | [Demo](https://demo.thi.ng/umbrella/quasi-lattice/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/quasi-lattice) |
114
+ | Screenshot | Description | Live demo | Source |
115
+ |:-------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------|:-------------------------------------------------------|:------------------------------------------------------------------------------------|
116
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/quasi-lattice.png" width="240"/> | Quasi-random lattice generator | [Demo](https://demo.thi.ng/umbrella/quasi-lattice/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/quasi-lattice) |
117
+ | <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/viz-scatter-plot.avif" width="240"/> | Interactive scatter & line plot of low-discrepancy samples | [Demo](https://demo.thi.ng/umbrella/viz-scatter-plot/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/viz-scatter-plot) |
117
118
 
118
119
  ## API
119
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/lowdisc",
3
- "version": "0.3.69",
3
+ "version": "0.3.70",
4
4
  "description": "n-dimensional low-discrepancy sequence generators/iterators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,7 +36,7 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/errors": "^2.5.10"
39
+ "@thi.ng/errors": "^2.5.11"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.47.0",
@@ -94,5 +94,5 @@
94
94
  "status": "beta",
95
95
  "year": 2020
96
96
  },
97
- "gitHead": "70f493d9ccc97c5df5dda7e808e96cd1691097fc\n"
97
+ "gitHead": "ba4f2cd15eeb0cae30efe222524da4fed2a57267\n"
98
98
  }