Textdistance

Latest version: v4.6.3

Safety actively analyzes 682244 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

4.3.0

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

4.1.0

+ [Normalized compression distance](https://articles.life4web.ru/eng/ncd/) algorithms that really works. Realization [was discussed](https://github.com/orsinium/textdistance/issues/21) with NCD author.
+ MIT license

3.5

+ Strict Flake8 rules to make source code reading easier for you.

3.0.0

+ optional dependencies support
+ benchmarks
+ faster Levenshtein and Damerau-Levenshtein
+ tox powered tests

2.0.1

Global project update! Old interface has been saved, but deprecated.

Now project contain 30+ algorithms separated by categories and with common intuitive interfaces and default parameters.

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.