Skip to content

Commit 9d6c61a

Browse files
committed
Release 0.14.0
1 parent 2602db8 commit 9d6c61a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 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.14.0] - 2023-02-01
20+
21+
### Added
22+
1223
- Jupyter integration: show process graph visualization of `DataCube` objects instead of generic `repr`. ([#336](https://github.com/Open-EO/openeo-python-client/issues/336))
1324
- Add `Connection.vectorcube_from_paths()` to load a vector cube
1425
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
2334

2435
- `execute_batch` also skips temporal `502 Bad Gateway errors`. [#352](https://github.com/Open-EO/openeo-python-client/issues/352)
2536

26-
### Removed
27-
2837
### Fixed
2938

3039
- Fixed/improved math operator/process support for `DataCube`s in "apply" mode (non-"band math"),

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.0a1"
1+
__version__ = "0.14.0"

0 commit comments

Comments
 (0)