Skip to content

Bump rapidfuzz from 2.13.6 to 2.13.7

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

Bumps rapidfuzz from 2.13.6 to 2.13.7.

Release notes

Sourced from rapidfuzz's releases.

Release v2.13.7

Fixed

  • fix function signature of get_requires_for_build_wheel
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[2.14.0] - ^^^^^^^^^^^^^^^^^^^^^ Fixed

- fix handling of non symmetric scorers in pure python version of ``process.cdist``
- fix default dtype handling when using ``process.cdist`` with pure python scorers
[2.13.7] - 2022-12-20
^^^^^^^^^^^^^^^^^^^^^
Fixed
  • fix function signature of get_requires_for_build_wheel

[2.13.6] - 2022-12-11 ^^^^^^^^^^^^^^^^^^^^^ Changed

- reformat changelog as restructured text to get rig of ``m2r2`` dependency
[2.13.5] - 2022-12-11
^^^^^^^^^^^^^^^^^^^^^
Added
* added docs to sdist
Fixed


fix two cases of undefined behavior in process.cdist

[2.13.4] - 2022-12-08
^^^^^^^^^^^^^^^^^^^^^
Changed
  • handle float("nan") similar to None for query / choice, since this is common for non-existent data in tools like numpy

Fixed

* fix handling on ``None``\ /\ ``float("nan")`` in ``process.distance``
* use absolute imports inside tests
[2.13.3] - 2022-12-03
^^^^^^^^^^^^^^^^^^^^^
Fixed
  • improve handling of functions wrapped using functools.wraps

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports