Mohupy

Latest version: v0.3.0

Safety actively analyzes 688634 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

0.1.710.24.2023

1. Add `zeros_like`,`poss_like`,`negs_like` and `full_like` function
2. Fixed some bugs in the `random.choice` method.
3. Change the fuzzy number method name:`mohunum`->`fuzznum`
4. Added fuzzy set method `fuzzset`, used to create a fuzzy set
5. Change the fuzzy number base class name: `fuzzNum` -> `mohunum`
6. Dynamic inheritance is deprecated
7. Added constant setting `constant`

> Note: The base class of fuzzy sets is `mohuset`, the fuzzy set creation method is `fuzzset()`, the fuzzy number base class is `mohunum`, and the fuzzy number creation method is `fuzznum()`

**Full Changelog**: https://github.com/yibocat/MohuPy/compare/v0.1.6-beta...v0.1.7-beta

0.1.610.18.2023

1. Improved all functions of `qrohfn`
2. Fixed some bugs

**Full Changelog**: https://github.com/yibocat/MohuPy/compare/v0.1.5-beta...v0.1.6-beta

0.1.510.15.2023

1. Added fuzzy type registry, download fuzzy number template by running `mp.download_template` method
2. The fuzzy number structure is optimized. The parent class of `qrofn` and `ivfn` is adjusted to `fuzzNum`, and is dynamically inherited based on the factory function.
3. Optimized the `mohuset` class, operation method code, and fixed some bugs

plan:

- Added Archimedean norm registry

- Add random function registry

- Add q-rung orthopair hesitant fuzzy number type

**Full Changelog**: https://github.com/yibocat/MohuPy/compare/v0.1.4-beta...v0.1.5-beta

0.1.410.6.2023

1. Fixed `mohuset` and `mohunum` absolute value calculation bugs
2. Fixed `mohunum` comparison operation (comparison between `mohunum` and `mohuset`) bugs

**Full Changelog**: https://github.com/yibocat/MohuPy/compare/v0.1.3-beta...v0.1.4-beta

0.1.310.2.2023

1. Added comparison operation of `mohusets`
2. Added `mohunum` reshape method and `T` attribute
3. Fixed `max`, `min`, `mean` and `sum` methods of `MohuBase`, added `axis` parameter
4. Fixed some bugs in `mohuset`.

**Full Changelog**: https://github.com/yibocat/MohuPy/compare/v0.1.2-beta...v0.1.3-beta

0.1.210.1.2023

1. Refactor the code framework and put `mohuset` and `mohunum` into `core`;
2. Improved the operation rules of `mohuset` and `mohunum`, supporting advanced operations, including arithmetic operations, number set operations, etc.;
3. Improved the maximum and minimum value average function of `mohuset`, and added the `axis` parameter;
4. Modified the character representation of q-rofn, from `fn` to `qrofn`.
5. Added a registry to register two fuzzy sets `MohuQROFN` and `MohuQROIVFN`
6. Update README

**Full Changelog**: https://github.com/yibocat/MohuPy/compare/v0.1-beta.0...v0.1.2-beta

Page 4 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.