rapidfuzz-cpp C++ library from v3.0.x to v3.3.3, bringing
performance improvements and bug fixes from upstream:
WRatio for a length ratio of exactly 8.0.partial_ratio to skip more alignments.score_cutoff.Added three new fuzzy matching functions from the upstream library:
fuzz_partial_token_sort_ratio(): combines token sorting with partial ratio matching.fuzz_partial_token_set_ratio(): combines token set comparison with partial ratio matching.fuzz_partial_token_ratio(): returns the maximum of partial_token_set_ratio and partial_token_sort_ratio.extract_matches() now supports additional scorers: "TokenSortRatio",
"TokenSetRatio", "TokenRatio", "QRatio", "PartialTokenSortRatio",
"PartialTokenSetRatio", and "PartialTokenRatio", in addition to the existing
"WRatio", "Ratio", and "PartialRatio".
{cli} package integration for formatted startup messages.