From 9d6c61acfb7842aedb16152d05a676e2d3be7ad7 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Wed, 1 Feb 2023 10:13:00 +0100 Subject: [PATCH] Release 0.14.0 --- CHANGELOG.md | 13 +++++++++++-- openeo/_version.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81202f7ab..e4e1052f3 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.14.0] - 2023-02-01 + +### Added + - Jupyter integration: show process graph visualization of `DataCube` objects instead of generic `repr`. ([#336](https://github.com/Open-EO/openeo-python-client/issues/336)) - Add `Connection.vectorcube_from_paths()` to load a vector cube from files (on back-end) or URLs with `load_uploaded_files` process. @@ -23,8 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `execute_batch` also skips temporal `502 Bad Gateway errors`. [#352](https://github.com/Open-EO/openeo-python-client/issues/352) -### Removed - ### Fixed - Fixed/improved math operator/process support for `DataCube`s in "apply" mode (non-"band math"), diff --git a/openeo/_version.py b/openeo/_version.py index 679c8ec68..9e78220f9 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.14.0a1" +__version__ = "0.14.0"