File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### v0.18.1
4+ #### Fixed
5+ - Indel.normalized_similarity was broken in RapidFuzz v2.0.0 (see #20 )
6+
37### v0.18.0
48#### Fixed
59* Fixed memory leak in error path of setratio
Original file line number Diff line number Diff line change 2222author = 'Max Bachmann'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.18.0 '
25+ release = '0.18.1 '
2626
2727# -- General configuration ---------------------------------------------------
2828
Original file line number Diff line number Diff line change 55
66setup (
77 name = "Levenshtein" ,
8- version = "0.18.0 " ,
8+ version = "0.18.1 " ,
99 url = "https://github.com/maxbachmann/Levenshtein" ,
1010 author = "Max Bachmann" ,
11- install_requires = ["rapidfuzz >= 2.0, < 3.0" ],
11+ install_requires = ["rapidfuzz >= 2.0.1 , < 3.0 .0" ],
1212 author_email = "contact@maxbachmann.de" ,
1313 description = "Python extension for computing string edit distances and similarities." ,
1414 long_description = readme ,
Original file line number Diff line number Diff line change 1616
1717__author__ = "Max Bachmann"
1818__license__ = "GPL"
19- __version__ = "0.18.0 "
19+ __version__ = "0.18.1 "
2020
2121from rapidfuzz .distance .Levenshtein import distance
2222from rapidfuzz .distance .Indel import normalized_similarity as ratio
You can’t perform that action at this time.
0 commit comments