Skip to content

v1.5.0

Compare
Choose a tag to compare
@duckontheweb duckontheweb released this 22 Jul 13:13
· 498 commits to main since this release

Added

  • Enum MediaType entry for PDF documents (#758)
  • Enum MediaType entry for HTML documents (#816)
  • Updated Link to obtain stac_io from owner root (#762)
  • Replace test.com with special-use domain name. (#769)
  • Updated AssetDefinition to have create, apply methods (#768)
  • Add Grid Extension support (#799)
  • Rich HTML representations for Jupyter Notebook display (#743)
  • Add assets argument to Item and Collection init methods to allow adding Assets during object initialization (#834)

Changed

  • Updated Raster Extension from v1.0.0 to v1.1.0 (#809)

Fixed

  • Mutating Asset.extra_fields on a cloned Asset also mutated the original asset (#826)
  • "How to create STAC catalogs" tutorial (#775)
  • Add a variables argument, to accompany dimensions, for the apply method of stac objects extended with datacube (#782)
  • Deepcopy collection properties on clone. Implement clone method for Summaries (#794)
  • Collection assets are now preserved when using Collection.clone (#834)
  • Docstrings for StacIO.read_text and StacIO.write_text now match the type annotations for the source argument. (#835)
  • UTC timestamps now always have tzutc timezone even when system timezone is set to UTC. (#848)

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0