Skip to content

Commit b0bc683

Browse files
committed
Release 2025.10.1
1 parent 77c27ba commit b0bc683

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
620
2025.10.0 - 2025-10-06
721
----------------------
822

mapchete_eo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2025.10.0"
1+
__version__ = "2025.10.1"

0 commit comments

Comments
 (0)