Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 1.43 KB

Changelog

0.2.1 (2021-05-07)

Support xarray 0.18 and beyond, as well as looser version requirements for some other dependencies.

0.2.0 (2021-05-05)

Call stackstac.show to render DataArrays in interactive ipyleaflet maps in your notebook! See this example for more.

  • mosaic function
  • Exposed some assorted handy geospatial ops
  • More robustly get band metadata (if one Item is missing some asset metadata, just ignore it instead of dropping the whole thing)
  • Fixed occasional ValueError: conflicting sizes for dimension
  • Resolved issue where timestamps became integers
  • Support pystac-client ItemCollections
  • Minimum Python version is now (accurately) 3.8. Stackstac would have failed upon import on 3.7 before.

0.1.1 (2021-04-16)

  • Passing a gdal_env now works when using a distributed cluster (before, you got a pickle error when calling .compute())
  • Many typos fixed, thanks @kylebarron and @RichardScottOZ!

0.1.0 (2021-03-10)

Initial release 🎉