History#

0.0.1 (2025-08-29)#

  • Initial commit.

  • Added documentation.

  • Added FuzzyNumber, FuzzySet, TrapezoidalFuzzyNumber.

  • Enabled CI:

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:

  • CI:

    • publish_on_pypi.yml:

      • Fixed pypi and testpypi URLs.

      • The testpypi workflow no more crash when updating an existing version and displays verbose error messages.

0.1.3#

  • Added TriangularFuzzyNumber.

  • Documentation:

    • Fixed docstring, doctest.

  • Fixed find_intersection when intersection is computed for two overlapping lines.