Skip to content

Releases: rapidfuzz/RapidFuzz

Release 2.0.13

22 Jun 14:27
109f947
Compare
Choose a tag to compare

Changed

  • use system version of cmake on arm platforms, since the cmake package fails to compile

Release 2.0.12

22 Jun 10:07
29abf8f
Compare
Choose a tag to compare

Changed

  • add tests to sdist
  • remove cython dependency for sdist

Release 2.0.11

23 Apr 21:30
Compare
Choose a tag to compare

Changed

  • relax version requirements of dependencies to simplify packaging

Release 2.0.10

18 Apr 21:09
4fbfcc3
Compare
Choose a tag to compare

Fixed

  • Do not include installations of jaro_winkler in wheels (regression from 2.0.7)

Changed

  • Allow installation from system installed versions of rapidfuzz-cpp, jarowinkler-cpp
    and taskflow

Added

  • Added PyPy3.9 wheels on Linux

Release 2.0.9

14 Apr 23:18
Compare
Choose a tag to compare

Fixed

  • Add missing Cython code in sdist
  • consider float imprecision in score_cutoff (see #210)

Release 2.0.8

07 Apr 22:51
Compare
Choose a tag to compare

Fixed

  • fix incorrect score_cutoff handling in token_set_ratio and token_ratio

Added

  • add longest common subsequence

Release 2.0.7

13 Mar 14:18
Compare
Choose a tag to compare

Fixed

  • Do not include installations of jaro_winkler and taskflow in wheels

Release 2.0.6

06 Mar 19:45
Compare
Choose a tag to compare

Fixed

  • fix incorrect population of sys.modules which lead to submodules overshadowing other imports

Changed

  • moved JaroWinkler and Jaro into a separate package

Release 2.0.5

25 Feb 17:53
Compare
Choose a tag to compare

Fixed

  • fix signed integer overflow inside hashmap implementation

Release 2.0.4

24 Feb 19:18
Compare
Choose a tag to compare

Fixed

  • fix binary size increase due to debug symbols
  • fix segmentation fault in Levenshtein.editops