Skip to content

chore(deps): bump rapidfuzz from 3.6.2 to 3.7.0

HIFIS Bot requested to merge dependabot-pip-rapidfuzz-3.7.0 into main

Bumps rapidfuzz from 3.6.2 to 3.7.0.

Release notes

Sourced from rapidfuzz's releases.

Release 3.7.0

Changed

  • reduce import time
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[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
[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
  • add banded implementation of LCS / Indel. This improves the runtime from O((|s1|/64) * |s2|) to O((score_cutoff/64) * |s2|)

Changed

* 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
&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/699a41bbe16252741a1fa5c3f8e955abc450d1a7"><code>699a41b</code></a> release 3.7.0</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/c4a5d5c4b5f3dc5dbb158a0e872301a842750d2b"><code>c4a5d5c</code></a> slightly improve typing</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/adf747b3bf65f0dbc7bb16a280d705f65a41ce19"><code>adf747b</code></a> reduce imports to reduce import time</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/fae6d6b75ac1106ccb494bc9ba73736e35242712"><code>fae6d6b</code></a> Bump the github-actions group with 1 update</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/af9e1b76bea9c6f5dcfd7bf37f2ab571fef4d8f7"><code>af9e1b7</code></a> fix spelling</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/7788d5ecb4e2b9839ed8e274b2a5ad91671828fd"><code>7788d5e</code></a> Bump the github-actions group with 1 update</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/092232e2a63aede14a30479aad81107c7aa31cc3"><code>092232e</code></a> add more tests with processor</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/875f0eca0b2e61171ed9b9f62538a3a583f27322"><code>875f0ec</code></a> improve testing for none</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/4d896f63f010c18d44534a49a277ea2c8b5b02b3"><code>4d896f6</code></a> Bump the github-actions group with 7 updates</li>
<li><a href="https://github.com/rapidfuzz/RapidFuzz/commit/ccd2559ccc7bd65912dfc3c50707fc9318d27c39"><code>ccd2559</code></a> update citation information</li>
<li>Additional commits viewable in <a href="https://github.com/rapidfuzz/RapidFuzz/compare/v3.6.2...v3.7.0">compare view</a></li>
</ul>
</details>
<br />

Merge request reports