Revisions of python-rapidfuzz

buildservice-autocommit accepted request 1165774 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- update to 3.7.0:
  * reduce importtime
buildservice-autocommit accepted request 1157752 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 18)
- update to 3.6.2:
  * upgrade rapidfuzz-cpp which includes a fix for build issues
    on some compilers
  * fix some issues with the sphinx config
buildservice-autocommit accepted request 1140264 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 16)
- 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
buildservice-autocommit accepted request 1135345 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 14)
- update to 3.5.2:
  * skip pandas ``pd.NA`` similar to ``None``
  * add ``score_multiplier`` argument to ``process.cdist`` which
    allows multiplying the end result scores
  * with a constant factor.
  * drop support for Python 3.7
  * improve performance of simd implementation for ``LCS`` /
    ``Indel`` / ``Jaro`` / ``JaroWinkler``
  * improve performance of Jaro and Jaro Winkler for long
    sequences
  * implement ``process.extract`` with ``limit=1`` using
    ``process.extractOne`` which can be faster
  * the preprocessing function was always called through Python
    due to a broken C-API version check
  * fix wraparound issue in simd implementation of Jaro and Jaro
    Winkler
  * upgrade to ``Cython==3.0.3``
  * add simd implementation for Jaro and Jaro Winkler
  * add missing tag for python 3.12 support
  * upgrade to ``Cython==3.0.2``
  * implement the remaining missing features from the C++
    implementation in the pure Python implementation
  * added support for Python 3.12
  * build x86 with sse2/avx2 runtime detection
  * upgrade to ``taskflow==3.6``
  * added keyword argument ``pad`` to Hamming distance. This
    controls whether sequences of different
  * length should be padded or lead to a ``ValueError``
  * improve consistency of exception messages between the C++ and
    pure Python implementation
buildservice-autocommit accepted request 1130379 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1130344 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 12)
- Do not buildrequire PyInstaller nor pandas which aren't used
buildservice-autocommit accepted request 1090256 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 11)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1090118 from Johannes Kastl's avatar Johannes Kastl (ojkastl_buildservice) (revision 10)
do not use glob for dist-info directory name
buildservice-autocommit accepted request 1085445 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 9)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1085418 from Johannes Kastl's avatar Johannes Kastl (ojkastl_buildservice) (revision 8)
add sle15_python_module_pythons
buildservice-autocommit accepted request 1067986 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 7)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 6)
- Clean up the SPEC file.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1067725 from Torsten Gruner's avatar Torsten Gruner (Simmphonie) (revision 5)
- update to version 2.13.7
  * fix function signature of get_requires_for_build_wheel
buildservice-autocommit accepted request 1043764 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 4)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1043647 from Torsten Gruner's avatar Torsten Gruner (Simmphonie) (revision 3)
- update to version 2.13.6
  * Changed
    + reformat changelog as restructured text to get rig of m2r2 dependency
- version 2.13.5
  * Added
    + added docs to sdist
  * Fixed
    + fix two cases of undefined behavior in process.cdist
- version 2.13.4
  * 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
- version 2.13.3
  * Fixed
    + improve handling of functions wrapped using functools.wraps
    + fix broken fallback to Python implementation when the a ImportError occurs on import.
      This can e.g. occur when the binary has a dependency on libatomic, but it
      is unavailable on the system
    + define CMAKE_C_COMPILER_AR/CMAKE_CXX_COMPILER_AR/CMAKE_C_COMPILER_RANLIB/CMAKE_CXX_COMPILER_RANLIB
      if they are not defined yet
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1035143 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 2)
initialized devel package after accepting 1035143
Displaying revisions 1 - 20 of 21
openSUSE Build Service is sponsored by