Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@maxbachmann maxbachmann released this 27 Nov 20:27
· 13 commits to main since this release

Previous versions only existed for testing purposed years ago. This is a complete
rewrite porting a subset of the features provided in the C++ implementation of
rapidfuzz. The remaining features will be added in later releases.

Added

  • added implementations of the following string metrics:

    • Levenshtein distance
    • Damerau-Levenshtein distance
    • Hamming distance
    • Longest common subsequence
    • Indel distance
    • Optimal string alignment distance
    • Postfix similarity
    • Prefix similarity
    • Jaro similarity
    • Jaro-Winkler similarity