Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

47 lines (32 loc) · 1.3 KB

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.

[v0.2.3] - 2019-01-21

Removed

  • Dependency of scikit-image

Fixed

  • Failed doc builds due to missing satsearch and rasterio dependency

[v0.2.2] - 2019-12-06

Added

  • Support for satstac.ItemCollection objects. This faciliates integration with STAC search APIs like sat-search.

v0.2.1 - 2019-10-31

Fixed

  • Intake entrypoint warnings

Added

  • DOC: Setup readthedocs integration
  • DOC: Add basic tutorial to documentation
  • Style: Black code formatting

v0.2.0 - 2019-10-08

Fixed

  • Added missing requirements (intake-xarray, scikit-image)
  • Add manifest to fix install

Added

  • Allow stacking of assets into a single xarray
  • Updated documentation including contributing doc, readme updates
  • Changelog format now uses Keep a Changelog

v0.1.0 - 2019-05-24

Initial Release