You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
### Changed
13
+
14
+
### Removed
15
+
16
+
### Fixed
17
+
18
+
19
+
## [0.14.0] - 2023-02-01
20
+
21
+
### Added
22
+
12
23
- Jupyter integration: show process graph visualization of `DataCube` objects instead of generic `repr`. ([#336](https://github.com/Open-EO/openeo-python-client/issues/336))
13
24
- Add `Connection.vectorcube_from_paths()` to load a vector cube
14
25
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
23
34
24
35
-`execute_batch` also skips temporal `502 Bad Gateway errors`. [#352](https://github.com/Open-EO/openeo-python-client/issues/352)
25
36
26
-
### Removed
27
-
28
37
### Fixed
29
38
30
39
- Fixed/improved math operator/process support for `DataCube`s in "apply" mode (non-"band math"),
0 commit comments