@thi.ng/fuzzy 2.1.11 → 2.1.12
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 +7 -7
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/fuzzy)
|
|
6
6
|

|
|
@@ -12,8 +12,8 @@ This project is part of the
|
|
|
12
12
|
- [About](#about)
|
|
13
13
|
- [Features](#features)
|
|
14
14
|
- [References / Further reading](#references--further-reading)
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
- [Status](#status)
|
|
16
|
+
- [Support packages](#support-packages)
|
|
17
17
|
- [Installation](#installation)
|
|
18
18
|
- [Dependencies](#dependencies)
|
|
19
19
|
- [API](#api)
|
|
@@ -56,13 +56,13 @@ Fuzzy logic operators & configurable rule inferencing engine.
|
|
|
56
56
|
- [Defuzzification methods](https://cse.iitkgp.ac.in/~dsamanta/courses/archive/sca/Archives/Chapter%205%20Defuzzification%20Methods.pdf)
|
|
57
57
|
- [Comparison of the COG Defuzzification Technique](https://arxiv.org/pdf/1612.00742.pdf)
|
|
58
58
|
|
|
59
|
-
|
|
59
|
+
## Status
|
|
60
60
|
|
|
61
61
|
**STABLE** - used in production
|
|
62
62
|
|
|
63
63
|
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bfuzzy%5D+in%3Atitle)
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
## Support packages
|
|
66
66
|
|
|
67
67
|
- [@thi.ng/fuzzy-viz](https://github.com/thi-ng/umbrella/tree/develop/packages/fuzzy-viz) - Visualization, instrumentation & introspection utils for [@thi.ng/fuzzy](https://github.com/thi-ng/umbrella/tree/develop/packages/fuzzy)
|
|
68
68
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/fuzzy",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.12",
|
|
4
4
|
"description": "Fuzzy logic operators & configurable rule inferencing engine",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.4.
|
|
38
|
-
"@thi.ng/math": "^5.3.
|
|
37
|
+
"@thi.ng/api": "^8.4.2",
|
|
38
|
+
"@thi.ng/math": "^5.3.8"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@microsoft/api-extractor": "^7.
|
|
42
|
-
"@thi.ng/testament": "^0.
|
|
41
|
+
"@microsoft/api-extractor": "^7.31.1",
|
|
42
|
+
"@thi.ng/testament": "^0.3.0",
|
|
43
43
|
"rimraf": "^3.0.2",
|
|
44
44
|
"tools": "^0.0.1",
|
|
45
45
|
"typedoc": "^0.22.17",
|
|
46
|
-
"typescript": "^4.
|
|
46
|
+
"typescript": "^4.8.3"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
49
49
|
"agent",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"thi.ng": {
|
|
106
106
|
"year": 2020
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
|
|
109
109
|
}
|