Maxbachmann Levenshtein Versions Save

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

v0.20.6

1 year ago

Fixed

  • fix incorrect result normalization in setratio and seqratio

v0.20.5

1 year ago

Fixed

  • fix support for cmake versions below 3.17
  • fix version requirement for rapidfuzz-cpp when building against a previously installed version

v0.20.4

1 year ago

Changed

  • modernize cmake build to fix most conda-forge builds

v0.20.3

1 year ago

Changed

  • Added support for Python3.11

v0.20.2

1 year ago

Fixed

  • fix matching_blocks conversion for empty editops

Changed

  • added in-tree build backend to install cmake and ninja only when it is not installed yet and only when wheels are available

v0.20.1

1 year ago

Fixed

  • fix broken matching_blocks conversion

v0.20.0

1 year ago

Changed

  • use matching_blocks/apply/remove_subsequence/inverse implementation from RapidFuzz

Fixed

  • stop adding data to wheels
  • fix segmentation fault on some invalid editop sequences in subtract_edit
  • detect duplicated entries in editops validation

v0.19.3

1 year ago

Added

  • add musllinux wheels

v0.19.2

1 year ago

Added

  • add missing type hints

v0.19.1

1 year ago

Added

  • Add type hints