Releases: rapidfuzz/RapidFuzz
Releases · rapidfuzz/RapidFuzz
Release 3.14.3
Fixed
- add missing pypy and freethreaded linux wheels
Removed
- drop s390x and ppc64le wheels since they are virtually unused and require extremely long to build under emulation
Release 3.14.2
Changed
- upgrade to
Cython==3.1.6 - enable free threading
Release 3.14.1
Fixed
- Fully disable line tracing in release builds
Release 3.14.0
Changed
- upgrade to
Cython==3.1.3. This enables compilation with free threaded python. - upgrade to
rapidfuzz-cpp==3.3
Added
- add support for freethreaded Python
- add python 3.14 wheels
Removed
- dropped support for Python3.9
- drop 32 bit linux wheels
Fixed
- remove unused hook-dirs from pyinstaller config to fix a warning
- fixed WRatio for a length ratio of exactly 8.0
Release 3.13.0
Added
- add support for arrays of type 'w'
- add support for any DTypeLike as dtype in
cdistandcpdist
Changed
- upgrade to
rapidfuzz-cpp==3.3.2
Release 3.12.2
Added
- added wheels for pypy 3.11
Release 3.12.1
Fixed
- fix version number
Release 3.12.0
Changed
- generate code for fallback imports to be better parseable for tools bundling Python
applications into a single binary (examples are cx-freeze and pyinstaller)
Added
- added support for taskflow 3.9.0
Release 3.11.0
Performance
- improve calculation of min score inside partial_ratio so it can skip more alignments
Added
- added build support for emscripten
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