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
DataCube.save_result() (and related methods) now return a SaveResult/StacResource object instead of another DataCube object to be more in line with the official save_result specification (#402, #720)
Deprecate BatchJob.run_synchronous in favor of BatchJob.start_and_wait (#570).
Fixed
Fix incompatibility problem when combining load_stac and resample_spatial (#737)