File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased]
8
8
9
9
### Added
10
- - Added support for ` FetchType.POINT ` in Sentinel-1 orbit state selection
11
- - Added CPU, max-executor-memory and duration metadata in job tracker
10
+
12
11
### Changed
13
12
14
13
### Removed
15
14
16
15
### Fixed
17
16
17
+ ## [ 0.2.0] - 2024-10-10
18
+
19
+ ### Added
20
+ - Added support for ` FetchType.POINT ` in Sentinel-1 orbit state selection
21
+ - Added CPU, max-executor-memory and duration metadata in job tracker
22
+ - Generic fetchers now accept STAC collections
23
+ - Added ` split_collection_by_epsg ` helper function
24
+ ### Changed
25
+ - Job splitters now return original geometries instead of the centroids
26
+ ### Removed
27
+
28
+ ### Fixed
29
+ - CRS warnings removed from ` split_job_s2grid `
18
30
19
31
## [ 0.1.0] - 2024-06-21
20
32
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ exclude = [
13
13
14
14
[project ]
15
15
name = " openeo_gfmap"
16
- version = " 0.2.0a1 "
16
+ version = " 0.2.0 "
17
17
authors = [
18
18
{ name =" Darius Couchard" },
19
19
{ name =" Vincent Verelst" },
You can’t perform that action at this time.
0 commit comments