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 1.5.1 to 1.6.2 #1498

Merged
merged 1 commit into from
Sep 16, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2021

Bumps rapidfuzz from 1.5.1 to 1.6.2.

Release notes

Sourced from rapidfuzz's releases.

Release 1.6.2

Changed

  • improved performance of fuzz.ratio
  • only import process.cdist when numpy is available

Release 1.6.1

Changed

  • Add back wheels for Python2.7

Release 1.6.0

Changed

  • fuzz.partial_ratio uses a new implementation for short needles (<= 64). This implementation is
    • more accurate than the current implementation (it is guaranteed to find the optimal alignment)
    • it is significantly faster
  • Add process.cdist to compare all elements of two lists (see #51)
Commits
  • e40580d Release v1.6.2
  • 4f7092a Merge pull request #124 from layday/reexport-typing-symbols
  • 38ba259 Re-export imports in package __init__ for typing
  • f25fe29 move cdist to separate module
  • 9a15340 replace bitpal with lcs in InDel distance
  • aedf82e add citation file
  • 8a293f1 Release v1.6.1
  • a9e7bd7 add back legacy python support (#122)
  • 802c2f3 numpy does not support Python3.10 yet
  • 97d956a fix some compiler warnings
  • Additional commits viewable in compare view

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 1.5.1 to 1.6.2.
- [Release notes](https://github.com/maxbachmann/rapidfuzz/releases)
- [Commits](rapidfuzz/RapidFuzz@v1.5.1...v1.6.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Python dependencies maintenance labels Sep 16, 2021
@BertR BertR merged commit a9a6bdf into master Sep 16, 2021
@dependabot dependabot bot deleted the dependabot/pip/rapidfuzz-1.6.2 branch September 16, 2021 15:27
@jhamrick jhamrick added this to the 0.7.0 milestone May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Python dependencies maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants