- 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
0.13.0
- Removed Levenshtein as a dependency and replaced it with RapidFuzz - Under the hood Levenshtein was basically only calling RapidFuzz functions anyways, so we save ourselves the overhead - As a result stringmatch is now a tiny bit faster - Custom Scorers now need to return a float between 0 and 100, instead of 0 and 1
0.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
0.12.4
- Removed the specific rapidfuzz version from the list of installed packages - The error encountered earlier seemed to have gone away
0.12.3
- Added mypy to the required packages, fixed installation
0.12.2
- Bumped Version to make installation process easier