Skip to content

Releases: rapidfuzz/JaroWinkler

Release 2.0.1

02 Nov 19:05
437a5ee
Compare
Choose a tag to compare

Fixed

  • fix version requirement for rapidfuzz

Release 2.0.0

01 Nov 21:32
a373ef2
Compare
Choose a tag to compare

Changed

  • use rapidfuzz to deduplicate the implementations
  • add support for Python 3.11 and Python 3.12
  • remove support for Python 3.6 and 3.7

Release 1.2.3

27 Sep 20:15
Compare
Choose a tag to compare

Fixed

  • fix support for cmake versions below 3.17

Release 1.2.2

25 Sep 11:12
a83c30f
Compare
Choose a tag to compare

Changed

  • modernize cmake build to fix most conda-forge builds

Release 1.2.1

12 Aug 15:03
9c0617c
Compare
Choose a tag to compare

Changed

  • Added support for Python3.11

Release 1.2.0

19 Jul 08:41
Compare
Choose a tag to compare

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 1.1.2

11 Jul 00:52
3e4982c
Compare
Choose a tag to compare

Fixed

  • remove incorrect module import

Release 1.1.1

09 Jul 10:20
f920ce2
Compare
Choose a tag to compare

Fixed

  • fix missing type stubs

Release 1.1.0

04 Jul 14:17
Compare
Choose a tag to compare

Changed

  • change src layout to make package import from root directory possible
  • added pure python fallback for all implementations with the following exceptions:
    • no support for sequences of hashables. Only strings supported so far

Fixed

  • fixed type hints of jarowinkler_similarity

Release 1.0.5

29 Jun 14:53
5d71031
Compare
Choose a tag to compare

Fixed

  • treat hash for -1 and -2 as different