Skip to content

Commit

Permalink
chore(deps): Bump rapidfuzz from 3.7.0 to 3.8.0 (#1779)
Browse files Browse the repository at this point in the history
Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.7.0 to
3.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rapidfuzz/RapidFuzz/releases">rapidfuzz's
releases</a>.</em></p>
<blockquote>
<h2>Release 3.8.0</h2>
<h2>Added</h2>
<ul>
<li>added <code>process.cpdist</code> which allows pairwise comparison
of two collection of inputs</li>
</ul>
<h2>Fixed</h2>
<ul>
<li>fix some minor errors in the type hints</li>
<li>fix potentially incorrect results of JaroWinkler when using high
prefix weights</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst">rapidfuzz's
changelog</a>.</em></p>
<blockquote>
<h2>Changelog</h2>
<p>[3.8.0] - 2024-04-06
^^^^^^^^^^^^^^^^^^^^
Added</p>
<pre><code>* added ``process.cpdist`` which allows pairwise comparision
of two collection of inputs
<p>Fixed
</code></pre></p>
<ul>
<li>fix some minor errors in the type hints</li>
<li>fix potentially incorrect results of JaroWinkler when using high
prefix weights</li>
</ul>
<p>[3.7.0] - 2024-03-21
^^^^^^^^^^^^^^^^^^^^
Changed</p>
<pre><code>* reduce importtime
<p>[3.6.2] - 2024-03-05
^^^^^^^^^^^^^^^^^^^^</p>
<p>Changed
</code></pre></p>
<ul>
<li>upgrade to <code>Cython==3.0.9</code></li>
</ul>
<p>Fixed</p>
<pre><code>* upgrade ``rapidfuzz-cpp`` which includes a fix for build
issues on some compilers
* fix some issues with the sphinx config
<p>[3.6.1] - 2023-12-28
^^^^^^^^^^^^^^^^^^^^
Fixed
</code></pre></p>
<ul>
<li>fix overflow error on systems with <code>sizeof(size_t) &lt;
8</code></li>
</ul>
<p>[3.6.0] - 2023-12-26
^^^^^^^^^^^^^^^^^^^^
Fixed</p>
<pre><code>* 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
<p>Performance
</code></pre></p>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rapidfuzz/RapidFuzz/commit/bf6826b512be873b2fdd5b6dbe50ec1e2fd43d74"><code>bf6826b</code></a>
tag new release</li>
<li><a
href="https://github.com/rapidfuzz/RapidFuzz/commit/a781dd8491545e18ede4dcaf2e44f6583af7d06d"><code>a781dd8</code></a>
fix potentially incorrect results of JaroWinkler when using high prefix
weights</li>
<li><a
href="https://github.com/rapidfuzz/RapidFuzz/commit/e6a33b16e7efcabef3cadc723f3d83a7f7e92498"><code>e6a33b1</code></a>
skip test if numpy isn't available</li>
<li><a
href="https://github.com/rapidfuzz/RapidFuzz/commit/6c5b37fe25b902b08407a1b71456e5d5a1d1ba68"><code>6c5b37f</code></a>
reduce memory allocations for cpdist</li>
<li><a
href="https://github.com/rapidfuzz/RapidFuzz/commit/29bdab0942825ccc723bf8ea553091593c0db715"><code>29bdab0</code></a>
reduce PyErrorOccured calls</li>
<li><a
href="https://github.com/rapidfuzz/RapidFuzz/commit/34f1976f2b154532a241e0afc1e5f524dbc6fb94"><code>34f1976</code></a>
Reduce performance impact of None checks for usage without
preprocessing</li>
<li><a
href="https://github.com/rapidfuzz/RapidFuzz/commit/9e18974cadf80fcce679c820168ebb3ed9052161"><code>9e18974</code></a>
Removed flatten()</li>
<li><a
href="https://github.com/rapidfuzz/RapidFuzz/commit/3808175f8a951879a508307fd891af0c745ec97f"><code>3808175</code></a>
Update bench/benchmark_cpdist.py</li>
<li><a
href="https://github.com/rapidfuzz/RapidFuzz/commit/f75f105e43b8473f74c3ecfe5adb83b22e9c5250"><code>f75f105</code></a>
Updated code according to comments on PR</li>
<li><a
href="https://github.com/rapidfuzz/RapidFuzz/commit/c42d6881b25f7eed15517bc3d18093742c193578"><code>c42d688</code></a>
Added pytests for cpdist</li>
<li>Additional commits viewable in <a
href="https://github.com/rapidfuzz/RapidFuzz/compare/v3.7.0...v3.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rapidfuzz&package-manager=pip&previous-version=3.7.0&new-version=3.8.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 7, 2024
1 parent cb6140d commit 5317fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ptyprocess==0.7.0 ; python_version == "3.8"
pycparser==2.22 ; (sys_platform == "darwin" or sys_platform == "linux") and python_version == "3.8" and (sys_platform == "darwin" or platform_python_implementation != "PyPy")
pyproject-hooks==1.0.0 ; python_version == "3.8"
pywin32-ctypes==0.2.2 ; sys_platform == "win32" and python_version == "3.8"
rapidfuzz==3.7.0 ; python_version == "3.8"
rapidfuzz==3.8.0 ; python_version == "3.8"
requests-toolbelt==1.0.0 ; python_version == "3.8"
requests==2.31.0 ; python_version == "3.8"
secretstorage==3.3.3 ; sys_platform == "linux" and python_version == "3.8"
Expand Down

0 comments on commit 5317fbd

Please sign in to comment.