Skip to content

Bump rapidfuzz from 3.1.2 to 3.2.0#2706

Merged
ChrisLovering merged 1 commit into
mainfrom
dependabot/pip/rapidfuzz-3.2.0
Aug 3, 2023
Merged

Bump rapidfuzz from 3.1.2 to 3.2.0#2706
ChrisLovering merged 1 commit into
mainfrom
dependabot/pip/rapidfuzz-3.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 3, 2023

Bumps rapidfuzz from 3.1.2 to 3.2.0.

Release notes

Sourced from rapidfuzz's releases.

Release 3.2.0

Changed

  • build x86 with sse2/avx2 runtime detection
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[3.2.0] - 2023-08-02 ^^^^^^^^^^^^^^^^^^^^ Changed

- build x86 with sse2/avx2 runtime detection

[3.1.2] - 2023-07-19 ^^^^^^^^^^^^^^^^^^^^ Changed

  • upgrade to Cython==3.0.0

[3.1.1] - 2023-06-06 ^^^^^^^^^^^^^^^^^^^^ Changed

- upgrade to ``taskflow==3.6``

Fixed

- replace usage of ``isnan`` with ``std::isnan`` which fixes the build on NetBSD

[3.1.0] - 2023-06-02
^^^^^^^^^^^^^^^^^^^^
Changed
</code></pre>
<ul>
<li>added keyword argument <code>pad</code> to Hamming distance. This controls whether sequences of different
length should be padded or lead to a <code>ValueError</code></li>
<li>improve consistency of exception messages between the C++ and pure Python implementation</li>
<li>upgrade required Cython version to <code>Cython==3.0.0b3</code></li>
</ul>
<p>Fixed</p>
<pre><code>- fix missing GIL restore when an exception is thrown inside process.cdist

  • fix incorrect type hints for the process module

[3.0.0] - 2023-04-16
^^^^^^^^^^^^^^^^^^^^
Changed
</code></pre>
<ul>
<li>allow the usage of <code>Hamming</code> for different string lengths. Length differences are handled as
insertions / deletions</li>
<li>remove support for boolean preprocessor functions in <code>rapidfuzz.fuzz</code> and <code>rapidfuzz.process</code>.
The processor argument is now always a callable or None.</li>
<li>update defaults of the processor argument to be <code>None</code> everywhere. For affected functions this can change results, since strings are no longer preprocessed.
To get back the old behaviour pass <code>processor=utils.default_process</code> to these functions.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/ece13872864f63173171601ae39f80a527c5059c&quot;&gt;&lt;code&gt;ece1387&lt;/code&gt;&lt;/a> release 3.2.0</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/e81b9e9c3b82574fe37c6a26ecc7f8d0269a0cfc&quot;&gt;&lt;code&gt;e81b9e9&lt;/code&gt;&lt;/a> improve x86 support (fixes <a href="https://redirect.github.com/maxbachmann/RapidFuzz/issues/342&quot;&gt;#342&lt;/a&gt;)&lt;/li>
<li>See full diff in <a href="https://github.com/maxbachmann/RapidFuzz/compare/v3.1.2...v3.2.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 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.1.2 to 3.2.0.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.1.2...v3.2.0)

---
updated-dependencies:
- dependency-name: rapidfuzz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added a: dependencies Related to package dependencies and management python Pull requests that update Python code labels Aug 3, 2023
@ChrisLovering ChrisLovering merged commit ddfc105 into main Aug 3, 2023
@ChrisLovering ChrisLovering deleted the dependabot/pip/rapidfuzz-3.2.0 branch August 3, 2023 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: dependencies Related to package dependencies and management python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant