@thi.ng/math 5.3.12 → 5.3.13

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 +18 -18
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
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.
@@ -48,9 +48,9 @@ and/or version bumps of transitive dependencies.
48
48
 
49
49
  #### ♻️ Refactoring
50
50
 
51
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
52
51
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
53
52
  - add .js suffix for all relative imports
53
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
54
54
 
55
55
  # [5.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.0.0) (2021-10-12)
56
56
 
@@ -71,9 +71,9 @@ and/or version bumps of transitive dependencies.
71
71
 
72
72
  #### ♻️ Refactoring
73
73
 
74
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
75
74
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
76
75
  - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
76
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
77
77
 
78
78
  ### [4.0.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@4.0.6) (2021-09-03)
79
79
 
@@ -143,20 +143,20 @@ and/or version bumps of transitive dependencies.
143
143
 
144
144
  #### 🛑 Breaking changes
145
145
 
146
- - fix [#256](https://github.com/thi-ng/umbrella/issues/256) replace enum w/ type alias ([8f00375](https://github.com/thi-ng/umbrella/commit/8f00375))
147
- - update comparison order in classifyCrossing()
148
- - BREAKING CHANGE: replace Crossing enum w/ type alias
149
146
  - update/fix sigmoid() behavior ([07a278f](https://github.com/thi-ng/umbrella/commit/07a278f))
150
147
  - BREAKING CHANGE: add new bias arg for sigmoid() to satisfy more use cases.
151
148
  Use sigmoid01() for old behavior.
152
149
  - add/update docstrings
153
150
  - add desmos links
151
+ - fix [#256](https://github.com/thi-ng/umbrella/issues/256) replace enum w/ type alias ([8f00375](https://github.com/thi-ng/umbrella/commit/8f00375))
152
+ - update comparison order in classifyCrossing()
153
+ - BREAKING CHANGE: replace Crossing enum w/ type alias
154
154
 
155
155
  #### 🚀 Features
156
156
 
157
- - add more parametric T-norms ([38bd40e](https://github.com/thi-ng/umbrella/commit/38bd40e))
158
- - add gaussian() ([138befe](https://github.com/thi-ng/umbrella/commit/138befe))
159
157
  - add various T-norm functions ([ab4a810](https://github.com/thi-ng/umbrella/commit/ab4a810))
158
+ - add gaussian() ([138befe](https://github.com/thi-ng/umbrella/commit/138befe))
159
+ - add more parametric T-norms ([38bd40e](https://github.com/thi-ng/umbrella/commit/38bd40e))
160
160
 
161
161
  ### [2.2.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@2.2.2) (2020-12-07)
162
162
 
@@ -178,8 +178,8 @@ and/or version bumps of transitive dependencies.
178
178
 
179
179
  #### ♻️ Refactoring
180
180
 
181
- - update deps, imports, use new Fn types ([a40840d](https://github.com/thi-ng/umbrella/commit/a40840d))
182
181
  - use new function aliases, update deps ([dd0337f](https://github.com/thi-ng/umbrella/commit/dd0337f))
182
+ - update deps, imports, use new Fn types ([a40840d](https://github.com/thi-ng/umbrella/commit/a40840d))
183
183
 
184
184
  ### [1.7.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@1.7.5) (2020-04-05)
185
185
 
@@ -191,21 +191,21 @@ and/or version bumps of transitive dependencies.
191
191
 
192
192
  #### 🚀 Features
193
193
 
194
- - add minNonZero2/3() ([49c88d9](https://github.com/thi-ng/umbrella/commit/49c88d9))
195
194
  - add safeDiv() (from @nkint PR [#206](https://github.com/thi-ng/umbrella/issues/206)) ([0567b93](https://github.com/thi-ng/umbrella/commit/0567b93))
195
+ - add minNonZero2/3() ([49c88d9](https://github.com/thi-ng/umbrella/commit/49c88d9))
196
196
 
197
197
  ## [1.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@1.6.0) (2020-01-24)
198
198
 
199
199
  #### 🚀 Features
200
200
 
201
- - add clamp05, update wrapOnce, wrap01, wrap11 ([19af252](https://github.com/thi-ng/umbrella/commit/19af252))
202
- - add clamp05()
203
- - wrap fns now consistently use *closed* intervals
204
201
  - add expFactor(), update wrap/wrapOnce() ([bb07348](https://github.com/thi-ng/umbrella/commit/bb07348))
205
202
  - rename wrap => wrapOnce()
206
203
  - add new wrap() which wraps any value, regardless of
207
204
  dist to interval border
208
205
  - update docs
206
+ - add clamp05, update wrapOnce, wrap01, wrap11 ([19af252](https://github.com/thi-ng/umbrella/commit/19af252))
207
+ - add clamp05()
208
+ - wrap fns now consistently use *closed* intervals
209
209
 
210
210
  ## [1.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@1.5.0) (2019-11-09)
211
211
 
@@ -223,16 +223,16 @@ and/or version bumps of transitive dependencies.
223
223
 
224
224
  #### 🚀 Features
225
225
 
226
- - add sigmoid / sigmoid11 fns ([3f085a3](https://github.com/thi-ng/umbrella/commit/3f085a3))
227
226
  - add extrema & crossing fns and Crossing enum ([e102f39](https://github.com/thi-ng/umbrella/commit/e102f39))
227
+ - add sigmoid / sigmoid11 fns ([3f085a3](https://github.com/thi-ng/umbrella/commit/3f085a3))
228
228
 
229
229
  ## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@1.2.0) (2019-03-18)
230
230
 
231
231
  #### 🚀 Features
232
232
 
233
- - add cos/sin approximations, loc(), add docstrings ([78ed751](https://github.com/thi-ng/umbrella/commit/78ed751))
234
- - add consts ([28e9898](https://github.com/thi-ng/umbrella/commit/28e9898))
235
233
  - more trigonometry ([b5e1c02](https://github.com/thi-ng/umbrella/commit/b5e1c02))
234
+ - add consts ([28e9898](https://github.com/thi-ng/umbrella/commit/28e9898))
235
+ - add cos/sin approximations, loc(), add docstrings ([78ed751](https://github.com/thi-ng/umbrella/commit/78ed751))
236
236
 
237
237
  ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@1.1.0) (2019-02-05)
238
238
 
@@ -254,8 +254,8 @@ and/or version bumps of transitive dependencies.
254
254
 
255
255
  #### 🚀 Features
256
256
 
257
- - add absInnerAngle() ([a78bd87](https://github.com/thi-ng/umbrella/commit/a78bd87))
258
257
  - update eqDelta w/ adaptive eps, rename old => eqDeltaFixed ([5018009](https://github.com/thi-ng/umbrella/commit/5018009))
258
+ - add absInnerAngle() ([a78bd87](https://github.com/thi-ng/umbrella/commit/a78bd87))
259
259
 
260
260
  #### ♻️ Refactoring
261
261
 
@@ -271,8 +271,8 @@ and/or version bumps of transitive dependencies.
271
271
 
272
272
  #### 🚀 Features
273
273
 
274
- - migrate mixCubic()/mixQuadratic() from geom package ([4a47daa](https://github.com/thi-ng/umbrella/commit/4a47daa))
275
274
  - add sincos() & roundEps() ([f891c41](https://github.com/thi-ng/umbrella/commit/f891c41))
275
+ - migrate mixCubic()/mixQuadratic() from geom package ([4a47daa](https://github.com/thi-ng/umbrella/commit/4a47daa))
276
276
 
277
277
  ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@0.1.0) (2018-10-17)
278
278
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/math",
3
- "version": "5.3.12",
3
+ "version": "5.3.13",
4
4
  "description": "Assorted common math functions & utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,14 +34,14 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5"
37
+ "@thi.ng/api": "^8.4.6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "^7.33.5",
41
- "@thi.ng/testament": "^0.3.4",
41
+ "@thi.ng/testament": "^0.3.5",
42
42
  "rimraf": "^3.0.2",
43
43
  "tools": "^0.0.1",
44
- "typedoc": "^0.23.18",
44
+ "typedoc": "^0.23.20",
45
45
  "typescript": "^4.8.4"
46
46
  },
47
47
  "keywords": [
@@ -67,8 +67,8 @@
67
67
  "node": ">=12.7"
68
68
  },
69
69
  "files": [
70
- "*.js",
71
- "*.d.ts"
70
+ "./*.js",
71
+ "./*.d.ts"
72
72
  ],
73
73
  "exports": {
74
74
  ".": {
@@ -132,5 +132,5 @@
132
132
  "thi.ng": {
133
133
  "year": 2013
134
134
  },
135
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
135
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
136
136
  }