Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rapidfuzz from 2.13.3 to 2.13.6 #413

Merged
merged 1 commit into from
Dec 12, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps rapidfuzz from 2.13.3 to 2.13.6.

Release notes

Sourced from rapidfuzz's releases.

Release 2.13.6

Changed

  • reformat changelog as restructured text to get rig of m2r2 dependency

Release 2.13.5

Added

  • added docs to sdist

Fixed

  • fix two cases of undefined behavior in process.cdist

Release 2.13.4

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
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[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
  • fix broken fallback to Python implementation when the a ImportError occurs on import. This can e.g. occur when the binary has a dependency on libatomic, but it is unavailable on the system
  • define CMAKE_C_COMPILER_AR\ /\ CMAKE_CXX_COMPILER_AR\ /\ CMAKE_C_COMPILER_RANLIB\ /\ CMAKE_CXX_COMPILER_RANLIB if they are not defined yet

[2.13.2] - 2022-11-05 ^^^^^^^^^^^^^^^^^^^^^ Fixed

* fix incorrect results in ``Hamming.normalized_similarity``
* fix incorrect score_cutoff handling in pure python implementation of
  ``Postfix.normalized_distance`` and ``Prefix.normalized_distance``
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.13.3 to 2.13.6.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v2.13.3...v2.13.6)

---
updated-dependencies:
- dependency-name: rapidfuzz
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies python Pull requests that update Python code labels Dec 12, 2022
@codecov
Copy link

codecov bot commented Dec 12, 2022

Codecov Report

Merging #413 (e38c6ec) into dev (4bb0a27) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               dev      #413   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        32    +2     
  Lines         1673      1709   +36     
=========================================
+ Hits          1673      1709   +36     
Impacted Files Coverage Δ
ecowitt2mqtt/helpers/publisher/__init__.py 100.00% <0.00%> (ø)
ecowitt2mqtt/util/__init__.py 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bachya bachya merged commit da4bb48 into dev Dec 12, 2022
@dependabot dependabot bot deleted the dependabot/pip/rapidfuzz-2.13.6 branch December 12, 2022 14:26
@github-actions github-actions bot locked and limited conversation to collaborators Dec 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Upgrade or downgrade of project dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant