From 991f9697a5753da86db21922c16f43d2f0b39383 Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Tue, 4 Jul 2023 10:22:46 +0200 Subject: [PATCH] Update changelog and release date for v2.9.0 release (#2123) --- CITATION.cff | 4 ++-- doc/changelog.rst | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 3b115f8132..69f39bc910 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -192,11 +192,11 @@ authors: given-names: Julian cff-version: 1.2.0 -date-released: 2023-06-12 +date-released: 2023-07-04 doi: "10.5281/zenodo.3387139" license: "Apache-2.0" message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/ESMValGroup/ESMValCore/" title: ESMValCore -version: "v2.9.0rc1" +version: "v2.9.0" ... diff --git a/doc/changelog.rst b/doc/changelog.rst index 2a7dc69218..ea572ed520 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -40,19 +40,24 @@ Bug fixes - Fixed usage of custom location for :ref:`custom CMOR tables ` (`#2052 `__) `Manuel Schlund `__ - Fix issue with writing index.html when :ref:`running a recipe ` with ``--resume-from`` (`#2055 `__) `Bouwe Andela `__ - Fixed bug in ICON CMORizer that lead to shifted time coordinates (`#2038 `__) `Manuel Schlund `__ +- Include ``-`` in allowed characters for bibtex references (`#2097 `__) `Alistair Sellar `__ +- Do not raise an exception if the requested version of a file is not available for all matching files on ESGF (`#2105 `__) `Bouwe Andela `__ Computational performance improvements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Add support for :ref:`configuring Dask distributed ` (`#2049 `__) `Bouwe Andela `__ +- Add support for :ref:`configuring Dask distributed ` (`#2049 `__, `#2122 `__) `Bouwe Andela `__ - Make :func:`esmvalcore.preprocessor.extract_levels` lazy (`#1761 `__) `Bouwe Andela `__ - Lazy implementation of :func:`esmvalcore.preprocessor.multi_model_statistics` and :func:`esmvalcore.preprocessor.ensemble_statistics` (`#968 `__ and `#2087 `__) `Peter Kalverla `__ +- Avoid realizing data in preprocessor function :func:`esmvalcore.preprocessor.concatenate` when cubes overlap (`#2109 `__) `Bouwe Andela `__ Documentation ~~~~~~~~~~~~~ - Remove unneeded sphinxcontrib extension (`#2047 `__) `Valeriu Predoi `__ - Show ESMValTool logo on `PyPI webpage `__ (`#2065 `__) `Valeriu Predoi `__ +- Fix gitter badge in README (`#2118 `__) `RĂ©mi Kazeroni `__ +- Add changelog for v2.9.0 (`#2088 `__ and `#2123 `__) `Bouwe Andela `__ Fixes for datasets ~~~~~~~~~~~~~~~~~~ @@ -62,19 +67,21 @@ Fixes for datasets - Allow specifying ``raw_units`` for CESM2, EMAC, and ICON CMORizers (`#2043 `__) `Manuel Schlund `__ - ICON: allow specifying horizontal grid file in recipe/extra facets (`#2078 `__) `Manuel Schlund `__ - Fix tas/tos CMIP6: FIO, KACE, MIROC, IITM (`#2061 `__) `Pep Cos `__ +- Add fix for EC-Earth3-Veg tos calendar (`#2100 `__) `Bouwe Andela `__ +- Correct GISS-E2-1-G ``tos`` units (`#2099 `__) `Bouwe Andela `__ Installation ~~~~~~~~~~~~ - Drop support for Python 3.8 (`#2053 `__) `Bouwe Andela `__ - Add python 3.11 to Github Actions package (conda and PyPI) installation tests (`#2083 `__) `Valeriu Predoi `__ +- Remove ``with_mypy`` or ``with-mypy`` optional tool for prospector (`#2108 `__) `Valeriu Predoi `__ Preprocessor ~~~~~~~~~~~~ - Added ``period='hourly'`` for :func:`esmvalcore.preprocessor.climate_statistics` and :func:`esmvalcore.preprocessor.anomalies` (`#2068 `__) `Manuel Schlund `__ - Support IPCC AR6 regions in :func:`esmvalcore.preprocessor.extract_shape` (`#2008 `__) `Manuel Schlund `__ -- Automatically enable ``use_src_mask`` parameter in :func:`esmvalcore.preprocessor.regrid` for datasets with grid discontinuities (`#2070 `__) `sloosvel `__ .. _changelog-v2-8-1: