Commits
Click on a commit to change the comparison rangeMerge pull request #62 from fuzzylite/development
š pyfuzzylite 8.0.0 š Merge pull request #64 from fuzzylite/development
Fix: Documentation Update fuzzylite image URL Fix: bug in fl.Representation regarding limits (#65)
* Add tests for different Python versions
* Remove unnecessary development dependencies
* Representation: Explicitly increase limits to avoid errors
* Remove `Self` type annotation to build in Python 3.10 & 3.11
* Update `poetry.lock`
* Update `HISTORY.md`
* Fix formatting
* Ignore missing stub
* Disable python-version tests on pull requests Remove `development` branch (#68) Examples of vectorization (#69) Documentation: fix status badges (#72)
* Fix badges
* Format: Github README
* Format: Github README
* Format: Github README
* Revert "Format: Github README"
This reverts commit 58128ec142b2b60c8ae72f629b6770921ad88c1b.
* Format: Github README Delete poetry.lock (#74)
https://python-poetry.org/docs/basic-usage/#committing-your-poetrylock-file-to-version-control Fix: engine [input|output]_values (#76)
* Fix: engine [input|output]_values
* Version update
* Update version and history chore(bench): update CodSpeed/action to v2 (#77)
Upgrading to the v2 of https://github.com/CodSpeedHQ/action will bring a better base run selection algorithm, better logging, and continued support.9 months ago
by adriencaccia Merge pull request #78 from fuzzylite/feature/improvements
Version 8.0.3 Fix mkdocstrings dependecy and configuration (#81)
* Show installed packages
* Fix mkdocstrings dependencies and configuration CodSpeedHQ/action@v3 (#82) Import Self from fuzzylite to deal with python versions (#80)
* Import Self from fuzzylite to deal with python versions
* Remove ruff
* Black formatting Tests: Python 3.13 + Cron (#84)
* Python 3.13 + Cron
* Build on PR to build/ Update poetry to v2 (#86) Update pypi publishing (#87) Fix pypi publish version (#88)