Skip to content

Releases: rapidfuzz/RapidFuzz

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

Release 3.11.0

17 Dec 15:19
8a1fd38

Choose a tag to compare

Performance

  • improve calculation of min score inside partial_ratio so it can skip more alignments

Added

  • added build support for emscripten

Release 3.10.1

24 Oct 14:20
268a382

Choose a tag to compare

Fixed

  • fix compilation on clang-19
  • fix incorrect results in simd optimized implementation of Levenshtein and OSA on 32bit targets

Added

  • added support for taskflow 3.8.0