Skip to content

openEO Python Client v0.48.0

Latest

Choose a tag to compare

@soxofaan soxofaan released this 17 Feb 13:50
· 3 commits to master since this release

Added

  • Official support for Python 3.14 (include Python 3.14 in unit test matrix on GitHub Actions) (#801)
  • Add on_response_headers_sync option to openeo.connect/Connection to set default on_response_headers handler for sync requests at connection level.

Changed

  • Harden STAC parsing of "bands"/"eo:bands" when "name" field is not present (which is technically not a required field) (#860)
  • openeo.rest.conversions.timeseries_json_to_pandas: allow timeseries to be given as a raw JSON dump or path to JSON file.

Fixed

  • Guard STAC metadata parsing against invalid "item_assets" usage (#853)
  • openeo.testing.results: only do pixel_tolerance check on numerical data (#864)