Skip to content

Commit 9ed3129

Browse files
committed
Release 0.12.0
1 parent 1a07676 commit 9ed3129

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
19+
## [0.12.0] - 2022-09-09
20+
21+
### Added
22+
1223
- Allow passing raw JSON string, JSON file path or URL to `Connection.download()`,
1324
`Connection.execute()` and `Connection.create_job()`
1425
- 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
2233
to align with the `DataCube.download()` method. ([#240](https://github.com/Open-EO/openeo-python-client/issues/240))
2334
- Better client-side handling of merged band name metadata in `DataCube.merge_cubes()`
2435

25-
2636
### Removed
2737

2838
- Remove legacy `DataCube.graph` and `DataCube.flatten()` to prevent usage patterns that cause interoperability issues
2939
([#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))
3040

31-
### Fixed
32-
33-
3441

3542
## [0.11.0] - 2022-07-02
3643

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.12.0a2'
1+
__version__ = '0.12.0'

0 commit comments

Comments
 (0)