Skip to content

Releases: chrislit/abydos

ecgtheow

10 Jan 23:49
c2a3b6c
Compare
Choose a tag to compare

Version 0.5.0 removes Python 2.7 support.

distant dietrich

07 Jan 22:07
547e132
Compare
Choose a tag to compare

Version 0.4.1 includes 18 new distance measures, 5 new string fingerprints, 2 new phonetic algorithms, along with numerous bugfixes. This will be the final version of Abydos to support Python 2.7.

dietrich

30 May 19:41
Compare
Choose a tag to compare

Version 0.4.0 focuses on new distance measures (adding 211 of them) and tokenizers (adding 12). Three non-crisp intersection types are also added for token-based distance measures.

classy carl

18 Nov 01:18
db03af2
Compare
Choose a tag to compare
  • Most functions were encapsulated into classes.
  • Each class is broken out into its own file, with test files paralleling
    library files.
  • Documentation was converted from Sphinx markup to Numpy style.
  • A tutorial was written for each subpackage.
  • Documentation was cleaned up, with math markup corrections and many
    additional links.

cantankerous carl

31 Oct 16:42
6d0c88b
Compare
Choose a tag to compare

Version 0.3.5 focuses on refactoring the whole project. The API itself remains
largely the same as in previous versions, but underlyingly modules have been
split up. Essentially no new features are added (bugfixes aside) in this
version.

Changes:

  • Refactored library and tests into smaller modules
  • Broke compression distances (NCD) out into separate functions
  • Adopted Black code style
  • Added pyproject.toml to use Poetry for packaging (but will continue using setuptools and setup.py for the present)
  • Minor bug fixes

carl

15 Oct 08:05
Compare
Choose a tag to compare

This release focuses on additional phonetic algorithms, but does add numerous distance measures, fingerprints, and even a few stemmers. See HISTORY.rst for full details.

berthold

28 May 05:01
Compare
Choose a tag to compare

.phonetic is complete with 100% branch coverage.

albrecht

28 May 05:02
Compare
Choose a tag to compare

First PyPI release