Skip to content

v0.2.0-beta

Compare
Choose a tag to compare
@yibocat yibocat released this 29 Nov 10:41
· 25 commits to master since this release

version: 0.2.0

Update Date: 11.29.2023

Main updates:

  1. Refactor the core code, update the fuzzy set class to Fuzzarray, and integrate the fuzzy number set into a fuzzy set class Fuzznum;
  2. Add regedit, all methods create a new dictionary through'core. Registry () 'and save it to the'regedit' file;
  3. Reconstruct the Archimedean computational norm framework, integrate it into the'src 'file, and build the Archimedean regedit dictionary, which can be viewed directly through mohupy.archimedeanDict;
  4. Build the Library, and call the registered method through the Library;
  5. Create the configuration config folder (subsequent update), currently config only contains the transformation configuration of the T norm, but does not yet support Einstein operations;
  6. The original'mohuset 'content is deprecated, and some method names have changed
    • str2num -> str2fuzz
    • asfuzzset -> asfuzzarray
    • is_valid -> isValid
    • is_empty -> isEmpty
    • max -> getmax
    • min -> getmin
    • sum -> getsum
    • prod -> getprod

Noting: 0.2.0 version fixes most of the previous bugs, in addition, versions below the 0.2.0 version are not compatible.

Full Changelog: v0.1.8-beta.2...0.2.0-beta