Skip to content

Releases: rapidfuzz/python-Levenshtein

Release 0.25.1

07 Apr 19:57
bb6eff3
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 22:06
71568fa
Compare
Choose a tag to compare

Changed

  • improve type hints

Release 0.24.0

31 Jan 22:42
79c34b0
Compare
Choose a tag to compare

Changed

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

Release 0.23.0

11 Oct 00:31
1f5491a
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 15:04
de2b1d5
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:57
bb33a8f
Compare
Choose a tag to compare

Changed

  • upgrade rapidfuzz-cpp to v2.0.0

Release 0.21.0

19 Apr 15:19
b93c40d
Compare
Choose a tag to compare

Changed

  • relax dependency requirement on rapidfuzz

Release 0.20.9

25 Dec 19:19
85996d1
Compare
Choose a tag to compare

Fixed

  • fix function signature of get_requires_for_build_wheel

Release 0.20.8

28 Oct 15:24
25b78a9
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 18:28
6da01cd
Compare
Choose a tag to compare

Fixed

  • type hints did not get installed