Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rapidfuzz from 3.1.0 to 3.1.1 #2477

Merged
merged 1 commit into from Jun 10, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2023

Bumps rapidfuzz from 3.1.0 to 3.1.1.

Release notes

Sourced from rapidfuzz's releases.

Release 3.1.1

Changed

  • upgrade to taskflow==3.6

Fixed

  • replace usage of isnan with std::isnan which fixes the build on NetBSD
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[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. This changes the defaults of some of
the functions in <code>rapidfuzz.fuzz</code> and <code>rapidfuzz.process</code>.</li>
<li><code>rapidfuzz.process</code> no longer calls scorers with <code>processor=None</code>. For this reason scorer functions
do not need to provide this argument anymore.</li>
<li>remove option to pass keyword arguments to scorer via <code>**kwargs</code> in <code>rapidfuzz.process</code>. They can be passed
via a <code>scorer_kwargs</code> argument now. This ensures this does not break when extending function parameters and
prevents naming clashes.</li>
<li>remove <code>rapidfuzz.string_metric</code> module. Replacements for all functions are available in <code>rapidfuzz.distance</code></li>
</ul>
<p>Added</p>
<pre><code>- added support for arbitrary hashable sequence in the pure Python fallback implementation of all functions in rapidfuzz.distance

  • added support for None and float(&amp;quot;nan&amp;quot;) in process.cdist as long as the underlying scorer supports it.
    This is the case for all scorers returning normalized results.
    &lt;/tr&gt;&lt;/table&gt;
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>

<ul>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/9ea22697945d5672bd71ef73f13ee7a07d8a9202&quot;&gt;&lt;code&gt;9ea2269&lt;/code&gt;&lt;/a> release 3.1.1</li>
<li>See full diff in <a href="https://github.com/maxbachmann/RapidFuzz/compare/v3.1.0...v3.1.1&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.0 to 3.1.1.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.1.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 7, 2023
@pajlada pajlada merged commit 028fdde into master Jun 10, 2023
11 of 12 checks passed
@pajlada pajlada deleted the dependabot/pip/rapidfuzz-3.1.1 branch June 10, 2023 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant