Skip to content

Releases: rapidfuzz/RapidFuzz

Release 3.14.5

07 Apr 07:55
edf9f3c

Choose a tag to compare

Fixed

  • fix release ci attempting to upload a pyodide wheel

Release 3.14.4

06 Apr 20:36
9691cf1

Choose a tag to compare

Added

  • add risc64 wheels
  • add support for taskflow 4.0.0

Changed

  • upgrade to Cython==3.2.4.

Fixed

  • fix type hints for extractOne when no score_cutoff is provided

Release 3.14.3

01 Nov 10:33
53c66fe

Choose a tag to compare

Fixed

  • add missing pypy and freethreaded linux wheels

Removed

  • drop s390x and ppc64le wheels since they are virtually unused and require extremely long to build under emulation

Release 3.14.2

30 Oct 22:06

Choose a tag to compare

Changed

  • upgrade to Cython==3.1.6
  • enable free threading

Release 3.14.1

08 Sep 19:38

Choose a tag to compare

Fixed

  • Fully disable line tracing in release builds

Release 3.14.0

27 Aug 12:08

Choose a tag to compare

Changed

  • upgrade to Cython==3.1.3. This enables compilation with free threaded python.
  • upgrade to rapidfuzz-cpp==3.3

Added

  • add support for freethreaded Python
  • add python 3.14 wheels

Removed

  • dropped support for Python3.9
  • drop 32 bit linux wheels

Fixed

  • remove unused hook-dirs from pyinstaller config to fix a warning
  • fixed WRatio for a length ratio of exactly 8.0

Release 3.13.0

03 Apr 19:24

Choose a tag to compare

Added

  • add support for arrays of type 'w'
  • add support for any DTypeLike as dtype in cdist and cpdist

Changed

  • upgrade to rapidfuzz-cpp==3.3.2

Release 3.12.2

02 Mar 17:15
bae6771

Choose a tag to compare

Added

  • added wheels for pypy 3.11

Release 3.12.1

30 Jan 15:56
bb94724

Choose a tag to compare

Fixed

  • fix version number

Release 3.12.0

16 Jan 13:30

Choose a tag to compare

Changed

  • generate code for fallback imports to be better parseable for tools bundling Python
    applications into a single binary (examples are cx-freeze and pyinstaller)

Added

  • added support for taskflow 3.9.0