Releases: luozhouyang/python-string-similarity
Releases · luozhouyang/python-string-similarity
Release v0.2.1
Updates:
- Fixed #28 Thanks to @adamko147
Release v0.2.0
Updates:
- Build package for python 3.9
Release v0.1.9
Updates:
- Add SIFT4
Release v0.1.8
Updates:
- Rename variables
- Use specified costs in
weighted_levenshtein
when one of the string is empty
Release v0.1.7
Updates:
- Simplify weight calculation of
WeightedLevenshtein
, usefunctions
instead ofClass
orObjects
Release v0.1.6
Updates:
- Fix code style with
flake8
- Integrating GitHub Actions
Release v0.1.5
Updates:
- Fixed #18, remove
numpy
.
Release v0.1.4
Changes:
- Fixed #13
- Adding
Overlap Coefficient
(thanks to @gokhanercan )
Release v0.1.3
Fixed some bugs.
Release v0.1.2
Changes:
- Fixed ZeroDivisionError in ShingleBased algorithms
- Rename package from similarity to strsimpy