Version 0.15.0 of the openEO Python Client Library has been released, both on PyPI (for installation/update with pip
) and conda-forge (for installation/update with conda
).
[0.15.0] - 2023-03-03
Added
- The openeo Python client library can now also be installed with conda (conda-forge channel)
(#176) - Allow using a custom
requests.Session
inopeneo.rest.auth.oidc
logic
Changed
- Less verbose log printing on failed batch job #332
- Improve (UTC) timezone handling in
openeo.util.Rfc3339
and addrfc3339.today()
/rfc3339.utcnow()
.