Skip to content

Latest commit

 

History

History
76 lines (32 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

76 lines (32 loc) · 3.2 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.3 (2021-08-08)

Note: Version bump only for package @thi.ng/fuzzy

1.0.2 (2021-08-08)

Note: Version bump only for package @thi.ng/fuzzy

1.0.1 (2021-08-08)

Note: Version bump only for package @thi.ng/fuzzy

0.1.14 (2021-08-04)

Note: Version bump only for package @thi.ng/fuzzy

0.1.13 (2021-07-01)

Note: Version bump only for package @thi.ng/fuzzy

0.1.12 (2021-06-08)

Note: Version bump only for package @thi.ng/fuzzy

0.1.0 (2020-12-22)

Features

  • fuzzy: add alphaCut() & implication() fns (8ec15fa)
  • fuzzy: add evaluate() (0ffc9d0)
  • fuzzy: add maxima(), compose(), restructure (f15d8d7)
  • fuzzy: add min true threshold for classify() (6f49a30)
  • fuzzy: add shapes, strongAnd(), update combineTerms() (5bf8f0c)
  • fuzzy: add strict arg for classify(), update docs (b39248f)
  • fuzzy: add/update/migrate defuzz strategies (c1ee15f)
  • fuzzy: import as new pkg, refactor (a578194)
  • fuzzy: make lvar, rules, defuzz() typesafe (0b210c3)
  • fuzzy: migrate t-norms from @thi.ng/math pkg (f8993e0)
  • fuzzy: update defuzz() & strategies (cf337f3)
  • fuzzy: update defuzz() output prep (81abe8c)
  • fuzzy: update types, update compose (566469d)

Performance Improvements