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

fix(deps): update dependency rapidfuzz to v3.6.1 #2968

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rapidfuzz 3.2.0 -> 3.6.1 age adoption passing confidence

Release Notes

rapidfuzz/RapidFuzz (rapidfuzz)

v3.6.1: Release 3.6.1

Compare Source

Fixed

  • fix overflow error on systems with sizeof(size_t) < 8

v3.6.0: Release 3.6.0

Compare Source

Fixed

  • fix pure python fallback implementation of fuzz.token_set_ratio
  • properly link with -latomic if std::atomic<uint64_t> is not natively supported

Performance

  • add banded implementation of LCS / Indel. This improves the runtime from O((|s1|/64) * |s2|) to O((score_cutoff/64) * |s2|)

Changed

  • upgrade to Cython==3.0.7
  • cdist for many metrics now returns a matrix of uint32 instead of int32 by default

v3.5.2: Release 3.5.2

Compare Source

Fixed

  • use _mm_malloc/_mm_free on macOS if aligned_alloc is unsupported

v3.5.1: Release 3.5.1

Compare Source

Fixed

  • fix compilation failure on macOS

v3.4.0: Release 3.4.0

Compare Source

Changed

  • upgrade to Cython==3.0.3
  • add simd implementation for Jaro and Jaro Winkler

v3.3.1: Release 3.3.1

Compare Source

Added

  • add missing tag for python 3.12 support

v3.3.0: Release 3.3.0

Compare Source

Changed

  • upgrade to Cython==3.0.2
  • implement the remaining missing features from the C++ implementation in the pure Python implementation

Added

  • added support for Python 3.12

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rapidfuzz-3.x-lockfile branch 4 times, most recently from f6eaeb5 to a37f6f2 Compare January 10, 2024 21:06
@michael-genson michael-genson enabled auto-merge (squash) January 10, 2024 21:18
@renovate renovate bot force-pushed the renovate/rapidfuzz-3.x-lockfile branch from a37f6f2 to 86f8946 Compare January 10, 2024 21:20
@michael-genson michael-genson merged commit ab3c9e8 into mealie-next Jan 10, 2024
9 checks passed
@michael-genson michael-genson deleted the renovate/rapidfuzz-3.x-lockfile branch January 10, 2024 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant