Bump rapidfuzz from 2.15.1 to 3.9.0
Bumps rapidfuzz from 2.15.1 to 3.9.0.
Release notes
Sourced from rapidfuzz's releases.
Release 3.9.0
Changed
- significantly improve type hints for the library
Fixed
- fix cmake version parsing
Release 3.8.1
Fixed
- use the correct version of
rapidfuzz-cppwhen building against a system installed versionRelease 3.8.0
Added
- added
process.cpdistwhich allows pairwise comparison of two collection of inputsFixed
- fix some minor errors in the type hints
- fix potentially incorrect results of JaroWinkler when using high prefix weights
Release 3.7.0
Changed
- reduce import time
Release 3.6.2
Changed
- upgrade to
Cython==3.0.9Fixed
- upgrade
rapidfuzz-cppwhich 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) < 8Release 3.6.0
Fixed
- fix pure python fallback implementation of
fuzz.token_set_ratio- properly link with
-latomicifstd::atomic<uint64_t>is not natively supportedPerformance
- add banded implementation of LCS / Indel. This improves the runtime from
O((|s1|/64) * |s2|)toO((score_cutoff/64) * |s2|)Changed
- upgrade to
Cython==3.0.7- cdist for many metrics now returns a matrix of
uint32instead ofint32by defaultRelease 3.5.2
Fixed
... (truncated)
Changelog
Sourced from rapidfuzz's changelog.
Changelog
[3.9.0] - 2024-05-02 ^^^^^^^^^^^^^^^^^^^^ Changed
* significantly improve type hints for the libraryFixed
* fix cmake version parsing[3.8.1] - 2024-04-07 ^^^^^^^^^^^^^^^^^^^^ Fixed
- use the correct version of
rapidfuzz-cppwhen building against a system installed version[3.8.0] - 2024-04-06 ^^^^^^^^^^^^^^^^^^^^ Added
* added ``process.cpdist`` which allows pairwise comparison of two collection of inputsFixed
- fix some minor errors in the type hints
- fix potentially incorrect results of JaroWinkler when using high prefix weights
[3.7.0] - 2024-03-21 ^^^^^^^^^^^^^^^^^^^^ Changed
- reduce importtime
[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 </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary><ul> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/acfc255be25e1e4cf0dee55ba220aeab638ecf9c"><code>acfc255</code></a> update changelog</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/fd0e3a674df9aea78dbbb7fd514e65ea130e7942"><code>fd0e3a6</code></a> fix cmake version parsing</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/6cb0a6859f3be606e6478bc97d89bda276fb0c8c"><code>6cb0a68</code></a> update citation file</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/9e5694280ebf2e0e73739270250cb05f5f5ca5e9"><code>9e56942</code></a> add missing limit argument</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/24446248a6801976a5e21ccd39eca1d685454f5c"><code>2444624</code></a> update changelog</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/00923bc7fa00cea6f8aa2763f1874716870cf25d"><code>00923bc</code></a> improve typing of cdist and cpdist</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/e88df8a4eebfdfc86f308a82e251ac9ece8edff3"><code>e88df8a</code></a> apply formatting</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/c5cf67ab5f7b5d2315aad181b097d79aa9bc8d33"><code>c5cf67a</code></a> silence warning</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/8332369e932acfde3bdd235c794d5964067b7f89"><code>8332369</code></a> rename unused variables</li> <li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/4cce69ef0d1576446fe0e15b92d4794802614df1"><code>4cce69e</code></a> fix pyright config</li> <li>Additional commits viewable in <a href="https://github.com/rapidfuzz/RapidFuzz/compare/v2.15.1...v3.9.0">compare view</a></li> </ul> </details>
<br />
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)