Releases: rapidfuzz/JaroWinkler
Releases · rapidfuzz/JaroWinkler
Release 2.0.1
Fixed
- fix version requirement for rapidfuzz
Release 2.0.0
Changed
- use rapidfuzz to deduplicate the implementations
- add support for Python 3.11 and Python 3.12
- remove support for Python 3.6 and 3.7
Release 1.2.3
Fixed
- fix support for cmake versions below 3.17
Release 1.2.2
Changed
- modernize cmake build to fix most conda-forge builds
Release 1.2.1
Changed
- Added support for Python3.11
Release 1.2.0
Changed
- added in-tree build backend to install cmake and ninja only when it is not installed yet
and only when wheels are available
Release 1.1.2
Fixed
- remove incorrect module import
Release 1.1.1
Fixed
- fix missing type stubs
Release 1.1.0
Changed
- change src layout to make package import from root directory possible
- added pure python fallback for all implementations with the following exceptions:
- no support for sequences of hashables. Only strings supported so far
Fixed
- fixed type hints of jarowinkler_similarity
Release 1.0.5
Fixed
- treat hash for -1 and -2 as different