Textdistance Versions Save

📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.

4.6.2

3 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/life4/textdistance/compare/4.6.1...4.6.2

4.6.1

4 months ago

What's Changed

Full Changelog: https://github.com/life4/textdistance/compare/4.6.0...4.6.1

4.6.0

7 months ago

What's Changed

Potentially breaking:

The rest:

New Contributors

Full Changelog: https://github.com/life4/textdistance/compare/4.5.0...4.6.0

4.5.0

1 year ago

What's Changed

Full Changelog: https://github.com/life4/textdistance/compare/4.4.0...4.5.0

4.4.0

1 year ago

What's Changed

Full Changelog: https://github.com/life4/textdistance/compare/4.3.0...4.4.0

4.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/life4/textdistance/compare/4.2.2...4.3.0

v.4.2.1

3 years ago

#70

v.4.2.0

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

v.4.1.5

4 years ago

#38 #42 #43 #44

v4.1.0

5 years ago