Skip to content

v1.3.0

Compare
Choose a tag to compare
@duckontheweb duckontheweb released this 19 Jan 00:47
· 609 commits to main since this release

Added

  • Type annotations for instance attributes on all classes (#705)
  • extensions.datacube.Variable.to_dict method (#699])
  • Clarification of possible errors when using .ext to extend an object (#701)
  • Downloadable documentation as zipped HTML (#715)

Removed

  • Downloadable documentation in ePub format (#715)

Changed

  • Reorganize docs and switch to PyData theme (#687)

Fixed

  • Quickstart tutorial is now up-to-date with all package changes (#674)
  • Creating absolute URLs from absolute URLs (#697])
  • Serialization error when using pystac.extensions.file.MappingObject (#700)
  • Use PropertiesExtension._get_property to properly set return type in TableExtension (#712)
  • DatacubeExtension.variables now has a setter (#699])
  • Landsat STAC tutorial is now up-to-date with all package changes (#692)
  • Paths to sub-catalog files when using Catalog.save (#714)
  • Link to PySTAC Introduction tutorial in tutorials index page (#719)