Releases: rapidfuzz/rapidfuzz-cpp
Releases · rapidfuzz/rapidfuzz-cpp
Release 1.0.4
Fixed
- fix implementation of hamming_normalized_similarity
- fix implementation of CachedLCSseq::distance
Release 1.0.3
Fixed
- fix integer wraparound in partial_ratio/partial_ratio_alignment
Release 1.0.2
Fixed
- fix unlimited recursion in CachedLCSseq::distance
- reduce compiler warnings
Release 1.0.1
Added
- added LCSseq (longest common subsequence) implementation
Fixed
- reduced compiler warnings
- consider float imprecision in score_cutoff
- fix incorrect score_cutoff handling in token_set_ratio and token_ratio
- fix template deduction guides on MSVC
Release 1.0.0
initial release