-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement all editops APIs using RapidFuzz
- Loading branch information
1 parent
f812040
commit d252234
Showing
9 changed files
with
85 additions
and
576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rapidfuzz-cpp
updated
from 8f0b18 to 1303f3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
|
||
setup( | ||
name="Levenshtein", | ||
version="0.19.3", | ||
version="0.20.0", | ||
url="https://github.com/maxbachmann/Levenshtein", | ||
author="Max Bachmann", | ||
install_requires=["rapidfuzz >= 2.0.1, < 3.0.0"], | ||
install_requires=["rapidfuzz >= 2.3.0, < 3.0.0"], | ||
author_email="[email protected]", | ||
description="Python extension for computing string edit distances and similarities.", | ||
long_description=readme, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.