Changed allow the usage of Hamming for different string lengths. Length differences are handled as insertions / deletions remove support for boolean preprocessor functions in rapidfuzz.fuzz and rapidfuzz.process. The processor argument is now always a callable or None. update defaults of the processor argument to be None everywhere. This changes the defaults of some of the functions in rapidfuzz.fuzz and rapidfuzz.process. rapidfuzz.process no longer calls scorers with processor=None. For this reason scorer functions do not need to provide this argument anymore. remove option to pass keyword arguments to scorer via **kwargs in rapidfuzz.process. They can be passed via a scorer_kwargs argument now. This ensures this does not break when exte...
Added add editops to hamming distance Performance strip common affix in osa distance Fixed igno...
Fixed fix bug in Levenshtein.editops leading to crashes when used with score_hint Changed moved c...
Changed handle float("nan") similar to None for query / choice, since this is common for non-existe...
Changed allow the usage of Hamming for different string lengths. Length differences are handled as ...
Added added pure python fallback for all implementations with the following exceptions: no support ...
Added added C-Api which can be used to extend RapidFuzz from different Python modules using any pro...
Changed added keyword argument pad to Hamming distance. This controls whether sequences of differen...
Fixed fix bug in normalized_similarity of most scorers, leading to incorrect results when used in c...
Fixed fix incorrect results in Hamming.normalized_similarity fix incorrect score_cutoff handling in...
Changed all scorers do now support similarity/distance calculations between any sequence of hasha...
Fixed Fix some issues in the type annotations (see #163) Performance improve performance and memo...
Changed Add Wheels for Python3.10 on all platforms except MacOs (see #141) Improve performance o...
Performance improve performance of Levenshtein.distance/Levenshtein.editops for long sequences. Ad...
Changes move jarowinkler dependency into rapidfuzz to simplify maintenance Performance add SIMD i...
(rapidtide, showxcorrx, showarbcorr, showstxcorr, ccorrica, aligntcs, filttc) Changed argument handl...
Added add editops to hamming distance Performance strip common affix in osa distance Fixed igno...
Fixed fix bug in Levenshtein.editops leading to crashes when used with score_hint Changed moved c...
Changed handle float("nan") similar to None for query / choice, since this is common for non-existe...
Changed allow the usage of Hamming for different string lengths. Length differences are handled as ...
Added added pure python fallback for all implementations with the following exceptions: no support ...
Added added C-Api which can be used to extend RapidFuzz from different Python modules using any pro...
Changed added keyword argument pad to Hamming distance. This controls whether sequences of differen...
Fixed fix bug in normalized_similarity of most scorers, leading to incorrect results when used in c...
Fixed fix incorrect results in Hamming.normalized_similarity fix incorrect score_cutoff handling in...
Changed all scorers do now support similarity/distance calculations between any sequence of hasha...
Fixed Fix some issues in the type annotations (see #163) Performance improve performance and memo...
Changed Add Wheels for Python3.10 on all platforms except MacOs (see #141) Improve performance o...
Performance improve performance of Levenshtein.distance/Levenshtein.editops for long sequences. Ad...
Changes move jarowinkler dependency into rapidfuzz to simplify maintenance Performance add SIMD i...
(rapidtide, showxcorrx, showarbcorr, showstxcorr, ccorrica, aligntcs, filttc) Changed argument handl...
Added add editops to hamming distance Performance strip common affix in osa distance Fixed igno...
Fixed fix bug in Levenshtein.editops leading to crashes when used with score_hint Changed moved c...
Changed handle float("nan") similar to None for query / choice, since this is common for non-existe...