Skip to content

Release 1.9.0

Compare
Choose a tag to compare
@maxbachmann maxbachmann released this 11 Dec 19:27
· 535 commits to main since this release

Fixed

  • Fix some issues in the type annotations (see #163)

Performance

  • improve performance and memory usage of rapidfuzz.string_metric.levenshtein_editops
    • memory usage is reduced by 10x
    • performance is improved from O(N * M) to O([N / 64] * M)