TextDistance v4.2.0 Release Notes

Release Date: 2020-04-13 // about 4 years ago
    • ๐Ÿš€ Drop Python 2 support. We follow the official Python release cycle. Now CI runs for Python 3.6+. For 3.4 and 3.5 everything should still work but consider migration, it shouldn't be hard.
    • โœ… We've migrated tests on pytest+hypothesis. It helped us to find a lot of bugs.
    • ๐Ÿ›  Some fixes: a bug in Damerau-Levenshtein, normalization in Smith-Waterman, fix support for some unicode chars in Soundex.
    • ๐Ÿ‘ All classes now accept external argument even if they have no known external libs support.
    • ๐Ÿš€ CI and releases are powered by DepHell

Previous changes from v4.1.5