Chore(deps): bump rapidfuzz from 3.6.2 to 3.9.4
Bumps rapidfuzz from 3.6.2 to 3.9.4.
Release notes
Sourced from rapidfuzz's releases.
Release 3.9.4
Fixed
- fix bug in
Levenshtein.editops
andLevenshtein.opcodes
which could lead to incorrect results and crashes for some inputsRelease 3.9.3
Fixed
- fix None handling for queries in
process.cdist
for scorers not supporting SIMDRelease 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
Release 3.8.1
Fixed
- use the correct version of
rapidfuzz-cpp
when building against a system installed versionRelease 3.8.0
Added
- added
process.cpdist
which allows pairwise comparison of two collection of inputsFixed
- fix some minor errors in the type hints
- fix potentially incorrect results of JaroWinkler when using high prefix weights
Release 3.7.0
Changed
- reduce import time
Changelog
Sourced from rapidfuzz's changelog.
Changelog
[3.9.5] - ^^^^^^^^^^^^^^^^^^^^ Fixed
* include simd binaries in pyinstaller builds [3.9.4] - 2024-07-02 ^^^^^^^^^^^^^^^^^^^^ Fixed
- fix bug in
Levenshtein.editops
andLevenshtein.opcodes
which could lead to incorrect results and crashes for some inputs[3.9.3] - 2024-05-31 ^^^^^^^^^^^^^^^^^^^^ Fixed
* fix None handling for queries in ``process.cdist`` for scorers not supporting SIMD [3.9.2] - 2024-05-28 ^^^^^^^^^^^^^^^^^^^^ Fixed
- fix supported versions of taskflow in cmake to be in the range v3.3 - v3.7
[3.9.1] - 2024-05-19 ^^^^^^^^^^^^^^^^^^^^ Fixed
* disable AVX2 on MacOS since it did lead to illegal instructions being generated [3.9.0] - 2024-05-02 ^^^^^^^^^^^^^^^^^^^^ Changed
- significantly improve type hints for the library
Fixed
* fix cmake version parsing [3.8.1] - 2024-04-07 ^^^^^^^^^^^^^^^^^^^^ Fixed </tr></table>
... (truncated)
Commits
-
8af875c
fix ci -
080456a
tag build -
ecb1370
Bump the github-actions group with 2 updates -
9359be2
add missing argument in type hints -
3f71be7
cleanup variable naming -
d38dc59
cleanup preprocessing -
5503eed
release 3.9.3 -
6985c54
fix score multiplier -
c24e757
fix none handling in cdist -
2c8c070
Adds examples to token_set_ratio - Additional commits viewable in compare view