All notable changes to this software will be documented in this file.
The format is based on Keep a Changelog.
Please maintain both this file AND the README.md
file.
- Added
PyPI
version andMIT
license badges toREADME.md
- Added
pytest-cov
with default options to assess documentation - Added
isort
to.pre-commit-config.yaml
to sort import consistency - Added
pycln
to.pre-commit-config.yaml
to check unused imports - Added
pycln
configuration topyproject.toml
- Added
alto2txt
as a command line script inpyproject.toml
- Switch from
Apache v2.0
license toMIT
license, inline with project recommendations. - Updated
mypy
in.pre-commit-config.yaml
- Replace
extract_publications_text.py
with thealto2txt
command line interface
script specified inpyproject.toml
setup.py
requirements.txt
- Fixed
python = ">3.6.0"
inpyproject.toml
rather than>3.7
for consistency with documentation - Fixed licensing ambiguity (now all should be
MIT
) - Fixed typos in
README.md
- Fixed surperflous imports via
pycln
inpre-commit
- Added this changelog file.
- Established use of Semantic Versioning for this project.
- Added a separate
CONTRIBUTING.md
doc for software developers notes. - Added a separate copyright notice for example datasets
For changes prior to the introduction of this changelog, see the README.md file at that point in time.