Releases: life4/textdistance
Releases · life4/textdistance
4.6.3
What's Changed
- Fix spelling and add missing import by @ChristofKaufmann in #93
New Contributors
- @ChristofKaufmann made their first contribution in #93
Full Changelog: 4.6.2...4.6.3
4.6.2
4.6.1
What's Changed
- Remove abydos references from libraries.json by @juliangilbey in #91
Full Changelog: 4.6.0...4.6.1
4.6.0
What's Changed
Potentially breaking:
The rest:
- Remove executable bit from filesystem permissions of README.md by @musicinmybrain in #85
- Replace deprecated license_file with license_files in setup.cfg by @musicinmybrain in #87
- Github Actions by @orsinium in #89
- Update URL and name for python-Levenshtein by @musicinmybrain in #86
- Small fixes by @orsinium in #88
New Contributors
- @musicinmybrain made their first contribution in #85
Full Changelog: 4.5.0...4.6.0
4.5.0
4.4.0
4.3.0
What's Changed
- Ensure that maximum normalised distance is <= 1 and ... by @juliangilbey in #78
- Ignore inconsistent timings on some comparison tests by @juliangilbey in #79
- add support for rapidfuzz by @maxbachmann in #77
New Contributors
- @maxbachmann made their first contribution in #77
Full Changelog: 4.2.2...4.3.0
New abydos support
A lot of fixes, tests, Python 3 only support
- 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