1
0
Files
python-Levenshtein/python-Levenshtein.changes
Matej Cepl d7de7f9a55 Accepting request 1177376 from home:glaubitz:branches:devel:languages:python
- Update to version 0.25.1
  * Fix potentially incorrect results of `jaro_winkler`
    when using high prefix weights
- from version 0.25.0
  * Improve type hints
- from version 0.24.0
  * Upgrade ``rapidfuzz-cpp`` to ``v3.0.0``
  - Drop support for Python 3.7
- from version 0.23.0
  * 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`
- from version 0.22.0
  * Add support for Python 3.12
  * Drop support for Python 3.6
  * Add wheels for windows arm64
- from version 0.21.1
  * Upgrade ``rapidfuzz-cpp`` to ``v2.0.0``
- from version 0.21.0
  * Relax dependency requirement on ``rapidfuzz``
- from version 0.20.9
  * Fix function signature of `get_requires_for_build_wheel`
- from version 0.20.8
  - Type hints for `editops`/`opcoded`/`matching_blocks` did not allow any
    hashable sequence
- from version 0.20.7
  - Type hints did not get installed
- from version 0.20.6
  - Fix incorrect result normalization in `setratio` and `seqratio`

OBS-URL: https://build.opensuse.org/request/show/1177376
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Levenshtein?expand=0&rev=24
2024-05-28 16:32:09 +00:00

7.9 KiB