Skip to content

Commit 78bbae0

Browse files
committed
PR #630 add changelog entry
1 parent 9478ea1 commit 78bbae0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
- `MultiBackendJobManager`: changed job metadata storage API, to enable working with large databases
2020
- `DataCube.apply_polygon()`: rename `polygons` argument to `geometries`, but keep support for legacy `polygons` for now ([#592](https://github.com/Open-EO/openeo-python-client/issues/592), [#511](https://github.com/Open-EO/openeo-processes/issues/511))
2121
- Disallow ambiguous single string argument in `DataCube.filter_temporal()` ([#628](https://github.com/Open-EO/openeo-python-client/issues/628))
22+
- Automatic adding of `save_result` from `download()` or `create_job()`:
23+
inspect whole process graph for pre-existing `save_result` nodes
24+
(related to [#623](https://github.com/Open-EO/openeo-python-client/issues/623), [#401](https://github.com/Open-EO/openeo-python-client/issues/401), [#583](https://github.com/Open-EO/openeo-python-client/issues/583))
25+
- Disallow ambiguity of combining explicit `save_result` nodes
26+
and implicit `save_result` addition from `download()`/`create_job()` calls with `format`
27+
(related to [#623](https://github.com/Open-EO/openeo-python-client/issues/623), [#401](https://github.com/Open-EO/openeo-python-client/issues/401), [#583](https://github.com/Open-EO/openeo-python-client/issues/583))
2228

2329
### Removed
2430

0 commit comments

Comments
 (0)