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 3.2.0 to 3.6.2 #110

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps rapidfuzz from 3.2.0 to 3.6.2.

Release notes

Sourced from rapidfuzz's releases.

Release 3.6.2

Changed

  • upgrade to Cython==3.0.9

Fixed

  • upgrade rapidfuzz-cpp which includes a fix for build issues on some compilers
  • fix some issues with the sphinx config

Release 3.6.1

Fixed

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

Release 3.6.0

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

Release 3.5.2

Fixed

  • use _mm_malloc/_mm_free on macOS if aligned_alloc is unsupported

Release 3.5.1

Fixed

  • fix compilation failure on macOS

Release 3.5.0

Changed

  • skip pandas pd.NA similar to None
  • add score_multiplier argument to process.cdist which allows multiplying the end result scores with a constant factor.
  • drop support for Python 3.7

Performance

  • improve performance of simd implementation for LCS / Indel / Jaro / JaroWinkler
  • improve performance of Jaro and Jaro Winkler for long sequences
  • implement process.extract with limit=1 using process.extractOne which can be faster

Fixed

  • the preprocessing function was always called through Python due to a broken C-API version check
  • fix wraparound issue in simd implementation of Jaro and Jaro Winkler

Release 3.4.0

... (truncated)

Changelog

Sourced from rapidfuzz's changelog.

Changelog

[3.6.2] - 2024-03-05 ^^^^^^^^^^^^^^^^^^^^

Changed

* upgrade to ``Cython==3.0.9``

Fixed

* upgrade ``rapidfuzz-cpp`` which includes a fix for build issues on some compilers
* fix some issues with the sphinx config

[3.6.1] - 2023-12-28
^^^^^^^^^^^^^^^^^^^^
Fixed

  • fix overflow error on systems with sizeof(size_t) &lt; 8

[3.6.0] - 2023-12-26 ^^^^^^^^^^^^^^^^^^^^ Fixed

* fix pure python fallback implementation of ``fuzz.token_set_ratio``
* properly link with ``-latomic`` if ``std::atomic&lt;uint64_t&gt;`` is not natively supported

Performance
</code></pre>
<ul>
<li>add banded implementation of LCS / Indel. This improves the runtime from <code>O((|s1|/64) * |s2|)</code> to <code>O((score_cutoff/64) * |s2|)</code></li>
</ul>
<p>Changed</p>
<pre><code>* upgrade to Cython==3.0.7

  • cdist for many metrics now returns a matrix of uint32 instead of int32 by default

[3.5.2] - 2023-11-02
^^^^^^^^^^^^^^^^^^^^
Fixed

  • use _mm_malloc/_mm_free on macOS if aligned_alloc is unsupported

[3.5.1] - 2023-10-31 ^^^^^^^^^^^^^^^^^^^^ Fixed

* fix compilation failure on macOS

[3.5.0] - 2023-10-31
&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/26917be34e943fd082f13f3106b84b4c27a7f56a&quot;&gt;&lt;code&gt;26917be&lt;/code&gt;&lt;/a> update target version in linter</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/361dc046ee63fb350c8f5af987c7180383547cd5&quot;&gt;&lt;code&gt;361dc04&lt;/code&gt;&lt;/a> fix outstanding linter errors</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/a52c863f31d07dd119135f385127ca6d0ce9542d&quot;&gt;&lt;code&gt;a52c863&lt;/code&gt;&lt;/a> upgrade linters</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/ac9663614a79a75a0dd2140c67991f119a54c08e&quot;&gt;&lt;code&gt;ac96636&lt;/code&gt;&lt;/a> apply formatter</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/282be3c1df660dc151a45da5754993fe716211eb&quot;&gt;&lt;code&gt;282be3c&lt;/code&gt;&lt;/a> update dependencies</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/c6c2e582ee50dcf0657ba8a2c72d881dbb5dd619&quot;&gt;&lt;code&gt;c6c2e58&lt;/code&gt;&lt;/a> Comment out sphinx config static directory as it does not exist</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/c9f49963b5117c1fcf53ace505497ef73c323156&quot;&gt;&lt;code&gt;c9f4996&lt;/code&gt;&lt;/a> Move <strong>future</strong> import to before first suggested code insertion</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/1848474e58bd8af6ee0b0c993a95445a187984f9&quot;&gt;&lt;code&gt;1848474&lt;/code&gt;&lt;/a> fix artifact names</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/8376b88d2b3dd65dce80a67101fab0fbecb91f56&quot;&gt;&lt;code&gt;8376b88&lt;/code&gt;&lt;/a> update black repo</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/1c2768b96c46819f3af5823eb7042fd895e199f7&quot;&gt;&lt;code&gt;1c2768b&lt;/code&gt;&lt;/a> fix artifact names</li>
<li>Additional commits viewable in <a href="https://github.com/rapidfuzz/RapidFuzz/compare/v3.2.0...v3.6.2&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/rapidfuzz/RapidFuzz) from 3.2.0 to 3.6.2.
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases)
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.2.0...v3.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 the dependencies Pull requests that update a dependency file label Mar 11, 2024
Copy link

vercel bot commented Mar 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
eco-metrics-api ❌ Failed (Inspect) Mar 11, 2024 9:03am

Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.99%. Comparing base (eb21e24) to head (6c43e82).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #110   +/-   ##
=======================================
  Coverage   97.99%   97.99%           
=======================================
  Files          11       11           
  Lines         798      798           
=======================================
  Hits          782      782           
  Misses         16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Superseded by #114.

@dependabot dependabot bot closed this Mar 25, 2024
@dependabot dependabot bot deleted the dependabot/pip/rapidfuzz-3.6.2 branch March 25, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants