Skip to content

Version 0.5.5

Compare
Choose a tag to compare
@lossyrob lossyrob released this 11 Mar 17:39
01b8ce6

Added

  • Added support for STAC file extension (#270)

Fixed

  • Fix handling of optional properties when using apply on view extension (#259)
  • Fixed issue with setting None into projection extension fields that are not required breaking validation (#269)
  • Remove unnecessary deepcopy calls in to_dict methods to avoid costly overhead (#273)

Changed

  • Subclass relevant classes from enum.Enum. This allows iterating over the class' contents. The __str__ method is overwritten so this should not break backwards compatibility. (#261)
  • Extract method to correctly handle setting properties in Item/Asset for ItemExtensions (#272)