Skip to content

openEO Python Client v0.49.0

Latest

Choose a tag to compare

@soxofaan soxofaan released this 01 Apr 14:31
· 28 commits to master since this release
Immutable release. Only release title and notes can be modified.

Added

  • Add is_one_of() to property_filter for compact building of an allow-list based property filter.
  • Add "ABDI1" and "ABDI2" to "extra-indices-dict.json" (#875)
  • Support for collection "queryables": more correct warnings when using property filtering in load_collection (#483)
  • Enrich AccessTokenResult with expires_in, (validated) token_type and scope (#881)
  • Added support for authorization_parameters in GET /credentials/oidc (#861)

Changed

  • MultiBackendJobManager: "queued_for_start" is now also considered for the queue limit of a backend.
  • testing.results.assert_job_results_allclose: normalize "derived_from" references for better signal-to-noise ratio in comparisons
  • MultiBackendJobManager: do job result downloading in a separate thread (#816)

Fixed

  • MultiBackendJobManager: status "queued_for_start" is no longer overwritten to "created" to allow consistent tracking of the job lifecycle and more accurate handling of job starting.
  • Support passing process graph abstractions (like DataCube) deeper than first argument level (#868)