Skip to content

Commit

Permalink
fix changelog date format
Browse files Browse the repository at this point in the history
  • Loading branch information
zigaLuksic committed Sep 27, 2024
1 parent 8d5280d commit 0ff5cc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## [Version 3.11.1] - 2024-27-09
## [Version 3.11.1] - 2024-09-27

- Remove `numpy<2` restriction.


## [Version 3.11.0] - 2024-17-09
## [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

0 comments on commit 0ff5cc9

Please sign in to comment.