Skip to content

openEO Python Client v0.41.0

Choose a tag to compare

@soxofaan soxofaan released this 14 May 08:27
· 177 commits to master since this release

Added

  • Support collection_property based property filtering in load_stac (#246)
  • Add validate() method to SaveResult, VectorCube, MlModel and StacResource classes (#766)
  • Added more robust ranged download for large job result files (if supported by the server) (#747)

Changed

  • Eliminate deprecated utcnow usage patterns. Introduce Rfc3339.now_utc() method (as replacement for deprecated utcnow() method) to simplify finding deprecated utcnow usage in user code. (#760)
  • Connection.list_jobs(): change default limit to 100 (instead of fake "unlimited" which was arbitrarily capped in practice anyway) (#677)

Fixed