Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVerelst committed Oct 10, 2024
1 parent c650332 commit 660c972
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Added support for `FetchType.POINT` in Sentinel-1 orbit state selection
- Added CPU, max-executor-memory and duration metadata in job tracker

### Changed

### Removed

### Fixed

## [0.2.0] - 2024-10-10

### Added
- Added support for `FetchType.POINT` in Sentinel-1 orbit state selection
- Added CPU, max-executor-memory and duration metadata in job tracker
- Generic fetchers now accept STAC collections
- Added `split_collection_by_epsg` helper function
### Changed
- Job splitters now return original geometries instead of the centroids
### Removed

### Fixed
- CRS warnings removed from `split_job_s2grid`

## [0.1.0] - 2024-06-21

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = [

[project]
name = "openeo_gfmap"
version = "0.2.0a1"
version = "0.2.0"
authors = [
{ name="Darius Couchard" },
{ name="Vincent Verelst" },
Expand Down

0 comments on commit 660c972

Please sign in to comment.