@thi.ng/lowdisc 0.3.9 → 0.3.11

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**: 2022-08-01T14:54:00Z
3
+ - **Last updated**: 2022-09-21T21:37:59Z
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
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![lowdisc](https://media.thi.ng/umbrella/banners/thing-lowdisc.svg?637bcba0)
3
+ # ![lowdisc](https://media.thi.ng/umbrella/banners-20220914/thing-lowdisc.svg?44a39560)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/lowdisc.svg)](https://www.npmjs.com/package/@thi.ng/lowdisc)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/lowdisc.svg)
@@ -13,8 +13,8 @@ This project is part of the
13
13
  - [Halton](#halton)
14
14
  - [Kronecker](#kronecker)
15
15
  - [R<sub>2</sub> recurrence](#rsub2sub-recurrence)
16
- - [Status](#status)
17
- - [Related packages](#related-packages)
16
+ - [Status](#status)
17
+ - [Related packages](#related-packages)
18
18
  - [Installation](#installation)
19
19
  - [Dependencies](#dependencies)
20
20
  - [API](#api)
@@ -56,13 +56,13 @@ Based on Kronecker with each dimension's base automatically derived from the
56
56
 
57
57
  ![2D R2 recurrence sequence](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/lowdisc/ld-plastic-small.gif)
58
58
 
59
- ### Status
59
+ ## Status
60
60
 
61
61
  **BETA** - possibly breaking changes forthcoming
62
62
 
63
63
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Blowdisc%5D+in%3Atitle)
64
64
 
65
- ### Related packages
65
+ ## Related packages
66
66
 
67
67
  - [@thi.ng/poisson](https://github.com/thi-ng/umbrella/tree/develop/packages/poisson) - nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs
68
68
  - [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random) - Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/lowdisc",
3
- "version": "0.3.9",
3
+ "version": "0.3.11",
4
4
  "description": "n-dimensional low-discrepancy sequence generators/iterators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,15 +34,15 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/errors": "^2.1.9"
37
+ "@thi.ng/errors": "^2.2.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@microsoft/api-extractor": "^7.25.0",
41
- "@thi.ng/testament": "^0.2.10",
40
+ "@microsoft/api-extractor": "^7.31.1",
41
+ "@thi.ng/testament": "^0.3.0",
42
42
  "rimraf": "^3.0.2",
43
43
  "tools": "^0.0.1",
44
44
  "typedoc": "^0.22.17",
45
- "typescript": "^4.7.4"
45
+ "typescript": "^4.8.3"
46
46
  },
47
47
  "keywords": [
48
48
  "discrepancy",
@@ -93,5 +93,5 @@
93
93
  "status": "beta",
94
94
  "year": 2020
95
95
  },
96
- "gitHead": "976ccd698cedaa60dcef2e69030a5eb98898cc4a\n"
96
+ "gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
97
97
  }