@thi.ng/fuzzy 2.1.27 → 2.1.29

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**: 2023-03-02T18:09:03Z
3
+ - **Last updated**: 2023-03-14T13:27:19Z
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
@@ -245,7 +245,7 @@ package, we can also visualize the final, transformed fuzzy sets used to compute
245
245
  crisp results and highlight the position of the crisp result value.
246
246
 
247
247
  Here is the ASCII art output for the
248
- [`centroidStrategy`](https://docs.thi.ng/umbrella/fuzzy/modules.html#centroidStrategy)
248
+ [`centroidStrategy`](https://docs.thi.ng/umbrella/fuzzy/functions/centroidStrategy.html)
249
249
  and using `tnormMin` (the default) to transform each rule's output set(s):
250
250
 
251
251
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/fuzzy",
3
- "version": "2.1.27",
3
+ "version": "2.1.29",
4
4
  "description": "Fuzzy logic operators & configurable rule inferencing engine",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "scripts": {
27
27
  "build": "yarn clean && tsc --declaration",
28
- "clean": "rimraf '*.js' '*.d.ts' '*.map' doc strategies",
28
+ "clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc strategies",
29
29
  "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
30
30
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
31
31
  "doc:readme": "yarn doc:stats && tools:readme",
@@ -34,15 +34,15 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.3",
38
- "@thi.ng/math": "^5.4.4"
37
+ "@thi.ng/api": "^8.7.4",
38
+ "@thi.ng/math": "^5.4.5"
39
39
  },
40
40
  "devDependencies": {
41
- "@microsoft/api-extractor": "^7.34.2",
42
- "@thi.ng/testament": "^0.3.11",
43
- "rimraf": "^4.1.2",
41
+ "@microsoft/api-extractor": "^7.34.4",
42
+ "@thi.ng/testament": "^0.3.13",
43
+ "rimraf": "^4.4.0",
44
44
  "tools": "^0.0.1",
45
- "typedoc": "^0.23.24",
45
+ "typedoc": "^0.23.26",
46
46
  "typescript": "^4.9.5"
47
47
  },
48
48
  "keywords": [
@@ -105,5 +105,5 @@
105
105
  "thi.ng": {
106
106
  "year": 2020
107
107
  },
108
- "gitHead": "a2915dee637c1b8cd2e11a78a23bd035e4f750e7\n"
108
+ "gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
109
109
  }