Skip to content

Releases: sentinel-hub/eo-grow

Version 1.7.14

08 Nov 08:59
28aa4cc
Compare
Choose a tag to compare
  • Improve batch download retries in case of partial downloads.

Version 1.7.13

06 Nov 07:52
9fadfcd
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Minor changes to documentation.

Version 1.7.9

09 Apr 11:51
808a4b1
Compare
Choose a tag to compare
  • Improved test utilities for vector files.

Version 1.7.8

20 Mar 08:03
24f73ec
Compare
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
Compare
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
Compare
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.

Version 1.7.5

10 Jan 13:14
ed5978c
Compare
Choose a tag to compare
  • 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.