You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)