Skip to content

Commit 0b00c79

Browse files
authored
release: v0.5.7
## [0.5.7] - 2025-03-28 ### Added - `datacube` drop duplicated items and keep first item per default. ### Changed - `deduplicate_items` renamed to `drop_duplicates` in search, now supports "first" or "last". Default is `False` (means don't drop anything). ### Fixed - Requirement forces `dask<2025.3.0` due to odc-stac wrong import of `quote`. - Issue when `resampling` and non-native cloudmask in datacube. - Issue with `rescale` when different scale/offset over time.
2 parents 665d3e9 + 42d7725 commit 0b00c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

earthdaily/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__all__ = ["options"]
1313

14-
__version__ = "0.5.6"
14+
__version__ = "0.5.7"
1515

1616

1717
def EarthDataStore(

0 commit comments

Comments
 (0)