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: doc/changelog.rst
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ v2.14.0
11
11
Highlights
12
12
~~~~~~~~~~
13
13
14
-
TODO: Add
14
+
- Support for intake-esgf and new ``esmvaltool config`` commands have been added (See :ref:`config-data-sources`)
15
+
- A new way to configure the CMOR tables and the possibility to use data that is not described in a CMOR table have been implemented (see :ref:`cmor_table_configuration`)
16
+
- CMIP7 data is now supported (see :pull:`2935`)
15
17
16
18
This release includes
17
19
@@ -81,6 +83,16 @@ Backwards incompatible changes
81
83
82
84
To restore the old behavior, use ``keep_group_coordinates=True``.
83
85
86
+
- Make CMOR tables configurable through new configuration system and deprecate config-developer.yml (:pull:`2946`) by :user:`bouweandela`
87
+
88
+
.. admonition:: Upgrade instructions
89
+
90
+
Importing :mod:`esmvalcore.cmor.table` no longer reads the built-in
91
+
``config-developer.yml`` file and users of the deprecated
92
+
:obj:`~esmvalcore.cmor.table.CMOR_TABLES` object have to load their
93
+
configuration by importing :mod:`esmvalcore.config` before the
94
+
:obj:`~esmvalcore.cmor.table.CMOR_TABLES` object is populated.
95
+
84
96
Deprecations
85
97
~~~~~~~~~~~~
86
98
@@ -138,18 +150,25 @@ Bug fixes
138
150
- Fix a bug where the mask_fillvalues preprocessor only recorded provenance for the first result (:pull:`2904`) by :user:`bouweandela`
139
151
- Fixed behavior of ``--search_data=quick`` and ``--search_data=complete`` (:pull:`2937`) by :user:`schlunma`
140
152
- Two fixes in preprocessor documentation (:pull:`2966`) by :user:`LisaBock`
153
+
- Do not overwrite provenance information written by ``ProvenanceLogger`` (:pull:`2987`) by :user:`schlunma`
154
+
- Avoid modifying supplementary variables (:pull:`2992`) by :user:`bouweandela`
155
+
- Avoid issue with deepcopying/pickling IntakeESGFDatasets (:pull:`2990`) by :user:`bouweandela`
156
+
- Repair fix_file (:pull:`2993`) by :user:`bouweandela`
141
157
142
158
CMOR standard
143
159
~~~~~~~~~~~~~
144
160
145
161
- Add CCI lst v3 cmor tables (:pull:`2458`) by :user:`morobking`
162
+
- Add the option to ignore the ``branding_suffix`` for derived CMIP7 and custom variables (:pull:`2982`) by :user:`bouweandela`
163
+
- Avoid hardcoded time coordinate names in CMOR check (:pull:`2981`) by :user:`bouweandela`
146
164
147
165
Configuration
148
166
~~~~~~~~~~~~~
149
167
150
168
- Avoid logging the configuration multiple times (:pull:`2869`) by :user:`bouweandela`
151
169
- Add an interface for adding new data sources and add support for intake-esgf as a first example (:pull:`2765`) by :user:`bouweandela`
152
170
- Add BSC data configuration (:pull:`2907`) by :user:`sloosvel`
171
+
- Moved ``dkrz-era5`` data source in DKRZ default config to separate file (:pull:`2996`) by :user:`schlunma`
153
172
154
173
Computational performance improvements
155
174
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -172,6 +191,8 @@ Documentation
172
191
- Pin sphinx<9 (:pull:`2949`) by :user:`valeriupredoi`
173
192
- Add Matomo page view tracking for the documentation (:pull:`2955`) by :user:`bouweandela`
174
193
- Add notes to ``climate_statistics`` docs about shifting of time coordinate (:pull:`2967`) by :user:`schlunma`
194
+
- Update documentation on derived variables with new CMOR tables configuration (:pull:`2979`) by :user:`schlunma`
195
+
- Update contact info (:pull:`2985`) by :user:`axel-lauer`
0 commit comments