@thi.ng/poisson 3.2.21 → 3.2.23

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -108
  2. package/package.json +8 -9
package/CHANGELOG.md CHANGED
@@ -1,9 +1,11 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-01-04T21:07:38Z
3
+ - **Last updated**: 2025-01-23T13:39:11Z
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.
7
+ Only versions published since **2022-01-01** are listed here.
8
+ Please consult the Git history for older version information.
7
9
  See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
8
10
 
9
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
@@ -61,110 +63,3 @@ and/or version bumps of transitive dependencies.
61
63
  - add stratifiedGrid2/3() fns
62
64
  - update StratifiedGridOpts
63
65
  - remove old stratifiedGrid() fn
64
-
65
- ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/poisson@2.1.0) (2021-11-17)
66
-
67
- #### 🚀 Features
68
-
69
- - Using workspaces for local tools ([bf7a404](https://github.com/thi-ng/umbrella/commit/bf7a404))
70
- Improving the overall build ergonomics
71
- - introduced a tools workspaces
72
- - imported it in all needed packages/examples
73
- - inclusive project root
74
-
75
- #### ♻️ Refactoring
76
-
77
- - testrunner to binary ([4ebbbb2](https://github.com/thi-ng/umbrella/commit/4ebbbb2))
78
- this commit reverts (partly) changes made in:
79
- ef346d7a8753590dc9094108a3d861a8dbd5dd2c
80
- overall purpose is better testament ergonomics:
81
- instead of having to pass NODE_OPTIONS with every invocation
82
- having a binary to handle this for us.
83
-
84
- ### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/poisson@2.0.1) (2021-10-13)
85
-
86
- #### ♻️ Refactoring
87
-
88
- - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
89
- - add .js suffix for all relative imports
90
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
91
-
92
- # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/poisson@2.0.0) (2021-10-12)
93
-
94
- #### 🛑 Breaking changes
95
-
96
- - major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea))
97
- - BREAKING CHANGE: discontinue CommonJS & UMD versions
98
- - only ESM modules will be published from now on
99
- - CJS obsolete due to ESM support in recent versions of node:
100
- - i.e. launch NodeJS via:
101
- - `node --experimental-specifier-resolution=node --experimental-repl-await`
102
- - in the node REPL use `await import(...)` instead of `require()`
103
- - UMD obsolete due to widespread browser support for ESM
104
- Also:
105
- - normalize/restructure/reorg all package.json files
106
- - cleanup all build scripts, remove obsolete
107
- - switch from mocha to [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament) for all tests
108
-
109
- #### ♻️ Refactoring
110
-
111
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
112
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
113
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
114
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
115
- - update imports (transducers) ([1a111e1](https://github.com/thi-ng/umbrella/commit/1a111e1))
116
-
117
- ### [1.1.21](https://github.com/thi-ng/umbrella/tree/@thi.ng/poisson@1.1.21) (2020-12-07)
118
-
119
- #### ♻️ Refactoring
120
-
121
- - update type-only imports in various tests/pkgs ([3fd9c24](https://github.com/thi-ng/umbrella/commit/3fd9c24))
122
-
123
- ### [1.1.16](https://github.com/thi-ng/umbrella/tree/@thi.ng/poisson@1.1.16) (2020-09-13)
124
-
125
- #### ♻️ Refactoring
126
-
127
- - update deps, imports, use new Fn types ([fe03bcc](https://github.com/thi-ng/umbrella/commit/fe03bcc))
128
-
129
- ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/poisson@1.1.0) (2020-05-29)
130
-
131
- #### 🚀 Features
132
-
133
- - add stratifiedGrid(), restructure pkg ([62cd31a](https://github.com/thi-ng/umbrella/commit/62cd31a))
134
-
135
- ### [1.0.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/poisson@1.0.2) (2020-02-25)
136
-
137
- #### ♻️ Refactoring
138
-
139
- - update imports ([601f716](https://github.com/thi-ng/umbrella/commit/601f716))
140
-
141
- # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/poisson@1.0.0) (2020-01-24)
142
-
143
- #### 🛑 Breaking changes
144
-
145
- - update to use ISpatialSet ([32a20fe](https://github.com/thi-ng/umbrella/commit/32a20fe))
146
- - BREAKING CHANGE: update to use latest geom-accel API
147
-
148
- ### [0.2.17](https://github.com/thi-ng/umbrella/tree/@thi.ng/poisson@0.2.17) (2019-07-07)
149
-
150
- #### ♻️ Refactoring
151
-
152
- - TS strictNullChecks ([09b42da](https://github.com/thi-ng/umbrella/commit/09b42da))
153
-
154
- ### [0.1.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/poisson@0.1.2) (2019-01-31)
155
-
156
- #### 🚀 Features
157
-
158
- - add geom-api dep, optimize search ([bee1c89](https://github.com/thi-ng/umbrella/commit/bee1c89))
159
- - use ISpatialAccel instead of direct KdTree dependency
160
- - use ISpatialAccel.has() for faster nearest point search
161
-
162
- #### ♻️ Refactoring
163
-
164
- - minor optimizations, update PoissonOpts & defaults ([598fca5](https://github.com/thi-ng/umbrella/commit/598fca5))
165
-
166
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/poisson@0.1.0) (2019-01-21)
167
-
168
- #### 🚀 Features
169
-
170
- - re-import & update poisson package (MBP2010) ([193f9d4](https://github.com/thi-ng/umbrella/commit/193f9d4))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/poisson",
3
- "version": "3.2.21",
3
+ "version": "3.2.23",
4
4
  "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,17 +40,16 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.16",
44
- "@thi.ng/checks": "^3.6.19",
45
- "@thi.ng/geom-accel": "^4.1.21",
46
- "@thi.ng/random": "^4.1.7",
47
- "@thi.ng/vectors": "^7.12.16"
43
+ "@thi.ng/api": "^8.11.18",
44
+ "@thi.ng/checks": "^3.6.21",
45
+ "@thi.ng/geom-accel": "^4.1.23",
46
+ "@thi.ng/random": "^4.1.9",
47
+ "@thi.ng/vectors": "^7.12.18"
48
48
  },
49
49
  "devDependencies": {
50
- "@microsoft/api-extractor": "^7.48.1",
51
50
  "esbuild": "^0.24.2",
52
51
  "typedoc": "^0.27.6",
53
- "typescript": "^5.7.2"
52
+ "typescript": "^5.7.3"
54
53
  },
55
54
  "keywords": [
56
55
  "2d",
@@ -100,5 +99,5 @@
100
99
  ],
101
100
  "year": 2016
102
101
  },
103
- "gitHead": "56e7a1724e7b0cb5c41119f60320b6ff0e8a3c1c\n"
102
+ "gitHead": "b92b48abda9941d608be8a2e1c83447e679a6f79\n"
104
103
  }