Releases: rapidfuzz/Levenshtein
Releases · rapidfuzz/Levenshtein
Release 0.27.3
Fixed
- add missing pypy and freethreaded linux wheels
Removed
- drop s390x and ppc64le wheels since they are virtually unused and require extremly long to build under emulation
Release 0.27.2
Changed
- fix build with
scikit-build-corev0.11 - upgrade to
Cython==3.1.6 - upgrade to
rapidfuzz-cpp==3.3.3
Added
- add support for free threaded Python
- add python 3.14 wheels
Removed
- drop support for Python 3.9
- drop 32 bit linux wheels
Release 0.27.1
Changed
- fix build with
scikit-build-corev0.11 - upgrade to
Cython==3.0.12
Release 0.27.0
Fixed
- avoid instantiation of basic_string for unsupported types
Changed
- upgrade
rapidfuzz-cpptov3.2.0
Release 0.26.1
Fixed
- add missing mac os wheels
Release 0.26.0
Changed
- add support for Python 3.13
- drop support for Python 3.8
- switch build system to
scikit-build-core - upgrade to
Cython==3.0.11
Release 0.25.1
Fixed
- fix potentially incorrect results of
jaro_winklerwhen using high prefix weights
Release 0.25.0
Changed
- improve type hints
Release 0.24.0
Changed
- upgrade
rapidfuzz-cpptov3.0.0 - drop support for Python 3.7
Release 0.23.0
Changed
- added keyword argument
padto Hamming distance. This controls whether sequences of different
length should be padded or lead to aValueError - upgrade to
Cython==3.0.3