@thi.ng/fuzzy 2.1.58 → 2.1.60

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**: 2024-01-23T15:58:27Z
3
+ - **Last updated**: 2024-01-29T20:39:37Z
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
@@ -7,9 +7,13 @@
7
7
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/fuzzy.svg)
8
8
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
9
9
 
10
- This is a standalone project, maintained as part of the
11
- [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and
12
- anti-framework.
10
+ > [!NOTE]
11
+ > This is one of 189 standalone projects, maintained as part
12
+ > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
13
+ > and anti-framework.
14
+ >
15
+ > 🚀 Help me to work full-time on these projects by [sponsoring me on
16
+ > GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️
13
17
 
14
18
  - [About](#about)
15
19
  - [Features](#features)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/fuzzy",
3
- "version": "2.1.58",
3
+ "version": "2.1.60",
4
4
  "description": "Fuzzy logic operators & configurable rule inferencing engine",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,8 +35,8 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.17",
39
- "@thi.ng/math": "^5.7.12"
38
+ "@thi.ng/api": "^8.9.19",
39
+ "@thi.ng/math": "^5.8.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.39.0",
@@ -105,5 +105,5 @@
105
105
  "thi.ng": {
106
106
  "year": 2020
107
107
  },
108
- "gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n"
108
+ "gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n"
109
109
  }
@@ -9,7 +9,7 @@ import type { DefuzzStrategy, DefuzzStrategyOpts } from "../api.js";
9
9
  * @remarks
10
10
  * Use `samples` option to adjust precision.
11
11
  *
12
- * @see {@Link DefuzzStrategyOpts}
12
+ * Also see {@link DefuzzStrategyOpts}
13
13
  *
14
14
  * @example
15
15
  * ```ts
@@ -9,7 +9,7 @@ import type { DefuzzStrategy, DefuzzStrategyOpts } from "../api.js";
9
9
  * to {@link bisectorStrategy}, but with lower computational cost. Use `samples`
10
10
  * option to adjust precision.
11
11
  *
12
- * @see {@Link DefuzzStrategyOpts}
12
+ * Also see {@link DefuzzStrategyOpts}
13
13
  *
14
14
  * @example
15
15
  * ```ts
@@ -6,7 +6,7 @@ import type { DefuzzStrategy, DefuzzStrategyOpts } from "../api.js";
6
6
  * @remarks
7
7
  * Use `samples` option to adjust precision.
8
8
  *
9
- * @see {@Link DefuzzStrategyOpts}
9
+ * Also see {@link DefuzzStrategyOpts}
10
10
  *
11
11
  * @example
12
12
  * ```ts
@@ -35,7 +35,7 @@ export declare const meanOfMaximaStrategy: (opts?: Partial<DefuzzStrategyOpts>)
35
35
  * @remarks
36
36
  * Use `samples` option to adjust precision.
37
37
  *
38
- * @see {@Link DefuzzStrategyOpts}
38
+ * Also see {@link DefuzzStrategyOpts}
39
39
  *
40
40
  * @example
41
41
  * ```ts
@@ -64,7 +64,7 @@ export declare const firstOfMaximaStrategy: (opts?: Partial<DefuzzStrategyOpts>)
64
64
  * @remarks
65
65
  * Use `samples` option to adjust precision.
66
66
  *
67
- * @see {@Link DefuzzStrategyOpts}
67
+ * Also see {@link DefuzzStrategyOpts}
68
68
  *
69
69
  * @example
70
70
  * ```ts
package/tnorms.d.ts CHANGED
@@ -83,7 +83,7 @@ export declare const snormNilpotent: FnN2;
83
83
  export declare const snormEinstein: FnN2;
84
84
  /**
85
85
  * HOF t-norm. Constructs a new t-norm based on given t-norms for disjoint
86
- * subintervals, completing remaining regions via {@link min}.
86
+ * subintervals, completing remaining regions via {@link tnormMin}.
87
87
  *
88
88
  * @remarks
89
89
  * Reference: https://en.wikipedia.org/wiki/Construction_of_t-norms#Ordinal_sums