@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
7
7
8
8
Unreleased in the current development version:
9
9
10
+ ## [ v0.11]
11
+
12
+ Attention: this version is not compatible with catalog entries with ecCodes >= 2.35.0.
13
+
14
+ 1 . LRA supports multi-catalog structure
15
+ 2 . ecCodes temporarily restricted to < 2.34
16
+
10
17
AQUA core complete list:
11
18
- Refactor the fdb-catalog-generator tool to work with data-portfolio repository (#1275 )
12
19
- Introduce a function to convert NetCDF to Zarr and zarr catalog entry for LRA (#1068 )
@@ -21,8 +28,11 @@ AQUA diagnostic complete list:
21
28
- Teleconnections: catalog feature bugfix (#1276 )
22
29
23
30
## [ v0.10.3]
31
+
32
+ Attention: this version is not compatible with catalog entries with ecCodes < 2.35.0.
33
+
24
34
Main changes are:
25
- 1 . support for ecCodes >= 2.35.0
35
+ 1 . support for ecCodes >= 2.35.0 (to be used with caution, not working with exps with eccodes < 2.35.0)
26
36
2 . fdb_path is deprecated in favour of fdb_home
27
37
28
38
AQUA core complete list:
@@ -588,7 +598,8 @@ This is mostly built on the `AQUA` `Reader` class which support for climate mode
588
598
This is the AQUA pre-release to be sent to internal reviewers.
589
599
Documentations is completed and notebooks are working.
590
600
591
- [ unreleased ] : https://github.com/DestinE-Climate-DT/AQUA/compare/v0.10.3...HEAD
601
+ [ unreleased ] : https://github.com/DestinE-Climate-DT/AQUA/compare/v0.11...HEAD
602
+ [ v0.11 ] : https://github.com/DestinE-Climate-DT/AQUA/compare/v0.10.3...v0.11
592
603
[ v0.10.3 ] :https://github.com/DestinE-Climate-DT/AQUA/compare/v0.10.2...v0.10.3
593
604
[ v0.10.2 ] : https://github.com/DestinE-Climate-DT/AQUA/compare/v0.10.1...v0.10.2
594
605
[ v0.10.1 ] : https://github.com/DestinE-Climate-DT/AQUA/compare/v0.10...v0.10.1
0 commit comments