0.20.0 (2023-05-31) Breaking Changes BREAKING CHANGES: Switching from resolution to pixel_size to avoid confusion about the definitions (especially for SAR data) (#82) BREAKING CHANGES: load function now returns a xarray.Dataset (#88) Bug Fixes FIX: Collocate bands before trying to create spectral indices: resolve the case where their size mismatches (i.e. in case of window or change of native pixel size) FIX: Landsat band masking when specifying a custom resolution and a custom window FIX: Round the default pixel_size of custom stacks FIX: Convert some fields of STAC items from non JSON serializable dtypes to correct ones FIX: Fix erroneous property set to _get_raw_crs for Maxar products Other ENH: Don't load data into memory when com...