- `BatchDownloadPipeline` now has an option to automatically retry the download if the status is `PARTIAL`. - Added a new example that showcases how to train a LightGBM model with `eo-grow`.
1.7.7
- When a Pipeline raises an error it now saves the stack-trace to the `failure.log` file in the logs folder.
1.7.6
- Pipelines that are run as part of a pipeline-chain execution will now no longer be retried by ray in the case when an exception occurs. - Parsing time ranges now has support for more formats.
1.7.5
- Parameter `raise_if_failed` renamed to `raise_on_failure` and is now enabled by default. - Numpy version restricted in anticipation of numpy 2.0 release.
1.7.4
- Pipelines now have an additional parameter `raise_if_failed` to raise an error if the pipeline failed.
1.7.3
- Fix bug with versions of `sentinelhub-py >= 3.10.0` due to bad version string comparison. - Adjust rounding of statistics for vector data.