Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump rapidfuzz from 3.2.0 to 3.4.0 (#274)
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.2.0 to 3.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maxbachmann/RapidFuzz/releases">rapidfuzz's releases</a>.</em></p> <blockquote> <h2>Release 3.4.0</h2> <h2>Changed</h2> <ul> <li>upgrade to <code>Cython==3.0.3</code></li> <li>add simd implementation for Jaro and Jaro Winkler</li> </ul> <h2>Release 3.3.1</h2> <h2>Added</h2> <ul> <li>add missing tag for python 3.12 support</li> </ul> <h2>Release 3.3.0</h2> <h2>Changed</h2> <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> <h2>Added</h2> <ul> <li>added support for Python 3.12</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst">rapidfuzz's changelog</a>.</em></p> <blockquote> <h2>Changelog</h2> <p>[3.5.0] - 2023-10- ^^^^^^^^^^^^^^^^^^^^ Changed</p> <pre><code>* 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. <p>Performance </code></pre></p> <ul> <li>improve performance of simd implementation for <code>Indel</code> / <code>Jaro</code> / <code>JaroWinkler</code></li> </ul> <p>[3.4.0] - 2023-10-09 ^^^^^^^^^^^^^^^^^^^^ Changed</p> <pre><code>* upgrade to ``Cython==3.0.3`` * add simd implementation for Jaro and Jaro Winkler <p>[3.3.1] - 2023-09-25 ^^^^^^^^^^^^^^^^^^^^ Added</p> <pre><code>* 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`` &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="rapidfuzz/RapidFuzz@1ccb012e50e819f0dc3ed9b20185c61d8e4b308c"><code>1ccb012</code></a> fix type deduction</li> <li><a href="rapidfuzz/RapidFuzz@49207be880f3126433380503b34153b066f2fe5e"><code>49207be</code></a> upgrade rapidfuzz-cpp</li> <li><a href="rapidfuzz/RapidFuzz@6269c13ac8bd2684d90f7967eb50d07d78055baf"><code>6269c13</code></a> fix edge case in simd implementation of Jaro/JaroWinkler</li> <li><a href="rapidfuzz/RapidFuzz@c40fe92fc5d3226402dc3acdaea0445ac6b455fc"><code>c40fe92</code></a> add release date</li> <li><a href="rapidfuzz/RapidFuzz@c703f2fe10f499f433a779d11796a741164fba63"><code>c703f2f</code></a> increase required rapidfuzz-cpp version</li> <li><a href="rapidfuzz/RapidFuzz@c9736657a527fd2b9624b9d9d552d0df68645cd6"><code>c973665</code></a> fix edge case in jaro simd implementation</li> <li><a href="rapidfuzz/RapidFuzz@f0dbacfc13107c400bb929fad9960151b53ce229"><code>f0dbacf</code></a> upgrade cython</li> <li><a href="rapidfuzz/RapidFuzz@67a093310853b27944c0d99ffddf1904fcd3654e"><code>67a0933</code></a> add simd implementation of Jaro and JaroWinkler</li> <li><a href="rapidfuzz/RapidFuzz@10efe2793dfaafc7c91fcbb89e7a0a0d58cc601e"><code>10efe27</code></a> add missing tag for python 3.12 support</li> <li><a href="rapidfuzz/RapidFuzz@b7c5908a226b186ffdb6fd59509826623cf4dc96"><code>b7c5908</code></a> release 3.3.0</li> <li>Additional commits viewable in <a href="rapidfuzz/RapidFuzz@v3.2.0...v3.4.0">compare view</a></li> </ul> </details> <br /> </code></pre> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rapidfuzz&package-manager=pip&previous-version=3.2.0&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information