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
* Update changelog
* Fix dependencies
* Update notices on readme
* Add py3.12 to changelog
* Make newest cads-api-client version work
* Bump version to 2.0.0
* Drop py38 add py312 for the testing workflow
* Remove reference to old cdsapi package
* Turns out the the cads-api-client still needs the cdsapi
* Patch new LegacyApiClient class instead of old client
* Fix API again, add 3.13 support.
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,35 @@ 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 - 2025-02-12
11
+
12
+
Changes since v1.4.2:
13
+
14
+
**Added:**
15
+
16
+
- support for Python 3.12, 3.13.
17
+
18
+
**Changed:**
19
+
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).
22
+
23
+
**Fixed:**
24
+
25
+
- Added support for the new climate data store.
26
+
27
+
**Removed:**
28
+
29
+
- the deprecated `orography` variable. Use `geopotential` instead.
30
+
- the deprecated `--prelimbe` argument. This one has not been required anymore, as the back-extension is part of the normal dataset now.
31
+
- support for Python 3.8.
32
+
33
+
**Dev changes:**
34
+
35
+
- The pre-commit hook has been removed. Pre-commit does not play well with hatch: it would need to be installed system-wide. No hatch-specific hooks are available.
0 commit comments