Releases: rapidfuzz/rapidfuzz-cpp
Releases · rapidfuzz/rapidfuzz-cpp
Release 3.3.1
Fixed
- fixed tests not building with catch2 versions >= 3.0
Release 3.3.0
Changed
- add C++11 and C++14 support
Release 3.2.0
Performance
- improve calculation of min score inside partial_ratio so it can skip more alignments
Release 3.1.1
Fixed
- Fixed incorrect score calculation for SIMD implementations of Levenshtein and OSA on 32 bit systems
Release 3.1.0
Changed
- split
editops_apply
/opcodes_apply
into*_apply_str
and*_apply_vec
. This avoids the instantiation of
std::basic_string for unsupported types.
Release 3.0.5
Fixed
- the editops implementation didn't properly account for some cells in the Levenshtein matrix.
This could lead both to incorrect results and crashes.
Release 3.0.4
Fixed
- fix tagged version
Release 3.0.3
Fixed
- fix potentially incorrect results of JaroWinkler when using high prefix weights
Release 3.0.2
Fixed
- fix assert leading to compilation failures
Release 3.0.1
Fixed
- fix doxygen warnings