fuzzywuzzy v0.16.0 Release Notes

Release Date: 2017-12-18 // over 6 years ago

    โž• Add punctuation characters back in so process does something.
    [davidcellis]

    Simpler alphabet and even fewer examples. [davidcellis]

    Fewer examples and larger deadlines for Hypothesis. [davidcellis]

    Slightly more examples. [davidcellis]

    โœ… Attempt to fix the failing 2.7 and 3.6 python tests. [davidcellis]

    Readme: add link to C++ port. [Lizard]

    ๐Ÿ›  Fix tests on Python 3.3. [Jon Banafato]

    Modify tox.ini and .travis.yml to install enum34 when running with
    โœ… Python 3.3 to allow hypothesis tests to pass.

    Normalize Python versions. [Jon Banafato]

    • Enable Travis-CI tests for Python 3.6
    • Enable tests for all supported Python versions in tox.ini
    • Add Trove classifiers for Python 3.4 - 3.6 to setup.py

    ๐Ÿ‘ Note: Python 2.6 and 3.3 are no longer supported by the Python core
    ๐Ÿ‘ team. Support for these can likely be dropped, but that's out of scope
    for this change set.

    ๐Ÿ›  Fix typos. [Sven-Hendrik Haase]