From 50328ba5dab57c0a9cd512db8d9f67b00af1543f Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Tue, 21 Jan 2025 15:42:21 +0100 Subject: [PATCH] Release 0.37.0 --- CHANGELOG.md | 13 +++++++++++-- openeo/_version.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 997979a4e..1502a5d11 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.37.0] - 2025-01-21 - "SAP10" release + +### Added + - Added `show_error_logs` argument to `cube.execute_batch()`/`job.start_and_wait()`/... to toggle the automatic printing of error logs on failure ([#505](https://github.com/Open-EO/openeo-python-client/issues/505)) - Added `Connection.web_editor()` to build link to the openEO backend in the openEO Web Editor - Add support for `log_level` in `create_job()` and `execute_job()` ([#704](https://github.com/Open-EO/openeo-python-client/issues/704)) @@ -22,8 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Start showing deprecation warnings on usage of GeoJSON "GeometryCollection" (in `filter_spatial`, `aggregate_spatial`, `chunk_polygon`, `mask_polygon`). Use a GeoJSON FeatureCollection instead. ([#706](https://github.com/Open-EO/openeo-python-client/issues/706), [Open-EO/openeo-processes#389](https://github.com/Open-EO/openeo-processes/issues/389)) - The `context` parameter is now used in `execute_local_udf` ([#556](https://github.com/Open-EO/openeo-python-client/issues/556) -### Removed - ### Fixed - Clear capabilities cache on login ([#254](https://github.com/Open-EO/openeo-python-client/issues/254)) diff --git a/openeo/_version.py b/openeo/_version.py index 86c9069a3..2d93b0cd2 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.37.0a1" +__version__ = "0.37.0"