Skip to content
This repository was archived by the owner on Sep 4, 2022. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2022

Bumps rapidfuzz from 2.4.2 to 2.6.0.

Release notes

Sourced from rapidfuzz's releases.

Release 2.6.0

Fixed

  • fix hashing for custom classes

Added

  • add support for slicing in Editops.__getitem__/Editops.__delitem__
  • add DamerauLevenshtein module

Release 2.5.0

Added

  • added support for KeyboardInterrupt in processor module It might still take a bit until the KeyboardInterrupt is registered, but no longer runs all text comparisions after pressing Ctrl + C

Fixed

  • fix default scorer used by cdist to use C++ implementation if possible

Release 2.4.4

Changed

  • Added support for Python3.11

Release 2.4.3

Fixed

  • fix value range of jaro_similarity/jaro_winkler_similarity in the pure Python mode for the string_metric module
  • fix missing atomic symbol on arm 32 bit
Changelog

Sourced from rapidfuzz's changelog.

[2.6.0] - 2022-08-20

Fixed

  • fix hashing for custom classes

Added

  • add support for slicing in Editops.__getitem__/Editops.__delitem__
  • add DamerauLevenshtein module

[2.5.0] - 2022-08-14

Added

  • added support for KeyboardInterrupt in processor module It might still take a bit until the KeyboardInterrupt is registered, but no longer runs all text comparisions after pressing Ctrl + C

Fixed

  • fix default scorer used by cdist to use C++ implementation if possible

[2.4.4] - 2022-08-12

Changed

  • Added support for Python3.11

[2.4.3] - 2022-08-08

Fixed

  • fix value range of jaro_similarity/jaro_winkler_similarity in the pure Python mode for the string_metric module
  • fix missing atomix symbol on arm 32 bit
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.4.2 to 2.6.0.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.md)
- [Commits](rapidfuzz/RapidFuzz@v2.4.2...v2.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants