From 3c21df1c1c422bb7b231cfc7e50a720805c9435b Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Fri, 27 Sep 2024 14:48:24 +0200 Subject: [PATCH] Release 0.32.0 --- CHANGELOG.md | 13 +++++++++++-- openeo/_version.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b7e8eaa..6fb787994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Removed + +### Fixed + + +## [0.32.0] - 2024-09-27 + +### Added + - `load_stac`/`metadata_from_stac`: add support for extracting actual temporal dimension metadata ([#567](https://github.com/Open-EO/openeo-python-client/issues/567)) - `MultiBackendJobManager`: add `cancel_running_job_after` option to automatically cancel jobs that are running for too long ([#590](https://github.com/Open-EO/openeo-python-client/issues/590)) - Added `openeo.api.process.Parameter` helper to easily create a "spatial_extent" UDP parameter @@ -29,8 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 and implicit `save_result` addition from `download()`/`create_job()` calls with `format` (related to [#623](https://github.com/Open-EO/openeo-python-client/issues/623), [#401](https://github.com/Open-EO/openeo-python-client/issues/401), [#583](https://github.com/Open-EO/openeo-python-client/issues/583)) -### Removed - ### Fixed - `apply_dimension` with a `target_dimension` argument was not correctly adjusting datacube metadata on the client side, causing a mismatch. diff --git a/openeo/_version.py b/openeo/_version.py index f822a31cf..13844a7b3 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.32.0a2" +__version__ = "0.32.0"