Skip to content

0.26.0

Compare
Choose a tag to compare
@chrieke chrieke released this 09 Nov 11:55
· 308 commits to master since this release
13e39a4
  • Remove Python version upper bound, this will enable immediate but untested installation with any new Python version.
  • Changes to workflow.construct_parameters:
    • Deprecates the assets parameter (list of asset objects), instead use asset_ids (list of asset_ids).
    • Removes limitation of using only assets originating from blocks, now also supports assets from catalog &
      tasking.
    • In addition to required parameters, now adds all optional parameters that have default values.
  • tasking.construct_order_parameters now accepts a Point feature (e.g. use with Blacksky).
  • Fix: get_data_products with basic=False now correctly returns only tasking OR catalog products.
  • The up42 object now correctly does not give access to third party imports anymore (restructured init module).