Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps rapidfuzz from 3.3.1 to 3.4.0.

Release notes

Sourced from rapidfuzz's releases.

Release 3.4.0

Changed

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

Sourced from rapidfuzz's changelog.

Changelog

[3.4.0] - 2023-10-09 ^^^^^^^^^^^^^^^^^^^^ Changed

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

[3.3.1] - 2023-09-25 ^^^^^^^^^^^^^^^^^^^^ Added

- add missing tag for python 3.12 support

[3.3.0] - 2023-09-11
^^^^^^^^^^^^^^^^^^^^
Changed
</code></pre>
<ul>
<li>upgrade to <code>Cython==3.0.2</code></li>
<li>implement the remaining missing features from the C++ implementation in the pure Python implementation</li>
</ul>
<p>Added</p>
<pre><code>- added support for Python 3.12

[3.2.0] - 2023-08-02
^^^^^^^^^^^^^^^^^^^^
Changed
</code></pre>
<ul>
<li>build x86 with sse2/avx2 runtime detection</li>
</ul>
<p>[3.1.2] - 2023-07-19
^^^^^^^^^^^^^^^^^^^^
Changed</p>
<pre><code>- upgrade to Cython==3.0.0

[3.1.1] - 2023-06-06
^^^^^^^^^^^^^^^^^^^^
Changed
</code></pre>
<ul>
<li>upgrade to <code>taskflow==3.6</code></li>
</ul>
<p>Fixed</p>
<pre><code>- replace usage of isnan with std::isnan which fixes the build on NetBSD

&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/1ccb012e50e819f0dc3ed9b20185c61d8e4b308c&quot;&gt;&lt;code&gt;1ccb012&lt;/code&gt;&lt;/a> fix type deduction</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/49207be880f3126433380503b34153b066f2fe5e&quot;&gt;&lt;code&gt;49207be&lt;/code&gt;&lt;/a> upgrade rapidfuzz-cpp</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/6269c13ac8bd2684d90f7967eb50d07d78055baf&quot;&gt;&lt;code&gt;6269c13&lt;/code&gt;&lt;/a> fix edge case in simd implementation of Jaro/JaroWinkler</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/c40fe92fc5d3226402dc3acdaea0445ac6b455fc&quot;&gt;&lt;code&gt;c40fe92&lt;/code&gt;&lt;/a> add release date</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/c703f2fe10f499f433a779d11796a741164fba63&quot;&gt;&lt;code&gt;c703f2f&lt;/code&gt;&lt;/a> increase required rapidfuzz-cpp version</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/c9736657a527fd2b9624b9d9d552d0df68645cd6&quot;&gt;&lt;code&gt;c973665&lt;/code&gt;&lt;/a> fix edge case in jaro simd implementation</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/f0dbacfc13107c400bb929fad9960151b53ce229&quot;&gt;&lt;code&gt;f0dbacf&lt;/code&gt;&lt;/a> upgrade cython</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/67a093310853b27944c0d99ffddf1904fcd3654e&quot;&gt;&lt;code&gt;67a0933&lt;/code&gt;&lt;/a> add simd implementation of Jaro and JaroWinkler</li>
<li>See full diff in <a href="https://github.com/maxbachmann/RapidFuzz/compare/v3.3.1...v3.4.0&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/maxbachmann/RapidFuzz) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.3.1...v3.4.0)

---
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 Oct 9, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2023

Superseded by #264.

@dependabot dependabot bot closed this Nov 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/rapidfuzz-3.4.0 branch November 1, 2023 17:22
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.

1 participant