diff --git a/CHANGELOG.md b/CHANGELOG.md index 7099ed1..c6259dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### [2.5.0] - 2022-08- +#### Fixed +- fix default scorer used by cdist to use C++ implementation if possible + ### [2.4.4] - 2022-08-12 #### Changed - Added support for Python3.11 diff --git a/src/rapidfuzz/process_cdist_cpp.py b/src/rapidfuzz/process_cdist_cpp.py index 70e124b..1f7b87a 100644 --- a/src/rapidfuzz/process_cdist_cpp.py +++ b/src/rapidfuzz/process_cdist_cpp.py @@ -14,7 +14,7 @@ from rapidfuzz.process_cdist_cpp_impl import ( cdist as _cdist, ) -from rapidfuzz.fuzz_py import ratio +from rapidfuzz.fuzz import ratio # numpy is required to use cdist try: