From 31ff2566084f69ca7bd7d25ef8e00f7bf73493b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Kazeroni?= Date: Thu, 23 Mar 2023 14:22:35 +0100 Subject: [PATCH] Changelog for `v2.8.0` (#1978) --- doc/changelog.rst | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 991d461d3a..44796e7e87 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -106,7 +106,7 @@ Python API Bug fixes ~~~~~~~~~ -- Import from `esmvalcore.config` in the `esmvalcore.experimental` module (`#1816 `__) `Bouwe Andela `__ +- Import from :mod:`esmvalcore.config` in the :mod:`esmvalcore.experimental` module (`#1816 `__) `Bouwe Andela `__ - Added scalar coords of input cubes to output of esmpy_regrid (`#1811 `__) `Manuel Schlund `__ - Fix severe bug in :func:`esmvalcore.preprocessor.mask_fillvalues` (`#1823 `__) `Manuel Schlund `__ - Fix LWP of ICON on-the-fly CMORizer (`#1839 `__) `Manuel Schlund `__ @@ -132,13 +132,13 @@ Documentation ~~~~~~~~~~~~~ - Fix anaconda badge in README (`#1759 `__) `Valeriu Predoi `__ -- Fix mistake in the documentation of `esmvalcore.esgf.find_files` (`#1784 `__) `Bouwe Andela `__ +- Fix mistake in the documentation of :obj:`esmvalcore.esgf.find_files` (`#1784 `__) `Bouwe Andela `__ - Support linking to "stable" ESMValTool version on readthedocs (`#1608 `__) `Bouwe Andela `__ - Updated ICON doc with information on usage of extract_levels preprocessor (`#1903 `__) `Manuel Schlund `__ - Add changelog for latest released version v2.7.1 (`#1905 `__) `Valeriu Predoi `__ -- Update preprocessor.rst due to renaming of NCEP dataset to NCEP-NCAR-R1 (`#1908 `__) `Birgit Hassler `__ +- Update `preprocessor.rst` due to renaming of NCEP dataset to NCEP-NCAR-R1 (`#1908 `__) `Birgit Hassler `__ - Replace timerange nested lists in docs with overview table (`#1940 `__) `Klaus Zimmermann `__ -- Updated section "backward compatibility" in contributing.rst (`#1918 `__) `Axel Lauer `__ +- Updated section "backward compatibility" in `contributing.rst` (`#1918 `__) `Axel Lauer `__ - Add link to ESMValTool release procedure steps (`#1957 `__) `Rémi Kazeroni `__ - Synchronize documentation table of contents with ESMValTool (`#1958 `__) `Bouwe Andela `__ @@ -156,7 +156,7 @@ Fixes for datasets - Fix rotated coordinate grids and `tas` and `pr` for CORDEX datasets (`#1765 `__) `sloosvel `__ - Made ICON output UGRID-compliant (on-the-fly) (`#1664 `__) `Manuel Schlund `__ -- Fix automatic download of ICON grid file and make ICON UGRIDization optional (default: true) (`#1922 `__) `Manuel Schlund `__ +- Fix automatic download of ICON grid file and make ICON UGRIDization optional (`default: true`) (`#1922 `__) `Manuel Schlund `__ - Add siconc fixes for EC-Earth3-Veg and EC-Earth3-Veg-LR models (`#1771 `__) `Evgenia Galytska `__ - Fix siconc in KIOST-ESM (`#1829 `__) `Lisa Bock `__ - Extension of ERA5 CMORizer (variable cl) (`#1850 `__) `Axel Lauer `__ @@ -187,20 +187,22 @@ Preprocessor Release ~~~~~~~ -- Changelog for`v2.8.0rc1` (`#1952 `__) `Rémi Kazeroni `__ +- Changelog for `v2.8.0rc1` (`#1952 `__) `Rémi Kazeroni `__ - Increase version number for ESMValCore `v2.8.0rc1` (`#1955 `__) `Rémi Kazeroni `__ -- Changelog for`v2.8.0rc2` (`#1959 `__) `Rémi Kazeroni `__ +- Changelog for `v2.8.0rc2` (`#1959 `__) `Rémi Kazeroni `__ - Increase version number for ESMValCore `v2.8.0rc2` (`#1973 `__) `Rémi Kazeroni `__ +- Changelog for `v2.8.0` (`#1978 `__) `Rémi Kazeroni `__ +- Increase version number for ESMValCore `v2.8.0` (`#1983 `__) `Rémi Kazeroni `__ Automatic testing ~~~~~~~~~~~~~~~~~ -- Set implicit optional to true in mypy config to avert side effects and test fails from new mypy version (`#1790 `__) `Valeriu Predoi `__ -- Remove duplicate implicit_optional = True line in setup.cfg (`#1791 `__) `Valeriu Predoi `__ +- Set implicit optional to true in `mypy` config to avert side effects and test fails from new mypy version (`#1790 `__) `Valeriu Predoi `__ +- Remove duplicate `implicit_optional = True` line in ``setup.cfg`` (`#1791 `__) `Valeriu Predoi `__ - Fix failing test due to missing sample data (`#1797 `__) `Bouwe Andela `__ - Remove outdated cmor_table facet from data finder tests (`#1798 `__) `Bouwe Andela `__ -- Modernize tests for `esmvalcore.preprocessor.save` (`#1799 `__) `Bouwe Andela `__ -- No more sequential tests since SegFaults were not noticed anymore (knock on wood) (`#1819 `__) `Valeriu Predoi `__ +- Modernize tests for :func:`esmvalcore.preprocessor.save` (`#1799 `__) `Bouwe Andela `__ +- No more sequential tests since SegFaults were not noticed anymore (`#1819 `__) `Valeriu Predoi `__ - Update pre-commit configuration (`#1821 `__) `Bouwe Andela `__ - Updated URL of ICON grid file used for testing (`#1914 `__) `Manuel Schlund `__