Skip to content

Releases: life4/textdistance

4.6.2

24 Apr 11:36
Compare
Choose a tag to compare

What's Changed

  • Levenstein: ensure the return type is int by @KKGBiz in #92

New Contributors

Full Changelog: 4.6.1...4.6.2

4.6.1

29 Dec 09:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.6.0...4.6.1

4.6.0

28 Sep 08:32
Compare
Choose a tag to compare

What's Changed

Potentially breaking:

The rest:

New Contributors

Full Changelog: 4.5.0...4.6.0

4.5.0

18 Sep 07:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.4.0...4.5.0

4.4.0

21 Aug 07:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.4.0

4.3.0

29 Jun 12:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.2...4.3.0

New abydos support

29 Jan 09:04
Compare
Choose a tag to compare

A lot of fixes, tests, Python 3 only support

13 Apr 10:17
Compare
Choose a tag to compare
  • 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

Fixes

03 Oct 11:38
Compare
Choose a tag to compare

NCD

09 Mar 18:14
Compare
Choose a tag to compare
NCD