What's Changed
* Ensure that maximum normalised distance is <= 1 and ... by juliangilbey in https://github.com/life4/textdistance/pull/78
* Ignore inconsistent timings on some comparison tests by juliangilbey in https://github.com/life4/textdistance/pull/79
* add support for rapidfuzz by maxbachmann in https://github.com/life4/textdistance/pull/77
New Contributors
* maxbachmann made their first contribution in https://github.com/life4/textdistance/pull/77
**Full Changelog**: https://github.com/life4/textdistance/compare/4.2.2...4.3.0
v.4.2.1
70
v.4.2.0
+ 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](https://github.com/dephell/dephell)
v.4.1.5
38 42 43 44