2024-10-28 11:40:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-Levenshtein: updated to 0.26.1 v0.26.1 Fixed - add missing mac os wheels |
2024-10-13 19:59:18 by Thomas Klausner | Files touched by this commit (4) | |
Log message: py-Levenshtein: update to 0.26.0. ### v0.26.0 #### Changed - add support for Python 3.13 - drop support for Python 3.8 - switch build system to `scikit-build-core` - upgrade to `Cython==3.0.11` |
2024-04-09 18:46:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-Levenshtein: updated to 0.25.1 v0.25.1 Fixed - fix potentially incorrect results of `jaro_winkler` when using high prefix weights |
2024-02-16 20:16:32 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-Levenshtein: updated to 0.25.0 v0.25.0 Changed - improve type hints |
2024-02-04 19:47:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-Levenshtein: updated to 0.24.0 v0.24.0 Changed - upgrade ``rapidfuzz-cpp`` to ``v3.0.0`` - drop support for Python 3.7 |
2023-10-29 17:59:20 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-Levenshtein: update to 0.23.0. Switch to wheels.mk. ### v0.23.0 #### Changed - added keyword argument `pad` to Hamming distance. This controls whether \ sequences of different length should be padded or lead to a `ValueError` - upgrade to `Cython==3.0.3` ### v0.22.0 #### Changed - add support for Python 3.12 - drop support for Python 3.6 #### Added - add wheels for windows arm64 |
2023-08-11 08:27:12 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-Levenshtein: updated to 0.21.1 v0.21.1 Changed - upgrade ``rapidfuzz-cpp`` to ``v2.0.0`` |
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message: *: remove more references to Python 3.7 |
2023-07-18 20:47:54 by Nia Alarie | Files touched by this commit (10) |
Log message: textproc: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES |
2023-07-01 10:37:47 by Thomas Klausner | Files touched by this commit (105) | |
Log message: *: restrict py-numpy users to 3.9+ in preparation for update |