File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ Changelog
33#########
44
55
6+ 2025.10.1 - 2025-10-14
7+ ----------------------
8+
9+ * core
10+
11+ * `array.convert.to_masked_array() `: add `out_dtype ` kwarg (#11)
12+ * `base.EODataCube `: enable reading area subsets of input cubes (added `read_mask ` kwarg to read functions) (#11)
13+ * `base.EODataCube `: add `area_pixelbuffer ` (#11)
14+ * `io.levelled_cubes.read_levelled_cube_to_np_array() `: add `read_mask ` kwarg (#11)
15+ * `io.products.merge_products() `: fix `fill_value ` on output array (#11)
16+ * `sort `: add `CloudCoverSort ` (#11)
17+ * `search.stac_search `: lazy load `pystac_client.Client ` (#11)
18+
19+
6202025.10.0 - 2025-10-06
721----------------------
822
Original file line number Diff line number Diff line change 1- __version__ = "2025.10.0 "
1+ __version__ = "2025.10.1 "
You can’t perform that action at this time.
0 commit comments