Releases: rapidfuzz/RapidFuzz
Releases · rapidfuzz/RapidFuzz
Release 0.12.0
Performance
- partial_ratio is using the Levenshtein distance now, which is a lot faster. Since many of the other algorithms use partial_ratio, this helps to improve the overall performance
Release 0.11.3
Fixed
- fix partial_token_set_ratio returning 100 all the time
Release 0.11.2
Changed
- add rapidfuzz.__author__, rapidfuzz.__license__ and rapidfuzz.__version__
Release 0.11.1
Fixed
- do not use auto junk when searching the optimal alignment for partial_ratio
Release 0.11.0
Changed
- support for python 2.7 added #40
- add wheels for python2.7 (both pypy and cpython) on MacOS and Linux