From 9ed31296fbfabfa68b7cd62241e3497e23aa7a15 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Fri, 9 Sep 2022 18:10:59 +0200 Subject: [PATCH] Release 0.12.0 --- CHANGELOG.md | 15 +++++++++++---- openeo/_version.py | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a88a30178..e1fdc88c8 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.12.0] - 2022-09-09 + +### Added + - Allow passing raw JSON string, JSON file path or URL to `Connection.download()`, `Connection.execute()` and `Connection.create_job()` - Add support for reverse math operators on DataCube in `apply` mode ([#323](https://github.com/Open-EO/openeo-python-client/issues/323)) @@ -22,15 +33,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 to align with the `DataCube.download()` method. ([#240](https://github.com/Open-EO/openeo-python-client/issues/240)) - Better client-side handling of merged band name metadata in `DataCube.merge_cubes()` - ### Removed - Remove legacy `DataCube.graph` and `DataCube.flatten()` to prevent usage patterns that cause interoperability issues ([#155](https://github.com/Open-EO/openeo-python-client/issues/155), [#209](https://github.com/Open-EO/openeo-python-client/issues/209), [#324](https://github.com/Open-EO/openeo-python-client/issues/324)) -### Fixed - - ## [0.11.0] - 2022-07-02 diff --git a/openeo/_version.py b/openeo/_version.py index 62ad42def..2c7bffbf8 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = '0.12.0a2' +__version__ = '0.12.0'