Skip to content

Commit d389f8a

Browse files
committed
Release 2025.11.0
1 parent 5079eee commit d389f8a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ Changelog
33
#########
44

55

6+
2025.11.0 - 2025-11-18
7+
----------------------
8+
9+
* core
10+
11+
* driver configuration: replace `archive` with `source` (#17)
12+
* `Sentinel-2` driver configuration: (#17)
13+
* removed `archive`, `cat_baseurl` and `max_cloud_cover` parameters
14+
* `Sentinel2Source`: new configuration element to customize a source
15+
* `EarthSearch` `sentinel-2-c1-l2a` collection is now the default
16+
* removed `archives`, `known_catalogs`, `platforms.sentinel2.archives` modules (#17)
17+
* `io.items.get_item_property()`: added `default` kwarg which behaves similar to `dict.get()`; `property` now also accepts a tuple of strings which are checked in that order and the first matching property is being returned (#17)
18+
* `io.path.asset_mpath()`: `asset` now accepts a tuple of strings and the first matching asset path is being returned (#17)
19+
* `platforms.sentinel2`: added `preconfigured_sources` module which holds all custom mapper functions between collections and data/metadata archives (#17)
20+
* removed `platforms.sentinel2.path_mappers` module (#17)
21+
* removed `geometry` module (#17)
22+
* make `time` parameter optional (#17)
23+
* `settings`: add `lazy_load_stac_items` option (#17)
24+
25+
* packaging
26+
27+
* added `cql2` to dependencies (#17)
28+
29+
630
2025.10.1 - 2025-10-14
731
----------------------
832

mapchete_eo/__init__.py

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

0 commit comments

Comments
 (0)