Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 2.19 KB

Change Log

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

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