@thi.ng/lowdisc 0.3.10 → 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 +1 -1
- package/README.md +5 -5
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/lowdisc)
|
|
6
6
|

|
|
@@ -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
|
-
|
|
17
|
-
|
|
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
|

|
|
58
58
|
|
|
59
|
-
|
|
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
|
-
|
|
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.
|
|
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.
|
|
37
|
+
"@thi.ng/errors": "^2.2.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@microsoft/api-extractor": "^7.
|
|
41
|
-
"@thi.ng/testament": "^0.
|
|
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.
|
|
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": "
|
|
96
|
+
"gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
|
|
97
97
|
}
|