Skip to content

Releases: rapidfuzz/RapidFuzz

Release 3.9.4

02 Jul 22:24
Compare
Choose a tag to compare

Fixed

  • fix bug in Levenshtein.editops and Levenshtein.opcodes which could lead
    to incorrect results and crashes for some inputs

Release 3.9.3

31 May 19:14
Compare
Choose a tag to compare

Fixed

  • fix None handling for queries in process.cdist for scorers not supporting SIMD

Release 3.9.2

28 May 23:02
Compare
Choose a tag to compare

Fixed

  • fix supported versions of taskflow in cmake to be in the range v3.3 - v3.7

Release 3.9.1

19 May 20:10
cb8a1b1
Compare
Choose a tag to compare

Fixed

  • disable AVX2 on MacOS since it did lead to illegal instruction errors on some targets

Release 3.9.0

02 May 21:40
acfc255
Compare
Choose a tag to compare

Changed

  • significantly improve type hints for the library

Fixed

  • fix cmake version parsing

Release 3.8.1

07 Apr 20:36
8ea9723
Compare
Choose a tag to compare

Fixed

  • use the correct version of rapidfuzz-cpp when building against a system installed version

Release 3.8.0

06 Apr 13:45
Compare
Choose a tag to compare

Added

  • added process.cpdist which allows pairwise comparison of two collection of inputs

Fixed

  • fix some minor errors in the type hints
  • fix potentially incorrect results of JaroWinkler when using high prefix weights

Release 3.7.0

24 Mar 17:10
Compare
Choose a tag to compare

Changed

  • reduce import time

Release 3.6.2

06 Mar 00:35
Compare
Choose a tag to compare

Changed

  • upgrade to Cython==3.0.9

Fixed

  • upgrade rapidfuzz-cpp which includes a fix for build issues on some compilers
  • fix some issues with the sphinx config

Release 3.6.1

29 Dec 00:08
642ca21
Compare
Choose a tag to compare

Fixed

  • fix overflow error on systems with sizeof(size_t) < 8