github rapidfuzz/RapidFuzz v1.0.1
Release 1.0.1

latest releases: v3.14.1, v3.14.0, v3.13.0...
4 years ago

Changed

  • string_metric.normalized_levenshtein supports now the weights (1, 1, N) with N >= 1

Performance

  • The Levenshtein distance with the weights (1, 1, >2) do now use the same implementation as the weight (1, 1, 2), since
    Substitution > Insertion + Deletion has no effect

Fixed

  • fix uninitialized variable in bitparallel Levenshtein distance with the weight (1, 1, 1)

Don't miss a new RapidFuzz release

NewReleases is sending notifications on new releases.