Skip to content

Client release v1.4.0

Compare
Choose a tag to compare
@sdelany2 sdelany2 released this 20 Aug 19:44
· 633 commits to master since this release

Catalog client

  • Example code has been cleaned up.

Workflows (channel v0-16) - Added

  • Sharing of any Workflows object as a Workflow with version and access control. Browse through shared Workflows with the wf.flows browser widget.
  • Upload images to the DL catalog from Workflows jobs. Usage details can be found in the docs.
  • wf.np.median
  • Job.cancel() to cancel running jobs.
  • Transient failures in Jobs are automatically retried, resulting in fewer errors.
  • Search widget on wf.map by default.

Workflows - Fixed

  • Bitwise operations on imagery no longer fail
  • wf.np.linspace no longer fails when being called correctly
  • .median is slightly less prone to OOM errors

Workflows - Changed

  • Array.to_imagery now accepts KnownDict for bandinfo and properties.
  • Numbers can now be constructed from Strs