17
0
Go to file
Ana Guerrero 7eab5bc93c Accepting request 1140264 from devel:languages:python
- update to 3.6.1:
  * fix overflow error on systems with ``sizeof(size_t) < 8``
  * fix pure python fallback implementation of ``fuzz.token_set_ratio``
  * properly link with ``-latomic`` if ``std::atomic<uint64_t>``
    is not natively supported
  * add banded implementation of LCS / Indel. This improves the
    runtime from ``O((|s1|/64) * |s2|)`` to
    ``O((score_cutoff/64) * |s2|)``
  * upgrade to ``Cython==3.0.7``
  * cdist for many metrics now returns a matrix of ``uint32``
    instead of ``int32`` by default

OBS-URL: https://build.opensuse.org/request/show/1140264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rapidfuzz?expand=0&rev=8
2024-01-21 22:09:54 +00:00
2024-01-21 10:52:28 +00:00
2024-01-21 10:52:28 +00:00
2024-01-21 10:52:28 +00:00
Description
No description provided
60 KiB
Languages
RPM Spec 100%