Skip to content

Chore(deps): bump rapidfuzz from 3.6.2 to 3.9.4

HIFIS Bot requested to merge dependabot-pip-rapidfuzz-3.9.4 into main

Bumps rapidfuzz from 3.6.2 to 3.9.4.

Release notes

Sourced from rapidfuzz's releases.

Release 3.9.4

Fixed

  • fix bug in Levenshtein.editops and Levenshtein.opcodes which could lead to incorrect results and crashes for some inputs

Release 3.9.3

Fixed

  • fix None handling for queries in process.cdist for scorers not supporting SIMD

Release 3.9.2

Fixed

  • fix supported versions of taskflow in cmake to be in the range v3.3 - v3.7

Release 3.9.1

Fixed

  • disable AVX2 on MacOS since it did lead to illegal instruction errors on some targets

Release 3.9.0

Changed

  • significantly improve type hints for the library

Fixed

  • fix cmake version parsing

Release 3.8.1

Fixed

  • use the correct version of rapidfuzz-cpp when building against a system installed version

Release 3.8.0

Added

  • added process.cpdist which allows pairwise comparison of two collection of inputs

Fixed

  • fix some minor errors in the type hints
  • fix potentially incorrect results of JaroWinkler when using high prefix weights

Release 3.7.0

Changed

  • reduce import time
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[3.9.5] - ^^^^^^^^^^^^^^^^^^^^ Fixed

* include simd binaries in pyinstaller builds
[3.9.4] - 2024-07-02
^^^^^^^^^^^^^^^^^^^^
Fixed
  • fix bug in Levenshtein.editops and Levenshtein.opcodes which could lead to incorrect results and crashes for some inputs

[3.9.3] - 2024-05-31 ^^^^^^^^^^^^^^^^^^^^ Fixed

* fix None handling for queries in ``process.cdist`` for scorers not supporting SIMD
[3.9.2] - 2024-05-28
^^^^^^^^^^^^^^^^^^^^
Fixed
  • fix supported versions of taskflow in cmake to be in the range v3.3 - v3.7

[3.9.1] - 2024-05-19 ^^^^^^^^^^^^^^^^^^^^ Fixed

* disable AVX2 on MacOS since it did lead to illegal instructions being generated
[3.9.0] - 2024-05-02
^^^^^^^^^^^^^^^^^^^^
Changed
  • significantly improve type hints for the library

Fixed

* fix cmake version parsing
[3.8.1] - 2024-04-07
^^^^^^^^^^^^^^^^^^^^
Fixed
</tr></table>

... (truncated)

Commits

Merge request reports

Loading