Releases: atomflunder/stringmatch
Releases · atomflunder/stringmatch
v0.14.5
v0.14.4
- Dropped support for Python 3.8
v0.14.3
- Add Python 3.12 support
v0.14.2
- Upgrade to rapidfuzz Version 3.x
v0.14.1
- Add support for Python 3.11
v0.14.0
- Added support for Python 3.8
- Support for 3.7 and below is unlikely since we make some use of the walrus operator
- 3.6 and below are EoL anyways and 3.7 is due to follow in 2023
v0.13.0
- Removed Ratio Keyword Arguments Class
- Constructing the Ratio Class just manually now
- This should be a tiny bit faster, but not noticeable by any means
- Adding docs
- Added examples in docstrings
v0.12.5
- Removed Ratio Keyword Arguments Class
- Constructing the Ratio Class just manually now
- This should be a tiny bit faster, but not noticeable by any means
- Adding docs
- Added examples in docstrings
v0.12.4
- Removed the specific rapidfuzz version from the list of installed packages
- The error encountered earlier seemed to have gone away
v0.12.3
- Added mypy to the required packages, fixed installation