Skip to content

Releases: rapidfuzz/RapidFuzz

Release 3.10.0

23 Sep 09:01
Compare
Choose a tag to compare

Fixed

  • drop support for Python 3.8
  • switch build system to scikit-build-core

Release 3.9.7

02 Sep 17:52
cb960f9
Compare
Choose a tag to compare

Fixed

  • fix crash in cdist due to Visual Studio upgrade

Release 3.9.6

06 Aug 20:46
d176f65
Compare
Choose a tag to compare

Changed

  • upgrade to Cython==3.0.11
  • add python 3.13 wheels

Release 3.9.5

29 Jul 11:52
d2caa92
Compare
Choose a tag to compare

Fixed

  • include simd binaries in pyinstaller builds
  • fix builds with setuptools 72 by upgrading scikit-build

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