- Using mypyc to compile (again) - Various smaller changes to accomodate mypyc - Roughly doubles speed of library - Holding rapidfuzz to 2.0.15 for now, 2.1.0 and above will break the library. - This is because editops are not implemented (yet), hopefully this will change soon.
0.11.1
- Improved performance further (more than 2x improvement) - partial_ratio now returns 0 instead of an error when a non-string is present
0.11.0
- Renamed _Scorer class to BaseScorer - Improved performance slightly
0.10.13
- Added py.typed file - Added some examples in a new examples directory - This includes a benchmark with thefuzz
0.10.12
- Set ignore_case kwarg by default to True - Renamed only_letters kwarg to alphanumeric to better reflect what it actually does