Fixed fuzz.partial_ratio did not find the optimal alignment in some edge cases (#219) Performance improve performance of fuzz.partial_ratio Changed increased minimum C++ version to C++17 (see #255
(rapidtide) Fixed a strange edge case that could lead to "hot pixels" in the maxcorr map. (io) Added...
Fixed fix incorrect population of sys.modules which lead to submodules overshadowing other imports ...
Changed allow installation without the C++ extension if it fails to compile allow selection of impl...
Changed fuzz.partial_ratio uses a new implementation for short needles (<= 64). This implementati...
Added Added fuzz.partial_ratio_alignment, which returns the result of fuzz.partial_ratio combined w...
Fixed fix incorrect score_cutoff handling in token_set_ratio and token_ratio Added add longest co...
Fixed Fix some issues in the type annotations (see #163) Performance improve performance and memo...
Changed improved performance of fuzz.ratio only import process.cdist when numpy is availabl
Changes move jarowinkler dependency into rapidfuzz to simplify maintenance Performance add SIMD i...
Fixed fix banded Levenshtein implementation Performance improve performance and memory usage of L...
Fixed fix bug in new editops implementation, causing it to SegFault (see https://github.com/qurator...
Fixed fix unlimited recursion in LCSseq when used in combination with the process module Changed ...
Fixed fix binary size increase due to debug symbols fix segmentation fault in Levenshtein.editop
Added added support for KeyboardInterrupt in processor module It might still take a bit until the K...
Added added pure python fallback for all implementations with the following exceptions: no support ...
(rapidtide) Fixed a strange edge case that could lead to "hot pixels" in the maxcorr map. (io) Added...
Fixed fix incorrect population of sys.modules which lead to submodules overshadowing other imports ...
Changed allow installation without the C++ extension if it fails to compile allow selection of impl...
Changed fuzz.partial_ratio uses a new implementation for short needles (<= 64). This implementati...
Added Added fuzz.partial_ratio_alignment, which returns the result of fuzz.partial_ratio combined w...
Fixed fix incorrect score_cutoff handling in token_set_ratio and token_ratio Added add longest co...
Fixed Fix some issues in the type annotations (see #163) Performance improve performance and memo...
Changed improved performance of fuzz.ratio only import process.cdist when numpy is availabl
Changes move jarowinkler dependency into rapidfuzz to simplify maintenance Performance add SIMD i...
Fixed fix banded Levenshtein implementation Performance improve performance and memory usage of L...
Fixed fix bug in new editops implementation, causing it to SegFault (see https://github.com/qurator...
Fixed fix unlimited recursion in LCSseq when used in combination with the process module Changed ...
Fixed fix binary size increase due to debug symbols fix segmentation fault in Levenshtein.editop
Added added support for KeyboardInterrupt in processor module It might still take a bit until the K...
Added added pure python fallback for all implementations with the following exceptions: no support ...
(rapidtide) Fixed a strange edge case that could lead to "hot pixels" in the maxcorr map. (io) Added...
Fixed fix incorrect population of sys.modules which lead to submodules overshadowing other imports ...
Changed allow installation without the C++ extension if it fails to compile allow selection of impl...