14
0

- Update to 4.5.0:

* Run Python 3.10 tests on CI
  * Type annotations
  * Add new DamerauLevenshtein... classes
  * update rapidfuzz
  * Ensure that maximum normalised distance is <= 1
  * Ensure editex parameters are sensible
  * Ignore inconsistent timings on some comparison tests
  * add support for rapidfuzz
- Fix up the download URL due to upstream dropping v.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textdistance?expand=0&rev=11
This commit is contained in:
2023-02-08 04:12:18 +00:00
committed by Git OBS Bridge
parent f0d351b3d1
commit 4985e73307
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Feb 8 04:09:31 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 4.5.0:
* Run Python 3.10 tests on CI
* Type annotations
* Add new DamerauLevenshtein... classes
* update rapidfuzz
* Ensure that maximum normalised distance is <= 1
* Ensure editex parameters are sensible
* Ignore inconsistent timings on some comparison tests
* add support for rapidfuzz
- Fix up the download URL due to upstream dropping v.
-------------------------------------------------------------------
Sat Jun 18 14:19:44 UTC 2022 - Ben Greiner <code@bnavigator.de>