All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Use pytest and pytest-cov as stactools does (#16).
PR #15 makes the following related changes:
- For CI, always install from requirements-dev.txt before installing stactools-planet.
- Pin stactools to 0.2.3 in requirements.txt for CI purposes.
- Remove Python 3.6 from project classifiers and from the CI matrix.
- Unpin stactools in setup.cfg.
- Pin yapf to 0.32.0 for CI purposes and add blank lines before class methods, the new yapf default.