Releases: rapidfuzz/rapidfuzz-cpp
Releases · rapidfuzz/rapidfuzz-cpp
Release 1.11.3
Fixed
- add missing include leading to build failures on gcc 13
Release 1.11.2
Fixed
- fix handling of
score_cutoff > 1.0inJaroandJaroWinkler
Release 1.11.1
Fixed
- fix division by zero in simd implementation of normalized string metrics, when comparing empty strings
Release 1.11.0
Changed
- allow the usage of hamming for different string lengths. Length differences are handled as
insertions / deletions
Fixed
- fix some floating point comparisions in the test suite
Release 1.10.4
Changed
- Linters are now disabled in test builds by default and can be enabled using
RAPIDFUZZ_ENABLE_LINTERS
Release 1.10.3
Fixed
- fix warning about
project_optionswhen building the test suite withcmake>=3.24
Release 1.10.2
Fixed
fuzz::partial_ratiowas not always symmetric whenlen(s1) == len(s2)- fix undefined behavior in experimental SIMD implementation
Release 1.10.1
Fixed
fuzz::partial_ratiowas not always symmetric whenlen(s1) == len(s2)
Release 1.10.0
Fixed
- fix bug in
Levenshtein.editopsleading to crashes when used withscore_hint
Changed
- add
score_hintargument to cached implementations - add
score_hintargument to Levenshtein functions
Release 1.9.0
Added
- added
Prefix/Postfixsimilarity