Path to this page:
./
textproc/py-Levenshtein,
Python extension for computing string edit distances
Branch: CURRENT,
Version: 0.27.1,
Package name: py312-Levenshtein-0.27.1,
Maintainer: pkgsrc-usersThe 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: 373.604 KB
Version history: (Expand)
- (2025-03-05) Updated to version: py312-Levenshtein-0.27.1
- (2024-10-28) Updated to version: py312-Levenshtein-0.26.1
- (2024-10-13) Updated to version: py312-Levenshtein-0.26.0
- (2024-04-09) Updated to version: py311-Levenshtein-0.25.1
- (2024-02-16) Updated to version: py311-Levenshtein-0.25.0
- (2024-02-04) Updated to version: py311-Levenshtein-0.24.0
CVS history: (Expand)
2025-03-05 11:44:14 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-Levenshtein: updated to 0.27.1
v0.27.1
Changed
- fix build with ``scikit-build-core`` ``v0.11``
- upgrade to `Cython==3.0.12`
v0.27.0
Fixed
- avoid instantiation of basic_string for unsupported types
Changed
- upgrade ``rapidfuzz-cpp`` to ``v3.2.0``
|
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``
|