Skip to content

openEO Python Client v0.42.0

Choose a tag to compare

@soxofaan soxofaan released this 28 May 09:13
· 129 commits to master since this release

Added

  • openeo.testing.io.TestDataLoader: unit test utility to compactly load (and optionally preprocess) tests data (text/JSON/...)
  • openeo.Connection: automatically retry API requests on 429 Too Many Requests HTTP errors, with appropriate delay if possible (#441)
  • Introduced pixel_tolerance argument in openeo.testing.results helpers to specify the ignorable fraction of significantly differing pixels. (#776)
  • BatchJob.start_and_wait(): add require_success argument (on by default) to control whether an exception should be raised automatically on job failure.

Changed

  • DataCube.apply_dimension(): not explicitly specifying the dimension argument is deprecated and will trigger warnings (#774)
  • BatchJob.start_and_wait(): all arguments must be specified as keyword arguments to eliminate the risk of positional mix-ups between all its heterogeneous arguments and flags.