fuzzywuzzy v0.13.0 Release Notes

Release Date: 2016-11-01 // over 7 years ago
    • ๐Ÿ‘Œ Support alternate git status output. [Jose Diaz-Gonzalez]

    • โœ… Split warning test into new test file, added to travis execution on 2.6 / pypy3. [davidcellis]

    • โœ‚ Remove hypothesis examples database from gitignore. [davidcellis]

    • โž• Add check for warning to tests. [davidcellis]

    Reordered test imports

    • ๐Ÿšš Check processor and warn before scorer may remove processor. [davidcellis]

    • โœ… Renamed test - tidied docstring. [davidcellis]

    • โž• Add token ratios to the list of scorers that skip running full_process as a processor. [davidcellis]

    • Added tokex_sort, token_set to test. [davidcellis]

    • โœ… Test docstrings/comments. [davidcellis]

    Removed redundant check from test.

    • โž• Added py.test .cache/ removed duplicated build from gitignore. [davidcellis]

    • 0๏ธโƒฃ Added default_scorer, default_processor parameters to make it easier to change in the future. [davidcellis]

    Added warning if the processor reduces the input query to an empty string.

    • 0๏ธโƒฃ Rewrote extracts to explicitly use default values for processor and scorer. [davidcellis]

    • ๐Ÿ”„ Changed Hypothesis tests to use pytest parameters. [davidcellis]

    • โž• Added Hypothesis based tests for identical strings. [Ducksual]

    Added support for hypothesis to travis config. Hypothesis based tests are skipped on Python 2.6 and pypy3.

    Added .hypothesis/ folder to gitignore

    • โž• Added test for simple 'a, b' string on process.extractOne. [Ducksual]

    • ๐Ÿ–จ Process the query in process.extractWithoutOrder when using a scorer which does not do so. [Ducksual]

    Closes 139

    • Mention that difflib and levenshtein results may differ. [Jose Diaz- Gonzalez]

    Closes #128