From 0ff5cc9122930264419225fab557493e3cd7c9a0 Mon Sep 17 00:00:00 2001 From: Ziga Luksic Date: Fri, 27 Sep 2024 09:25:23 +0200 Subject: [PATCH] fix changelog date format --- CHANGELOG.MD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 8519868c..87d9465b 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -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.