sir-lancebot icon indicating copy to clipboard operation
sir-lancebot copied to clipboard

Bump rapidfuzz from 3.6.1 to 3.6.2

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps rapidfuzz from 3.6.1 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
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) < 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<uint64_t>`` 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"><code>26917be</code></a> update target version in linter</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/361dc046ee63fb350c8f5af987c7180383547cd5"><code>361dc04</code></a> fix outstanding linter errors</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/a52c863f31d07dd119135f385127ca6d0ce9542d"><code>a52c863</code></a> upgrade linters</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/ac9663614a79a75a0dd2140c67991f119a54c08e"><code>ac96636</code></a> apply formatter</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/282be3c1df660dc151a45da5754993fe716211eb"><code>282be3c</code></a> update dependencies</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/c6c2e582ee50dcf0657ba8a2c72d881dbb5dd619"><code>c6c2e58</code></a> Comment out sphinx config static directory as it does not exist</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/c9f49963b5117c1fcf53ace505497ef73c323156"><code>c9f4996</code></a> Move <strong>future</strong> import to before first suggested code insertion</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/1848474e58bd8af6ee0b0c993a95445a187984f9"><code>1848474</code></a> fix artifact names</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/8376b88d2b3dd65dce80a67101fab0fbecb91f56"><code>8376b88</code></a> update black repo</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/1c2768b96c46819f3af5823eb7042fd895e199f7"><code>1c2768b</code></a> fix artifact names</li> <li>Additional commits viewable in <a href="https://github.com/rapidfuzz/RapidFuzz/compare/v3.6.1...v3.6.2">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)

dependabot[bot] avatar Mar 06 '24 10:03 dependabot[bot]