Skip to content

Releases: rapidfuzz/Levenshtein

Release 0.25.1

07 Apr 11:53
0c6d3dc
Compare
Choose a tag to compare

Fixed

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

Release 0.25.0

11 Feb 16:36
Compare
Choose a tag to compare

Changed

  • improve type hints

Release 0.24.0

28 Jan 11:18
Compare
Choose a tag to compare

Changed

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

Release 0.23.0

09 Oct 12:55
b6069c7
Compare
Choose a tag to compare

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

Release 0.22.0

26 Sep 11:15
0de194f
Compare
Choose a tag to compare

Changed

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

Added

  • add wheels for windows arm64

Release 0.21.1

10 Jun 14:00
e8c1a50
Compare
Choose a tag to compare

Changed

  • upgrade rapidfuzz-cpp to v2.0.0

Release 0.21.0

19 Apr 21:43
24d8461
Compare
Choose a tag to compare

Changed

  • relax dependency requirement on rapidfuzz

Release 0.20.9

25 Dec 17:39
1b13d70
Compare
Choose a tag to compare

Fixed

  • fix function signature of get_requires_for_build_wheel

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