-
Notifications
You must be signed in to change notification settings - Fork 126
Comparing changes
Open a pull request
base repository: luozhouyang/python-string-similarity
base: v0.1.7
head repository: luozhouyang/python-string-similarity
compare: master
- 19 commits
- 9 files changed
- 7 contributors
Commits on Sep 8, 2020
-
Make names of variables reflect what they mean
Rename the variable for `s0[i]` from `s1i` to `s0i` and similarly for `s1[j]`
Configuration menu - View commit details
-
Copy full SHA for 5c11630 - Browse repository at this point
Copy the full SHA 5c11630View commit details -
Merge pull request #19 from lanzkron/consistent-naming-of-variables
Make names of variables reflect what they mean
Configuration menu - View commit details
-
Copy full SHA for a45c796 - Browse repository at this point
Copy the full SHA a45c796View commit details
Commits on Sep 9, 2020
-
use specified costs when one of the strings is empty
If one of the strings is empty it's not correct to assume that the cost is the length of the other string since we the insertion and deletion costs are configurable and not necessarily 1.
Configuration menu - View commit details
-
Copy full SHA for 106489c - Browse repository at this point
Copy the full SHA 106489cView commit details
Commits on Sep 22, 2020
-
Merge pull request #20 from lanzkron/patch-2
use specified costs when one of the strings is empty
Configuration menu - View commit details
-
Copy full SHA for ff4e41f - Browse repository at this point
Copy the full SHA ff4e41fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c85f50 - Browse repository at this point
Copy the full SHA 9c85f50View commit details
Commits on Sep 24, 2020
-
Matthijs committed
Sep 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 10a589d - Browse repository at this point
Copy the full SHA 10a589dView commit details
Commits on Sep 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9d20a36 - Browse repository at this point
Copy the full SHA 9d20a36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7176567 - Browse repository at this point
Copy the full SHA 7176567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02174e4 - Browse repository at this point
Copy the full SHA 02174e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d7e321 - Browse repository at this point
Copy the full SHA 1d7e321View commit details
Commits on Dec 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 932952d - Browse repository at this point
Copy the full SHA 932952dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c2d578 - Browse repository at this point
Copy the full SHA 2c2d578View commit details
Commits on Dec 12, 2020
-
Merge pull request #24 from pajusmar/master
Added Python 3.9 to test matrix
Configuration menu - View commit details
-
Copy full SHA for 2c7835d - Browse repository at this point
Copy the full SHA 2c7835dView commit details
Commits on Dec 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2efcfe7 - Browse repository at this point
Copy the full SHA 2efcfe7View commit details
Commits on Sep 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 060e137 - Browse repository at this point
Copy the full SHA 060e137View commit details -
Merge pull request #29 from adamko147/adamko147-ngram
fix ngram distance for strings shorter than N
Configuration menu - View commit details
-
Copy full SHA for 0e7b9ec - Browse repository at this point
Copy the full SHA 0e7b9ecView commit details -
luozhouyang committed
Sep 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 060a51c - Browse repository at this point
Copy the full SHA 060a51cView commit details
Commits on Oct 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fca3b16 - Browse repository at this point
Copy the full SHA fca3b16View commit details -
Merge pull request #30 from tirkarthi/fix-assert
Refactor deprecated unittest aliases for Python 3.11 compatibility.
Configuration menu - View commit details
-
Copy full SHA for 115acaa - Browse repository at this point
Copy the full SHA 115acaaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.7...master