Skip to content

Commit 660c972

Browse files
Release 0.2.0
1 parent c650332 commit 660c972

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88

99
### 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+
1211
### Changed
1312

1413
### Removed
1514

1615
### Fixed
1716

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`
1830

1931
## [0.1.0] - 2024-06-21
2032

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = [
1313

1414
[project]
1515
name = "openeo_gfmap"
16-
version = "0.2.0a1"
16+
version = "0.2.0"
1717
authors = [
1818
{ name="Darius Couchard" },
1919
{ name="Vincent Verelst" },

0 commit comments

Comments
 (0)