Skip to content

Commit a117d38

Browse files
committed
add changes to CHANGELOG, bump version to 2025.7.0
1 parent 83dd275 commit a117d38

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,35 @@ Changelog
33
#########
44

55

6+
2025.7.0 - 2025-07-30
7+
----------------------
8+
9+
* Migrated public repository at: `https://github.com/mapchete/mapchete-eo`
10+
* Package name changed from `mapchete_eo` to `mapchete-eo`; python module still with underscore `from mapchete_eo import *`
11+
12+
* core
13+
14+
* added/implemented `CDSESearch(STACSearchCatalog)` as search
15+
* added following archive options to utilize the CDSE seach, the `S2CDSE_AWSJP2` searches at CDSE, but reads from `AWS Open Data Sentinel-2`,
16+
`S2CDSE_JP2` searches and reads data both from CDSE (needs to have correct asset names given for reading):
17+
18+
* `S2CDSE_AWSJP2 = AWSL2AJP2CSDE`
19+
* `S2CDSE_JP2 = CDSEL2AJP2CSDE`
20+
21+
* CI/CD
22+
23+
* `.github/workflows/` for running tests and publishing the `mapchete-eo` releases via hatch to `pypi`
24+
* removed double dependency files, now dependencies are defined in `pyproject.toml`
25+
26+
627
2025.5.0 - 2025-05-19
728
----------------------
829

930
* core
1031

11-
* set `clip_to_crs_bounds=False` in `reproject_geometry` of `platforms.sentinel2.product` `footprint_nodata_mask()` as if clipped and at CRS border it will for some reason clip products; this make footprits too large or missprojected
32+
* set `clip_to_crs_bounds=False` in `reproject_geometry` of `platforms.sentinel2.product` `footprint_nodata_mask()` as if clipped and at CRS border it will for some reason clip products; this make footprints too large or missprojected
1233
* This can also be due to smaller CRS bounds (from `pyproj`) than mapchete Grid Pyramid definition
13-
* use `|` in `platforms.sentinel2.product` `get_mask()` fuction to preserve `bool` types while going through masks
34+
* use `|` in `platforms.sentinel2.product` `get_mask()` function to preserve `bool` types while going through masks
1435
* fix `first` Slice product reading logic, also make `average` for read_products and `all` for `read_masks` to only use products that are not fully masked
1536

1637
* CI/CD

mapchete_eo/__init__.py

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

0 commit comments

Comments
 (0)