Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/math

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/math - npm Package Compare versions

Comparing version 5.3.12 to 5.3.13

36

CHANGELOG.md
# Change Log
- **Last updated**: 2022-10-28T19:08:39Z
- **Last updated**: 2022-11-23T22:46:54Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -51,5 +51,5 @@

- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
- add .js suffix for all relative imports
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))

@@ -75,5 +75,5 @@ # [5.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.0.0) (2021-10-12)

- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))

@@ -148,5 +148,2 @@ ### [4.0.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@4.0.6) (2021-09-03)

- fix [#256](https://github.com/thi-ng/umbrella/issues/256) replace enum w/ type alias ([8f00375](https://github.com/thi-ng/umbrella/commit/8f00375))
- update comparison order in classifyCrossing()
- BREAKING CHANGE: replace Crossing enum w/ type alias
- update/fix sigmoid() behavior ([07a278f](https://github.com/thi-ng/umbrella/commit/07a278f))

@@ -157,8 +154,11 @@ - BREAKING CHANGE: add new bias arg for sigmoid() to satisfy more use cases.

- add desmos links
- fix [#256](https://github.com/thi-ng/umbrella/issues/256) replace enum w/ type alias ([8f00375](https://github.com/thi-ng/umbrella/commit/8f00375))
- update comparison order in classifyCrossing()
- BREAKING CHANGE: replace Crossing enum w/ type alias
#### 🚀 Features
- add various T-norm functions ([ab4a810](https://github.com/thi-ng/umbrella/commit/ab4a810))
- add gaussian() ([138befe](https://github.com/thi-ng/umbrella/commit/138befe))
- add more parametric T-norms ([38bd40e](https://github.com/thi-ng/umbrella/commit/38bd40e))
- add gaussian() ([138befe](https://github.com/thi-ng/umbrella/commit/138befe))
- add various T-norm functions ([ab4a810](https://github.com/thi-ng/umbrella/commit/ab4a810))

@@ -185,4 +185,4 @@ ### [2.2.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@2.2.2) (2020-12-07)

- use new function aliases, update deps ([dd0337f](https://github.com/thi-ng/umbrella/commit/dd0337f))
- update deps, imports, use new Fn types ([a40840d](https://github.com/thi-ng/umbrella/commit/a40840d))
- use new function aliases, update deps ([dd0337f](https://github.com/thi-ng/umbrella/commit/dd0337f))

@@ -199,4 +199,4 @@ ### [1.7.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@1.7.5) (2020-04-05)

- add safeDiv() (from @nkint PR [#206](https://github.com/thi-ng/umbrella/issues/206)) ([0567b93](https://github.com/thi-ng/umbrella/commit/0567b93))
- add minNonZero2/3() ([49c88d9](https://github.com/thi-ng/umbrella/commit/49c88d9))
- add safeDiv() (from @nkint PR [#206](https://github.com/thi-ng/umbrella/issues/206)) ([0567b93](https://github.com/thi-ng/umbrella/commit/0567b93))

@@ -207,5 +207,2 @@ ## [1.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@1.6.0) (2020-01-24)

- add clamp05, update wrapOnce, wrap01, wrap11 ([19af252](https://github.com/thi-ng/umbrella/commit/19af252))
- add clamp05()
- wrap fns now consistently use *closed* intervals
- add expFactor(), update wrap/wrapOnce() ([bb07348](https://github.com/thi-ng/umbrella/commit/bb07348))

@@ -216,2 +213,5 @@ - rename wrap => wrapOnce()

- update docs
- add clamp05, update wrapOnce, wrap01, wrap11 ([19af252](https://github.com/thi-ng/umbrella/commit/19af252))
- add clamp05()
- wrap fns now consistently use *closed* intervals

@@ -234,4 +234,4 @@ ## [1.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@1.5.0) (2019-11-09)

- add extrema & crossing fns and Crossing enum ([e102f39](https://github.com/thi-ng/umbrella/commit/e102f39))
- add sigmoid / sigmoid11 fns ([3f085a3](https://github.com/thi-ng/umbrella/commit/3f085a3))
- add extrema & crossing fns and Crossing enum ([e102f39](https://github.com/thi-ng/umbrella/commit/e102f39))

@@ -242,5 +242,5 @@ ## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@1.2.0) (2019-03-18)

- more trigonometry ([b5e1c02](https://github.com/thi-ng/umbrella/commit/b5e1c02))
- add consts ([28e9898](https://github.com/thi-ng/umbrella/commit/28e9898))
- add cos/sin approximations, loc(), add docstrings ([78ed751](https://github.com/thi-ng/umbrella/commit/78ed751))
- add consts ([28e9898](https://github.com/thi-ng/umbrella/commit/28e9898))
- more trigonometry ([b5e1c02](https://github.com/thi-ng/umbrella/commit/b5e1c02))

@@ -267,4 +267,4 @@ ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@1.1.0) (2019-02-05)

- update eqDelta w/ adaptive eps, rename old => eqDeltaFixed ([5018009](https://github.com/thi-ng/umbrella/commit/5018009))
- add absInnerAngle() ([a78bd87](https://github.com/thi-ng/umbrella/commit/a78bd87))
- update eqDelta w/ adaptive eps, rename old => eqDeltaFixed ([5018009](https://github.com/thi-ng/umbrella/commit/5018009))

@@ -285,4 +285,4 @@ #### ♻️ Refactoring

- add sincos() & roundEps() ([f891c41](https://github.com/thi-ng/umbrella/commit/f891c41))
- migrate mixCubic()/mixQuadratic() from geom package ([4a47daa](https://github.com/thi-ng/umbrella/commit/4a47daa))
- add sincos() & roundEps() ([f891c41](https://github.com/thi-ng/umbrella/commit/f891c41))

@@ -289,0 +289,0 @@ ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@0.1.0) (2018-10-17)

{
"name": "@thi.ng/math",
"version": "5.3.12",
"version": "5.3.13",
"description": "Assorted common math functions & utilities",

@@ -37,10 +37,10 @@ "type": "module",

"dependencies": {
"@thi.ng/api": "^8.4.5"
"@thi.ng/api": "^8.4.6"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
"@thi.ng/testament": "^0.3.4",
"@thi.ng/testament": "^0.3.5",
"rimraf": "^3.0.2",
"tools": "^0.0.1",
"typedoc": "^0.23.18",
"typedoc": "^0.23.20",
"typescript": "^4.8.4"

@@ -71,4 +71,4 @@ },

"files": [
"*.js",
"*.d.ts"
"./*.js",
"./*.d.ts"
],

@@ -137,3 +137,3 @@ "exports": {

},
"gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc