All Versions
5
Latest Version
Avg Release Cycle
198 days
Latest Release
1471 days ago

Changelog History

  • v4.2.0 Changes

    April 13, 2020
    • ๐Ÿš€ 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
  • v4.1.5 Changes

    October 03, 2019
  • v4.1.0 Changes

    March 09, 2019
  • v3.0.0 Changes

    March 31, 2018
    • ๐Ÿ‘ optional dependencies support
    • benchmarks
    • faster Levenshtein and Damerau-Levenshtein
    • โœ… tox powered tests
  • v2.0.1 Changes

    February 10, 2018

    โšก๏ธ Global project update! Old interface has been saved, but deprecated.

    0๏ธโƒฃ Now project contain 30+ algorithms separated by categories and with common intuitive interfaces and default parameters.