Recent Releases of textdistance
textdistance - 4.6.3
What's Changed
- Fix spelling and add missing import by @ChristofKaufmann in https://github.com/life4/textdistance/pull/93
New Contributors
- @ChristofKaufmann made their first contribution in https://github.com/life4/textdistance/pull/93
Full Changelog: https://github.com/life4/textdistance/compare/4.6.2...4.6.3
- Python
Published by orsinium over 1 year ago
textdistance - 4.6.2
What's Changed
- Levenstein: ensure the return type is int by @KKGBiz in https://github.com/life4/textdistance/pull/92
New Contributors
- @KKGBiz made their first contribution in https://github.com/life4/textdistance/pull/92
Full Changelog: https://github.com/life4/textdistance/compare/4.6.1...4.6.2
- Python
Published by orsinium almost 2 years ago
textdistance - 4.6.1
What's Changed
- Remove abydos references from libraries.json by @juliangilbey in https://github.com/life4/textdistance/pull/91
Full Changelog: https://github.com/life4/textdistance/compare/4.6.0...4.6.1
- Python
Published by orsinium about 2 years ago
textdistance - 4.6.0
What's Changed
Potentially breaking: * Drop abydos by @orsinium in https://github.com/life4/textdistance/pull/90
The rest: * Remove executable bit from filesystem permissions of README.md by @musicinmybrain in https://github.com/life4/textdistance/pull/85 * Replace deprecated licensefile with licensefiles in setup.cfg by @musicinmybrain in https://github.com/life4/textdistance/pull/87 * Github Actions by @orsinium in https://github.com/life4/textdistance/pull/89 * Update URL and name for python-Levenshtein by @musicinmybrain in https://github.com/life4/textdistance/pull/86 * Small fixes by @orsinium in https://github.com/life4/textdistance/pull/88
New Contributors
- @musicinmybrain made their first contribution in https://github.com/life4/textdistance/pull/85
Full Changelog: https://github.com/life4/textdistance/compare/4.5.0...4.6.0
- Python
Published by orsinium over 2 years ago
textdistance - 4.5.0
What's Changed
- Run Python 3.10 tests on CI by @orsinium in https://github.com/life4/textdistance/pull/80
- Type annotations by @orsinium in https://github.com/life4/textdistance/pull/82
- Add new DamerauLevenshtein... classes by @juliangilbey in https://github.com/life4/textdistance/pull/84
Full Changelog: https://github.com/life4/textdistance/compare/4.4.0...4.5.0
- Python
Published by orsinium over 3 years ago
textdistance - 4.4.0
What's Changed
- update rapidfuzz by @maxbachmann in https://github.com/life4/textdistance/pull/83
Full Changelog: https://github.com/life4/textdistance/compare/4.3.0...4.4.0
- Python
Published by orsinium over 3 years ago
textdistance - 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
- Python
Published by orsinium over 3 years ago
textdistance - 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
externalargument even if they have no known external libs support. - CI and releases are powered by DepHell
- Python
Published by orsinium almost 6 years ago
textdistance - NCD
- Normalized compression distance algorithms that really works. Realization was discussed with NCD author.
- MIT license
- All code tested on PyPy 3.5
- Strict Flake8 rules to make source code reading easier for you.
- Python
Published by orsinium almost 7 years ago
textdistance -
- optional dependencies support
- benchmarks
- faster Levenshtein and Damerau-Levenshtein
- tox powered tests
- Python
Published by orsinium almost 8 years ago
textdistance - So many algos and new good interfaces
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.
- Python
Published by orsinium about 8 years ago