Skip to content

Commit

Permalink
PR #630 add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 25, 2024
1 parent d63d93b commit b5587fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `MultiBackendJobManager`: changed job metadata storage API, to enable working with large databases
- `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))
- Disallow ambiguous single string argument in `DataCube.filter_temporal()` ([#628](https://github.com/Open-EO/openeo-python-client/issues/628))
- Automatic adding of `save_result` from `download()` or `create_job()`:
inspect whole process graph for pre-existing `save_result` nodes
(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))
- Disallow ambiguity of combining explicit `save_result` nodes
and implicit `save_result` addition from `download()`/`create_job()` calls with `format`
(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))

### Removed

Expand Down

0 comments on commit b5587fe

Please sign in to comment.