Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 853 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 853 Bytes

Changelog

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.

[0.2.0] - 2021-01-25

Changed

  • 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.