diff --git a/python-rapidfuzz.changes b/python-rapidfuzz.changes index 805d4f2..9b55271 100644 --- a/python-rapidfuzz.changes +++ b/python-rapidfuzz.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Jul 6 18:31:21 UTC 2024 - Dirk Müller + +- update to 3.9.4: + * fix bug in Levenshtein.editops and Levenshtein.opcodes which + could lead to incorrect results and crashes for some inputs + * fix None handling for queries in process.cdist for scorers + not supporting SIMD + * fix supported versions of taskflow in cmake to be in the + range v3.3 - v3.7 + * disable AVX2 on MacOS since it did lead to illegal + instructions being generated + * significantly improve type hints for the library + * fix cmake version parsing + * use the correct version of rapidfuzz-cpp when building + against a system installed version + * added process.cpdist which allows pairwise comparison of two + collection of inputs + * fix some minor errors in the type hints + * fix potentially incorrect results of JaroWinkler when using + high prefix weights + ------------------------------------------------------------------- Sat Apr 6 12:11:45 UTC 2024 - Dirk Müller diff --git a/python-rapidfuzz.spec b/python-rapidfuzz.spec index a6db871..04cb85c 100644 --- a/python-rapidfuzz.spec +++ b/python-rapidfuzz.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-rapidfuzz -Version: 3.7.0 +Version: 3.9.4 Release: 0 Summary: Rapid fuzzy string matching License: MIT diff --git a/rapidfuzz-3.7.0.tar.gz b/rapidfuzz-3.7.0.tar.gz deleted file mode 100644 index 22babab..0000000 --- a/rapidfuzz-3.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:620df112c39c6d27316dc1e22046dc0382d6d91fd60d7c51bd41ca0333d867e9 -size 1569549 diff --git a/rapidfuzz-3.9.4.tar.gz b/rapidfuzz-3.9.4.tar.gz new file mode 100644 index 0000000..653cc0d --- /dev/null +++ b/rapidfuzz-3.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366bf8947b84e37f2f4cf31aaf5f37c39f620d8c0eddb8b633e6ba0129ca4a0a +size 1595863