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
@@ -8,6 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
### Added
10
10
11
+
### Changed
12
+
13
+
### Removed
14
+
15
+
### Fixed
16
+
17
+
18
+
## [0.4.10] - 2021-02-26
19
+
20
+
### Added
21
+
11
22
- Add "reflected" operator support to `ProcessBuilder`
12
23
- Add `RESTJob.get_results()`, `JobResults` and `ResultAsset` for more fine-grained batch job result handling. (EP-3739)
13
24
- Add documentation on batch job result (asset) handling and downloading
@@ -24,8 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
35
- Remove outdated batch job result download logic left-overs
25
36
- Remove (outdated) abstract base class `openeo.job.Job`: did not add value, only caused maintenance overhead. ([#115](https://github.com/Open-EO/openeo-python-client/issues/115))
0 commit comments