Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Feb 1, 2023
1 parent 2602db8 commit 9d6c61a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion openeo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.0a1"
__version__ = "0.14.0"

0 comments on commit 9d6c61a

Please sign in to comment.