2024-10-24 19:27:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-rapidfuzz: updated to 3.10.1 3.10.1 - 2024-10-24 Fixed - fix compilation on clang-19 - fix incorrect results in simd optimized implementation of Levenshtein and OSA \ on 32bit targets |
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message: *: clean-up after python38 removal |
2024-10-04 15:59:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-rapidfuzz: updated to 3.10.0 3.10.0 Fixed - drop support for Python 3.8 - switch build system to `scikit-build-core` |
2024-09-03 07:10:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-rapidfuzz: updated to 3.9.7 3.9.7 Fixed * fix crash in ``cdist`` due to Visual Studio upgrade |
2024-08-07 11:02:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-rapidfuzz: updated to 3.9.6 3.9.6 Changed * upgrade to ``Cython==3.0.11`` * add python 3.13 wheels |
2024-07-30 05:59:12 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-rapidfuzz: updated to 3.9.5 3.9.5 - 2024-07-29 Fixed * include simd binaries in pyinstaller builds * fix builds with setuptools 72 by upgrading `scikit-build` |
2024-07-03 07:28:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-rapidfuzz: updated to 3.9.4 3.9.4 Fixed * fix bug in ``Levenshtein.editops`` and ``Levenshtein.opcodes`` which could lead to incorrect results and crashes for some inputs |
2024-06-05 17:24:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-rapidfuzz: updated to 3.9.3 3.9.3 Fixed * fix None handling for queries in ``process.cdist`` for scorers not supporting SIMD 3.9.2 Fixed * fix supported versions of taskflow in cmake to be in the range v3.3 - v3.7 |