Skip to content

Releases: sentinel-hub/sentinelhub-py

Version 3.11.1

27 Sep 09:08
4f4fd88
Compare
Choose a tag to compare
  • Remove numpy<2 restriction.

Version 3.11.0

17 Sep 07:28
938a875
Compare
Choose a tag to compare

Version 3.10.3

13 Aug 10:30
a74df05
Compare
Choose a tag to compare
  • Monitoring a batch job now concludes if the batch job is cancelled.
  • The monitoring function now waits for the status of the batch job to change (even if all tiles have completed) before finalization in order to return the correct status.

Version 3.10.2

24 Apr 13:45
f9f29c9
Compare
Choose a tag to compare
  • Added max_retries parameter to SHConfig class. It controls how many times the client will attempt to re-download before raising OutOfRequestsException. It is set to None by default, in which case it never stops trying. Contributed by @Regan-Koopmans.

Version 3.10.1

10 Jan 11:56
c7f5912
Compare
Choose a tag to compare
  • Improved documentation for Copernicus Data Space Ecosystem.
  • Restrict numpy version to <2 in anticipation of numpy 2.0 release.

Version 3.10.0

08 Dec 11:17
500cf5c
Compare
Choose a tag to compare

This update ensures that session-sharing works as intended.

Changelog:

  • Adjust session caching to mirror changes to the core services. Older version might no longer correctly cache sessions.
  • Switch default auth endpoint to the new address.

Version 3.9.5

07 Dec 12:36
34193fd
Compare
Choose a tag to compare
  • The SentinelHubDownloadClient class now has a default_retry_time parameter, which allows control over the waiting time when a request gets a 429 TOO_MANY_REQUESTS response without a specific retry time in the headers. The default value for this behavior has been changed from 0s to 30s to avoid edge-cases where SH services were bombarded with requests.

Version 3.9.4

13 Nov 14:33
fefe104
Compare
Choose a tag to compare
  • Fixed a problem with dataclasses_json 0.6.2 that broke BYOC functionalities
  • Removed AWS examples from the docs since the functionality is no longer maintained.

Version 3.9.3

03 Nov 08:59
2df6028
Compare
Choose a tag to compare

Changelog:

  • SHConfig now correctly initializes a default profile in the file even if the first initialization call is done with a custom profile.
  • Save and load methods of SHConfig adjusted to work with the environmental variable SH_PROFILE
  • CLI command sentinelhub.config --show works with the environmental variable SH_PROFILE

Version 3.9.2

24 Oct 13:20
7760095
Compare
Choose a tag to compare

Changelog:

  • Adjusted how user credentials are passed to the OAuth service.
  • Added QUALITY_FLAGS band to S3_OLCI
  • Batch statistical API now supports IAM role style credentials.
  • Various minor improvements