Skip to content

Releases: rapidfuzz/python-Levenshtein

Release 0.27.3

01 Nov 12:54
23fffc2

Choose a tag to compare

Added

  • add support for python 3.14

Release 0.27.1

02 Mar 19:46
26cb183

Choose a tag to compare

Changed

  • fix build with scikit-build-core v0.11
  • upgrade to Cython==3.0.12

Release 0.26.1

27 Oct 22:04
3ba4bb3

Choose a tag to compare

Fixed

  • add missing mac os wheels

Release 0.26.0

19 Sep 21:11

Choose a tag to compare

Changed

  • add support for Python 3.13
  • drop support for Python 3.8

Release 0.25.1

07 Apr 19:57
bb6eff3

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

Choose a tag to compare

Changed

  • improve type hints

Release 0.24.0

31 Jan 22:42
79c34b0

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

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

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

Choose a tag to compare

Changed

  • upgrade rapidfuzz-cpp to v2.0.0