History#
0.0.1 (2025-08-29)#
Initial commit.
Added documentation.
Added
FuzzyNumber,FuzzySet,TrapezoidalFuzzyNumber.Enabled CI:
Test suite.
Packaging.
Deployment on readthedoc
0.0.2 (2025-08-29): draft release#
Documentation:
Fixed
installation.md.
CI:
Fixed
setup.cfg.
0.0.3 (2025-09-02)#
Packaging:
Renamed the package to
fuzzy-set-nokia.The previous name was too close of existing projects already hosted in pypi.org.
0.1.2 (2025-09-02): first release#
Packaging:
README.md:Updated links to point to the corresponding page in the project documentation.
Added badges
CI:
0.1.3#
Added
TriangularFuzzyNumber.Documentation:
Fixed docstring, doctest.
Fixed
find_intersectionwhen intersection is computed for two overlapping lines.