Skip to content

openEO Python Client v0.52.0

Latest

Choose a tag to compare

@soxofaan soxofaan released this 08 Sep 09:36
· 3 commits to master since this release
Immutable release. Only release title and notes can be modified.

Added

  • Added AGENTS.md with guidance for AI coding agents contributing to this project, including a request to disclose AI assistance in PRs (#923)
  • Add a py.typed to indicate to type checkers that the package contains type annotations.
  • Support document based "derived_from" links in openeo.testing.results (#928)
  • Add JobResults.download_as_collection() (experimental) to download job results as a self-contained STAC collection with rewritten hrefs, including a template system to fine-tune file names and paths (#931)

Changed

  • Lookup collection queryables only when property filtering is actually used in load_collection (#926)

Fixed

  • Clarify UDF documentation on required function type annotations. (#757)
  • OidcProviderInfo no longer drops requested OIDC scopes (including the "offline_access" scope used for refresh tokens) that are not listed in the provider's scopes_supported discovery field, which made it impossible to authenticate against such providers. (#930)