- Updates of `SentinelHubInputTask`: * Support for new s2cloudless precomputed cloud mask ([more info](https://medium.com/sentinel-hub/cloud-masks-at-your-service-6e5b2cb2ce8a)) * Support for `config` parameter - Updated `SI_LULC_pipeline` notebook.
0.7.3
- Added support for `geopandas` version `0.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.
0.7.2
- 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
0.7.1
Fixed - `eolearn.io.SentinelHubInputTask`: evalscript version was not passed to the sentinel-hub service. - `eolearn.core.EOWorkflow`: fixed generating task dependencies. Added - Processing API docs generation. - Introduced CHANGELOG.md.