Skip to content

Commit 47d950e

Browse files
authored
Update to v2.14.0rc2 (#3002)
1 parent 88bafa3 commit 47d950e

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@ authors:
230230
orcid: "https://orcid.org/0000-0002-9949-3989"
231231

232232
cff-version: 1.2.0
233-
date-released: 2026-02-13
233+
date-released: 2026-02-27
234234
doi: "10.5281/zenodo.3387139"
235235
license: "Apache-2.0"
236236
message: "If you use this software, please cite it using these metadata."
237237
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
238238
title: ESMValCore
239-
version: "v2.14.0rc1"
239+
version: "v2.14.0rc2"
240240
...

doc/changelog.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ v2.14.0
1111
Highlights
1212
~~~~~~~~~~
1313

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`)
1517

1618
This release includes
1719

@@ -81,6 +83,16 @@ Backwards incompatible changes
8183

8284
To restore the old behavior, use ``keep_group_coordinates=True``.
8385

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+
8496
Deprecations
8597
~~~~~~~~~~~~
8698

@@ -138,18 +150,25 @@ Bug fixes
138150
- Fix a bug where the mask_fillvalues preprocessor only recorded provenance for the first result (:pull:`2904`) by :user:`bouweandela`
139151
- Fixed behavior of ``--search_data=quick`` and ``--search_data=complete`` (:pull:`2937`) by :user:`schlunma`
140152
- 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`
141157

142158
CMOR standard
143159
~~~~~~~~~~~~~
144160

145161
- 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`
146164

147165
Configuration
148166
~~~~~~~~~~~~~
149167

150168
- Avoid logging the configuration multiple times (:pull:`2869`) by :user:`bouweandela`
151169
- Add an interface for adding new data sources and add support for intake-esgf as a first example (:pull:`2765`) by :user:`bouweandela`
152170
- 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`
153172

154173
Computational performance improvements
155174
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -172,6 +191,8 @@ Documentation
172191
- Pin sphinx<9 (:pull:`2949`) by :user:`valeriupredoi`
173192
- Add Matomo page view tracking for the documentation (:pull:`2955`) by :user:`bouweandela`
174193
- 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`
175196

176197
Fixes for datasets
177198
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)