fuzzywuzzy v0.5.0 Release Notes

Release Date: 2015-02-04 // about 9 years ago
    • ๐Ÿ›  FIX: 0.4.0 is released, no need to specify 0.3.1 in README. [Josh Warner (Mac)]

    • ๐Ÿ›  Fixed a small typo. [Rostislav Semenov]

    • 0๏ธโƒฃ Reset processor and scorer defaults to None with argument checking. [foxxyz]

    • Catch generators without lengths. [Jeremiah Lowin]

    • ๐Ÿ›  Fixed python3 issue and deprecated assertion method. [foxxyz]

    • ๐Ÿ›  Fixed some docstrings, typos, python3 string method compatibility, some errors that crept in during rebase. [foxxyz]

    • [mod] The lamdba in extract is not needed. [Olivier Le Thanh Duong]

    [mod] Pass directly the defaults functions in the args

    [mod] itertools.takewhile() can handle empty list just fine no need to test for it

    [mod] Shorten extractOne by removing double if

    [mod] Use a list comprehention in extract()

    [mod] Autopep8 on process.py

    [doc] Document make_type_consistent

    [mod] bad_chars shortened

    [enh] Move regex compilation outside the method, otherwhise we don't get the benefit from it

    [mod] Don't need all the blah just to redefine method from string module

    [mod] Remove unused import

    [mod] Autopep8 on string_processing.py

    [mod] Rewrote asciidammit without recursion to make it more readable

    [mod] Autopep8 on utils.py

    [mod] Remove unused import

    [doc] Add some doc to fuzz.py

    [mod] Move the code to sort string in a separate function

    [doc] Docstrings for WRatio, UWRatio

    • โž• Add note on which package to install. Closes #67. [Jose Diaz-Gonzalez]