fuzzywuzzy v0.3.3 Release Notes

Release Date: 2014-10-22 // over 9 years ago
    • Fixed issue #59 - "partial" parameter for _token_set() is now honored. [Юрий Пайков]

    • Catch generators without lengths. [Jeremiah Lowin]

    • ✂ Remove explicit check for lists. [Jeremiah Lowin]

    The logic in process.extract() should support any Python sequence/iterable. The explicit check for lists is unnecessary and limiting (for example, it forces conversion of generators and other iterable classes to lists).