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.2.0 to 3.3.0 #2543

Merged
merged 1 commit into from Sep 14, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2023

Bumps rapidfuzz from 3.2.0 to 3.3.0.

Release notes

Sourced from rapidfuzz's releases.

Release 3.3.0

Changed

  • upgrade to Cython==3.0.2
  • implement the remaining missing features from the C++ implementation in the pure Python implementation

Added

  • added support for Python 3.12
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[3.3.0] - 2023-09-11 ^^^^^^^^^^^^^^^^^^^^ Changed

- upgrade to ``Cython==3.0.2``
- implement the remaining missing features from the C++ implementation in the pure Python implementation

Added

- added support for Python 3.12

[3.2.0] - 2023-08-02
^^^^^^^^^^^^^^^^^^^^
Changed
</code></pre>
<ul>
<li>build x86 with sse2/avx2 runtime detection</li>
</ul>
<p>[3.1.2] - 2023-07-19
^^^^^^^^^^^^^^^^^^^^
Changed</p>
<pre><code>- upgrade to Cython==3.0.0

[3.1.1] - 2023-06-06
^^^^^^^^^^^^^^^^^^^^
Changed
</code></pre>
<ul>
<li>upgrade to <code>taskflow==3.6</code></li>
</ul>
<p>Fixed</p>
<pre><code>- 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
    &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/b7c5908a226b186ffdb6fd59509826623cf4dc96&quot;&gt;&lt;code&gt;b7c5908&lt;/code&gt;&lt;/a> release 3.3.0</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/cc3cc7e0fa34b0c8f584c6566532123d6365bb65&quot;&gt;&lt;code&gt;cc3cc7e&lt;/code&gt;&lt;/a> only import numpy locally</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/762624b27b9c2ff7d5dc8ccebcfc200f5cb8f7ef&quot;&gt;&lt;code&gt;762624b&lt;/code&gt;&lt;/a> skip pandas tests for now</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/d1cfcccf36a241d80084c76399c01597f8c82cd3&quot;&gt;&lt;code&gt;d1cfccc&lt;/code&gt;&lt;/a> package for Python 3.12</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/d03dbc2aaf3d1ccb2ed9a15b69d0d9408bec441c&quot;&gt;&lt;code&gt;d03dbc2&lt;/code&gt;&lt;/a> test using python 3.12</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/ab373de1a0abfc9955e7210ae2025dd773127878&quot;&gt;&lt;code&gt;ab373de&lt;/code&gt;&lt;/a> add changelog entry</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/1680e72d7c63184b1e8c41577d677a94b2ba9cda&quot;&gt;&lt;code&gt;1680e72&lt;/code&gt;&lt;/a> implement Levenshtein.editops</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/e4bfaec4d6c2461a680512100cf0266416fa8f90&quot;&gt;&lt;code&gt;e4bfaec&lt;/code&gt;&lt;/a> implement pure Python editops for Indel/LCSseq</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/6b24ce8a7146e5bc93adc7d72970f7512054c70c&quot;&gt;&lt;code&gt;6b24ce8&lt;/code&gt;&lt;/a> cleanup tests</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/99ab6a44a350b3102fe63e32ae4f8d6379721f95&quot;&gt;&lt;code&gt;99ab6a4&lt;/code&gt;&lt;/a> support hashables in fuzz module</li>
<li>Additional commits viewable in <a href="https://github.com/maxbachmann/RapidFuzz/compare/v3.2.0...v3.3.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 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)

Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](rapidfuzz/RapidFuzz@v3.2.0...v3.3.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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 14, 2023
@pajlada pajlada merged commit 19181a5 into master Sep 14, 2023
11 of 12 checks passed
@pajlada pajlada deleted the dependabot/pip/rapidfuzz-3.3.0 branch September 14, 2023 08:30
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