Skip to content

Releases: sentinel-hub/eo-grow

Version 1.7.15

17 Sep 10:29
3462f0a

Choose a tag to compare

  • Switch to Batch Process API V2 in BatchDownloadPipeline
  • Remove BatchAreaManager
  • Add config validation tests

Version 1.7.14

08 Nov 08:59
28aa4cc

Choose a tag to compare

  • Improve batch download retries in case of partial downloads.

Version 1.7.13

06 Nov 07:52
9fadfcd

Choose a tag to compare

  • Improve batch download retrying mechanism in case of temporary 404 errors

Version 1.7.12

27 Sep 09:16
5bc9114

Choose a tag to compare

  • Remove aws_profile from storage manager schema.
  • Remove numpy<2 restriction.

Version 1.7.11

19 Jun 12:20
e6b6783

Choose a tag to compare

  • BatchDownloadPipeline retries if the first connection to batch-id specific endpoints fails with a 404.

Version 1.7.10

13 May 08:45
d287f67

Choose a tag to compare

  • Minor changes to documentation.

Version 1.7.9

09 Apr 11:51
808a4b1

Choose a tag to compare

  • Improved test utilities for vector files.

Version 1.7.8

20 Mar 08:03
24f73ec

Choose a tag to compare

  • 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.

Version 1.7.7

11 Mar 13:18
546a27a

Choose a tag to compare

  • 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

29 Jan 14:21
3bc62a5

Choose a tag to compare

  • 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.