Skip to content

Bump rapidfuzz from 2.13.6 to 2.14.0

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

Bumps rapidfuzz from 2.13.6 to 2.14.0.

Release notes

Sourced from rapidfuzz's releases.

Release 2.14.0

Changed

  • upgrade required Cython version to Cython==3.0.0b2

Fixed

  • fix handling of non symmetric scorers in pure python version of process.cdist
  • fix default dtype handling when using process.cdist with pure python scorers

Release v2.13.7

Fixed

  • fix function signature of get_requires_for_build_wheel
Changelog

Sourced from rapidfuzz's changelog.

Changelog

[2.14.0] - 2023-03-31 ^^^^^^^^^^^^^^^^^^^^^ Changed

- upgrade required Cython version to ``Cython==3.0.0b2``
Fixed
  • fix handling of non symmetric scorers in pure python version of process.cdist
  • fix default dtype handling when using process.cdist with pure python scorers

[2.13.7] - 2022-12-20 ^^^^^^^^^^^^^^^^^^^^^ Fixed

- fix function signature of ``get_requires_for_build_wheel``
[2.13.6] - 2022-12-11
^^^^^^^^^^^^^^^^^^^^^
Changed
  • reformat changelog as restructured text to get rig of m2r2 dependency

[2.13.5] - 2022-12-11 ^^^^^^^^^^^^^^^^^^^^^ Added

* added docs to sdist
Fixed
  • fix two cases of undefined behavior in process.cdist

[2.13.4] - 2022-12-08 ^^^^^^^^^^^^^^^^^^^^^ Changed

* handle ``float("nan")`` similar to None for query / choice, since this is common for
  non-existent data in tools like numpy
Fixed
* fix handling on ``None``\ /\ ``float("nan")`` in ``process.distance``
* use absolute imports inside tests
[2.13.3] - 2022-12-03
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/84cbeec773513d4be9cf62a18e81eb0f2890319c&quot;&gt;&lt;code&gt;84cbeec&lt;/code&gt;&lt;/a> release 2.14.0</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/20337f4f4820c86e28ce51020579fc21c2cbfd1f&quot;&gt;&lt;code&gt;20337f4&lt;/code&gt;&lt;/a> exclude arm64 for now</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/75683ea3b6eb5a711ca2087122be234d57f6c79a&quot;&gt;&lt;code&gt;75683ea&lt;/code&gt;&lt;/a> cibuildwheel does not support file matching anymore</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/0efb55ae511cd8ee2d3d35f757823722728ec04b&quot;&gt;&lt;code&gt;0efb55a&lt;/code&gt;&lt;/a> upgrade cibuildwheel</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/dfea55243851beff4c94cbf9aee2a006d440e16b&quot;&gt;&lt;code&gt;dfea552&lt;/code&gt;&lt;/a> upgrade cython</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/1ca8def46cb5a1fa356f47eddc0c77044c818a79&quot;&gt;&lt;code&gt;1ca8def&lt;/code&gt;&lt;/a> bump package versions in CI scripts (<a href="https://github.com/maxbachmann/RapidFuzz/issues/314&quot;&gt;#314&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/98680da546eefa3c76b867de155cf752b8685812&quot;&gt;&lt;code&gt;98680da&lt;/code&gt;&lt;/a> update pylint config for old pip versions (<a href="https://github.com/maxbachmann/RapidFuzz/issues/313&quot;&gt;#313&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/0fd8371665c713f1302de58ad2755e68df913688&quot;&gt;&lt;code&gt;0fd8371&lt;/code&gt;&lt;/a> update nogil position</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/27dad0d566822a7cf528e8a13ce5cbbfdc0348c3&quot;&gt;&lt;code&gt;27dad0d&lt;/code&gt;&lt;/a> implement opcodes in terms of editops</li>
<li><a href="https://github.com/maxbachmann/RapidFuzz/commit/a0b75e630e39d9649a4915a6e1d29912d2bc039f&quot;&gt;&lt;code&gt;a0b75e6&lt;/code&gt;&lt;/a> Fix links to documentation in README (<a href="https://github.com/maxbachmann/RapidFuzz/issues/305&quot;&gt;#305&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a href="https://github.com/maxbachmann/RapidFuzz/compare/v2.13.6...v2.14.0&quot;&gt;compare view</a></li>
</ul>
</details>
<br />

Merge request reports