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
MultiBackendJobManager: add API to the update loop in a separate thread, allowing controlled interruption.
Changed
MultiBackendJobManager: changed job metadata storage API, to enable working with large databases
DataCube.apply_polygon(): rename polygons argument to geometries, but keep support for legacy polygons for now (#592, #511)
Disallow ambiguous single string argument in DataCube.filter_temporal() (#628)
Automatic adding of save_result from download() or create_job(): inspect whole process graph for pre-existing save_result nodes (related to #623, #401, #583)
Disallow ambiguity of combining explicit save_result nodes and implicit save_result addition from download()/create_job() calls with format (related to #623, #401, #583)
Fixed
apply_dimension with a target_dimension argument was not correctly adjusting datacube metadata on the client side, causing a mismatch.
Preserve non-spatial dimension metadata in aggregate_spatial (#612)