./textproc/py-Levenshtein, Python extension for computing string edit distances

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


Branch: CURRENT, Version: 0.25.0, Package name: py311-Levenshtein-0.25.0, Maintainer: pkgsrc-users

The Levenshtein Python C extension module contains functions for fast
computation of: Levenshtein (edit) distance and edit operations, string
similarity, approximate median strings and general string averaging,
and string sequence and set similarity. It supports both normal and
Unicode strings.


Required to run:
[lang/python310]

Master sites:

Filesize: 146.487 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-16 20:16:32 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
Log message:
*: restrict py-numpy users to 3.9+ in preparation for update
   2023-05-15 23:23:54 by David H. Gutteridge | Files touched by this commit (1)
Log message:
py-Levenshtein: set GCC_REQD to 7, expects C++17