- Added support for
geopandas
version0.7.0
. - Fixed a bug in
eolearn.core.eodata_io.save_eopatch
function. - Improvement in
eolearn.mask.MaskFeature
task - it now works also works with time independent feature types. - A minor improvement in
eolearn.io.SentinelHubInputTask
task.
- Support additional data in the Processing API input task (such as sunAzimuthAngles, sunZenithAngles, viewAzimuthMean, viewZenithMean)
- Compatibility with the
sentinelhub-py
3.0 - Removed support for python 3.5
- Multiprocessing Log filtering
eolearn.io.SentinelHubInputTask
: evalscript version was not passed to the sentinel-hub service.eolearn.core.EOWorkflow
: fixed generating task dependencies.
- Processing API docs generation.
- Introduced CHANGELOG.md.