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
Add command line tool openeo-auth token-clear to remove OIDC refresh token cache
Add support for OIDC device authorization grant without PKCE nor client secret,
(#225, openeo-api#410)
Add DataCube.dimension_labels() (EP-4008)
Add Connection.load_result() (EP-4008)
Add proper support for child callbacks in fit_curve and predict_curve (#229)
ProcessBuilder: Add support for array_element(data, n) through data[n] syntax (#228)
ProcessBuilder: Add support for eq and neq through == and != operators (EP-4011)
Add DataCube.validate() for process graph validation (EP-4012 related)
Add Connection.as_curl() for generating curl command to evaluate a process graph or DataCube from the command line
Add support in DataCube.download() to guess output format from extension of a given filename
Changed
Improve default handling of crs (and base/height) in filter_bbox: avoid explicitly sending null unnecessarily
(#233).
Update documentation/examples/tests: EPSG CRS in filter_bbox should be integer code, not string
(#233).
Raise ProcessGraphVisitException from ProcessGraphVisitor.resolve_from_node() (instead of generic ValueError)
DataCube.linear_scale_range is now a shortcut for DataCube.apply(lambda x:x.x.linear_scale_range( input_min, input_max, output_min, output_max)).
Instead of creating an invalid process graph that tries to invoke linear_scale_range on a datacube directly.
Nicer error message when back-end does not support basic auth (#247)
Removed
Remove unused and outdated (0.4-style) File/RESTFile classes (#115)