Skip to content

Releases: rapidfuzz/RapidFuzz

Release 0.11.3

22 Sep 16:25
13a828c
Compare
Choose a tag to compare

Fixed

  • fix partial_token_set_ratio returning 100 all the time

Release 0.11.2

12 Sep 17:26
7d2c7c6
Compare
Choose a tag to compare

Changed

  • add rapidfuzz.__author__, rapidfuzz.__license__ and rapidfuzz.__version__

Release 0.11.1

01 Sep 00:48
6efaf59
Compare
Choose a tag to compare

Fixed

  • do not use auto junk when searching the optimal alignment for partial_ratio

Release 0.11.0

22 Aug 21:06
Compare
Choose a tag to compare

Changed

  • support for python 2.7 added #40
  • add wheels for python2.7 (both pypy and cpython) on MacOS and Linux

Release 0.10.0

14 Aug 12:40
a780018
Compare
Choose a tag to compare

Added

  • added wheels for Python3.9

Fixed

  • tuple scores in process.extractOne are now supported #39