pypi RapidFuzz 3.6.0
Release 3.6.0

latest releases: 3.14.5, 3.14.4, 3.14.3...
2 years ago

Fixed

  • fix pure python fallback implementation of fuzz.token_set_ratio
  • properly link with -latomic if std::atomic<uint64_t> is not natively supported

Performance

  • add banded implementation of LCS / Indel. This improves the runtime from O((|s1|/64) * |s2|) to O((score_cutoff/64) * |s2|)

Changed

  • upgrade to Cython==3.0.7
  • cdist for many metrics now returns a matrix of uint32 instead of int32 by default

Don't miss a new RapidFuzz release

NewReleases is sending notifications on new releases.