Maxbachmann Levenshtein Versions Save

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity

v0.25.1

1 month ago

Fixed

  • fix potentially incorrect results of jaro_winkler when using high prefix weights

v0.25.0

3 months ago

Changed

  • improve type hints

v0.24.0

3 months ago

Changed

  • upgrade rapidfuzz-cpp to v3.0.0
  • drop support for Python 3.7

v0.23.0

7 months ago

Changed

  • added keyword argument pad to Hamming distance. This controls whether sequences of different length should be padded or lead to a ValueError
  • upgrade to Cython==3.0.3

v0.22.0

7 months ago

Changed

  • add support for Python 3.12
  • drop support for Python 3.6

Added

  • add wheels for windows arm64

v0.21.1

11 months ago

Changed

  • upgrade rapidfuzz-cpp to v2.0.0

v0.21.0

1 year ago

Changed

  • relax dependency requirement on rapidfuzz

v0.20.9

1 year ago

Fixed

  • fix function signature of get_requires_for_build_wheel

v0.20.8

1 year ago

Fixed

  • type hints for editops/opcodes/matching_blocks did not allow any hashable sequence

v0.20.7

1 year ago

Fixed

  • type hints did not get installed