You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
-
# 2.0.0 - 2024-10-23
10
+
# 2.0.0 - 2025-02-12
11
11
12
12
Changes since v1.4.2:
13
13
14
14
**Added:**
15
15
16
-
- support for Python 3.12.
16
+
- support for Python 3.12, 3.13.
17
17
18
18
**Changed:**
19
19
20
20
- The `splitmonths` argument now defaults to `True` for hourly requests. To not split requests by year, add `--splitmonths False`.
21
+
- The 'cads-api-client' used in the 2.0 beta versions is already deprecated, the backend now uses the 'cdsapi' again, which uses ["datapi"](https://github.com/ecmwf-projects/datapi).
21
22
22
23
**Fixed:**
23
24
24
25
- Added support for the new climate data store.
25
-
- For authentication, the new `cads-api-client` is used, instead of a dummy request. This should avoid the dummy requests appearing in the user's queue.
0 commit comments