Releases: chrislit/abydos
Releases · chrislit/abydos
ecgtheow
distant dietrich
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
classy carl
- 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
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