Releases: sentinel-hub/eo-grow
Releases · sentinel-hub/eo-grow
Version 1.7.14
- Improve batch download retries in case of partial downloads.
Version 1.7.13
- Improve batch download retrying mechanism in case of temporary 404 errors
Version 1.7.12
- Remove
aws_profile
from storage manager schema. - Remove
numpy<2
restriction.
Version 1.7.11
BatchDownloadPipeline
retries if the first connection to batch-id specific endpoints fails with a 404.
Version 1.7.10
- Minor changes to documentation.
Version 1.7.9
- Improved test utilities for vector files.
Version 1.7.8
BatchDownloadPipeline
now has an option to automatically retry the download if the status isPARTIAL
.- Added a new example that showcases how to train a LightGBM model with
eo-grow
.
Version 1.7.7
- When a Pipeline raises an error it now saves the stack-trace to the
failure.log
file in the logs folder.
Version 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.
Version 1.7.5
- Parameter
raise_if_failed
renamed toraise_on_failure
and is now enabled by default. - Numpy version restricted in anticipation of numpy 2.0 release.