./textproc/py-rapidfuzz, Rapid fuzzy string matching

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.12.1, Package name: py312-rapidfuzz-3.12.1, Maintainer: pkgsrc-users

RapidFuzz is a fast string matching library for Python and C++, which is using
the string similarity calculations from FuzzyWuzzy.


Master sites:

Filesize: 56550.344 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-03 09:47:56 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-rapidfuzz: updated to 3.12.1

3.12.1

Fixed

* fix version number

3.12.0

Changed

* generate code for fallback imports to be better parseable for tools bundling Python
  applications into a single binary (examples are cx-freeze and pyinstaller)
   2025-02-02 11:35:25 by Havard Eidnes | Files touched by this commit (1)
Log message:
textproc/py-rapidfuzz: use atomic64.mk to fix build on macppc.

Contrary to other recent fixes in this category, this is
needed also in python 3.10, 3.11, and 3.12 (as well as 3.13, of course).
   2024-12-26 18:27:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rapidfuzz: updated to 3.11.0

3.11.0

Performance
- improve calculation of min score inside partial_ratio so it can skip more \ 
alignments

Added
- added build support for emscripten
   2024-10-24 19:27:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
Log message:
py-rapidfuzz: updated to 3.9.6

3.9.6

Changed

* upgrade to ``Cython==3.0.11``
* add python 3.13 wheels