Skip to content

openEO Python Client v0.38.0

Choose a tag to compare

@soxofaan soxofaan released this 12 Feb 08:46
· 295 commits to master since this release

Added

Changed

  • Improved tracking of metadata changes with resample_spatial and resample_cube_spatial (#690)
  • Move ComparableVersion to openeo.utils.version (related to #611)
  • Deprecate openeo.rest.rest_capabilities.RESTCapabilities and introduce replacement openeo.rest.capabilities.OpenEoCapabilities (#611, #610)
  • MultiBackendJobManager: start new jobs before downloading the results of finished jobs to use time more efficiently (#633)

Removed

  • Remove unnecessary base class openeo.capabilities.Capabilities #611

Fixed

  • CsvJobDatabase: workaround GeoPandas issue (on Python>3.9) when there is a column named "crs" (#714)