Skip to content

Commit

Permalink
Release 3.11.1, Merge pull request #545 from sentinel-hub/develop
Browse files Browse the repository at this point in the history
Release 3.11.1
  • Loading branch information
zigaLuksic authored Sep 27, 2024
2 parents 938a875 + 0ff5cc9 commit 4f4fd88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
## [Version 3.11.0] - 2024-17-09
## [Version 3.11.1] - 2024-09-27

- Remove `numpy<2` restriction.


## [Version 3.11.0] - 2024-09-17

- Support for Batch Process API Version 2.

## [Version 3.10.3] - 2024-13-08

## [Version 3.10.3] - 2024-08-13

- 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] - 2024-24-04
## [Version 3.10.2] - 2024-04-24

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

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"aenum>=2.1.4",
"click",
"dataclasses-json",
"numpy<2",
"numpy",
"oauthlib",
"pillow>=9.2.0",
"pyproj>=2.2.0",
Expand All @@ -67,7 +67,6 @@ docs = [
"sphinx_rtd_theme==1.3.0",
]
dev = [
"basemap",
"boto3-stubs>=1.20.0",
"build",
"click>=8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion sentinelhub/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of the sentinelhub package."""

__version__ = "3.11.0"
__version__ = "3.11.1"

0 comments on commit 4f4fd88

Please sign in to comment.