Skip to content

Releases: rapidfuzz/Levenshtein

Release 0.20.8

27 Oct 09:38
7dcffba
Compare
Choose a tag to compare

Fixed

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

Release 0.20.7

17 Oct 17:30
6b79831
Compare
Choose a tag to compare

Fixed

  • type hints did not get installed

Release 0.20.6

14 Oct 18:36
Compare
Choose a tag to compare

Fixed

  • fix incorrect result normalization in setratio and seqratio

Release 0.20.5

27 Sep 17:36
2736651
Compare
Choose a tag to compare

Fixed

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

Release 0.20.4

26 Sep 18:39
4f33992
Compare
Choose a tag to compare

Changed

  • modernize cmake build to fix most conda-forge builds

Release 0.20.3

09 Sep 00:40
8f6ea1a
Compare
Choose a tag to compare

Changed

  • Added support for Python3.11

Release 0.20.2

06 Aug 21:54
Compare
Choose a tag to compare

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

Release 0.20.1

23 Jul 20:26
aa4711f
Compare
Choose a tag to compare

Fixed

  • fix broken matching_blocks conversion

Release 0.20.0

23 Jul 10:15
Compare
Choose a tag to compare

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

Release 0.19.3

20 Jul 00:16
9e79416
Compare
Choose a tag to compare

Added

  • add musllinux wheels