textdistance

📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.

MIT License

Stars
3.3K
Committers
13

Bot releases are visible (Hide)

textdistance - 4.6.2 Latest Release

Published by orsinium 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/life4/textdistance/compare/4.6.1...4.6.2

textdistance - 4.6.1

Published by orsinium 10 months ago

What's Changed

Full Changelog: https://github.com/life4/textdistance/compare/4.6.0...4.6.1

textdistance - 4.6.0

Published by orsinium about 1 year ago

What's Changed

Potentially breaking:

The rest:

New Contributors

Full Changelog: https://github.com/life4/textdistance/compare/4.5.0...4.6.0

textdistance - 4.5.0

Published by orsinium about 2 years ago

What's Changed

Full Changelog: https://github.com/life4/textdistance/compare/4.4.0...4.5.0

textdistance - 4.4.0

Published by orsinium about 2 years ago

What's Changed

Full Changelog: https://github.com/life4/textdistance/compare/4.3.0...4.4.0

textdistance - 4.3.0

Published by orsinium over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/life4/textdistance/compare/4.2.2...4.3.0

textdistance - New abydos support

Published by orsinium over 3 years ago

#70

textdistance - A lot of fixes, tests, Python 3 only support

Published by orsinium over 4 years ago

  • 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
textdistance - Fixes

Published by orsinium about 5 years ago

#38 #42 #43 #44

textdistance - NCD

Published by orsinium over 5 years ago

textdistance -

Published by orsinium over 6 years ago

  • optional dependencies support
  • benchmarks
  • faster Levenshtein and Damerau-Levenshtein
  • tox powered tests
textdistance - So many algos and new good interfaces

Published by orsinium over 6 years ago

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.

Package Rankings
Top 5.84% on Proxy.golang.org
Badges
Extracted from project README
Build Status PyPI version Status License
Related Projects