v0.2.0-beta
version: 0.2.0
Update Date: 11.29.2023
Main updates:
- Refactor the core code, update the fuzzy set class to
Fuzzarray
, and integrate the fuzzy number set into a fuzzy set classFuzznum
; - Add regedit, all methods create a new dictionary through'core. Registry () 'and save it to the'regedit' file;
- 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;
- Build the Library, and call the registered method through the Library;
- 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;
- 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