Openeo

Latest version: v0.39.1

Safety actively analyzes 724051 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 11

0.34.0

Removed

- Drop support for Python 3.7 ([578](https://github.com/Open-EO/openeo-python-client/issues/578))

Fixed

- Fixed broken support for `title` and `description` job properties in `execute_batch()` ([652](https://github.com/Open-EO/openeo-python-client/issues/652))

0.33.0

Added

- Added `DataCube.load_stac()` to also support creating a `load_stac` based cube without a connection ([638](https://github.com/Open-EO/openeo-python-client/issues/638))
- `MultiBackendJobManager`: Added `initialize_from_df(df)` (to `CsvJobDatabase` and `ParquetJobDatabase`) to initialize (and persist) the job database from a given DataFrame.
Also added `create_job_db()` factory to easily create a job database from a given dataframe and its type guessed from filename extension.
([635](https://github.com/Open-EO/openeo-python-client/issues/635))
- `MultiBackendJobManager.run_jobs()` now returns a dictionary with counters/stats about various events during the full run of the job manager ([645](https://github.com/Open-EO/openeo-python-client/issues/645))
- Added (experimental) `ProcessBasedJobCreator` to be used as `start_job` callable with `MultiBackendJobManager` to create multiple jobs from a single parameterized process (e.g. a UDP or remote process definition) ([604](https://github.com/Open-EO/openeo-python-client/issues/604))

Fixed

- When using `DataCube.load_collection()` without a connection, it is not necessary anymore to also explicitly set `fetch_metadata=False` ([638](https://github.com/Open-EO/openeo-python-client/issues/638))

0.32.0

Added

- `load_stac`/`metadata_from_stac`: add support for extracting actual temporal dimension metadata ([567](https://github.com/Open-EO/openeo-python-client/issues/567))
- `MultiBackendJobManager`: add `cancel_running_job_after` option to automatically cancel jobs that are running for too long ([590](https://github.com/Open-EO/openeo-python-client/issues/590))
- Added `openeo.api.process.Parameter` helper to easily create a "spatial_extent" UDP parameter
- Wrap OIDC token request failure in more descriptive `OidcException` (related to [624](https://github.com/Open-EO/openeo-python-client/issues/624))
- Added `auto_add_save_result` option (on by default) to disable automatic addition of `save_result` node on `download`/`create_job`/`execute_batch` ([513](https://github.com/Open-EO/openeo-python-client/issues/513))
- Add support for `apply_vectorcube` UDF signature in `run_udf_code` ([Open-EO/openeo-geopyspark-driver881](https://github.com/Open-EO/openeo-geopyspark-driver/issues/811))
- `MultiBackendJobManager`: add API to the update loop in a separate thread, allowing controlled interruption.

Changed

- `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))

Fixed

- `apply_dimension` with a `target_dimension` argument was not correctly adjusting datacube metadata on the client side, causing a mismatch.
- Preserve non-spatial dimension metadata in `aggregate_spatial` ([612](https://github.com/Open-EO/openeo-python-client/issues/612))

0.31.0

Added

- Add experimental `openeo.testing.results` subpackage with reusable test utilities for comparing batch job results with reference data
- `MultiBackendJobManager`: add initial support for storing job metadata in Parquet file (instead of CSV) ([571](https://github.com/Open-EO/openeo-python-client/issues/571))
- Add `Connection.authenticate_oidc_access_token()` to set up authorization headers with an access token that is obtained "out-of-band" ([598](https://github.com/Open-EO/openeo-python-client/issues/598))
- Add `JobDatabaseInterface` to allow custom job metadata storage with `MultiBackendJobManager` ([571](https://github.com/Open-EO/openeo-python-client/issues/571))

0.30.0

Added

- Add `openeo.udf.run_code.extract_udf_dependencies()` to extract UDF dependency declarations from UDF code
(related to [Open-EO/openeo-geopyspark-driver237](https://github.com/Open-EO/openeo-geopyspark-driver/issues/237))
- Document PEP 723 based Python UDF dependency declarations ([Open-EO/openeo-geopyspark-driver237](https://github.com/Open-EO/openeo-geopyspark-driver/issues/237))
- Added more `openeo.api.process.Parameter` helpers to easily create "bounding_box", "date", "datetime", "geojson" and "temporal_interval" parameters for UDP construction.
- Added convenience method `Connection.load_stac_from_job(job)` to easily load the results of a batch job with the `load_stac` process ([566](https://github.com/Open-EO/openeo-python-client/issues/566))
- `load_stac`/`metadata_from_stac`: add support for extracting band info from "item_assets" in collection metadata ([573](https://github.com/Open-EO/openeo-python-client/issues/573))
- Added initial `openeo.testing` submodule for reusable test utilities

Fixed

- Initial fix for broken `DataCube.reduce_temporal()` after `load_stac` ([568](https://github.com/Open-EO/openeo-python-client/pull/568))

0.29.0

Added

- Start depending on `pystac`, initially for better `load_stac` support ([133](https://github.com/Open-EO/openeo-python-client/issues/133), [#527](https://github.com/Open-EO/openeo-python-client/issues/527))

Changed

- OIDC device code flow: hide progress bar on completed (or timed out) authentication

Page 3 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.