Releases: rapidfuzz/RapidFuzz
Releases · rapidfuzz/RapidFuzz
Release 3.10.1
Fixed
- fix compilation on clang-19
- fix incorrect results in simd optimized implementation of Levenshtein and OSA on 32bit targets
Added
- added support for taskflow 3.8.0
Release 3.10.0
Fixed
- drop support for Python 3.8
- switch build system to
scikit-build-core
Release 3.9.7
Fixed
- fix crash in
cdist
due to Visual Studio upgrade
Release 3.9.6
Changed
- upgrade to
Cython==3.0.11
- add python 3.13 wheels
Release 3.9.5
Fixed
- include simd binaries in pyinstaller builds
- fix builds with setuptools 72 by upgrading
scikit-build
Release 3.9.4
Fixed
- fix bug in
Levenshtein.editops
andLevenshtein.opcodes
which could lead
to incorrect results and crashes for some inputs
Release 3.9.3
Fixed
- fix None handling for queries in
process.cdist
for scorers not supporting SIMD
Release 3.9.2
Fixed
- fix supported versions of taskflow in cmake to be in the range v3.3 - v3.7
Release 3.9.1
Fixed
- disable AVX2 on MacOS since it did lead to illegal instruction errors on some targets
Release 3.9.0
Changed
- significantly improve type hints for the library
Fixed
- fix cmake version parsing