diff --git a/CITATION.cff b/CITATION.cff index aacf7ccca8..706424a4ee 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -188,11 +188,11 @@ authors: orcid: "https://orcid.org/0000-0002-5317-1247" cff-version: 1.2.0 -date-released: 2022-07-15 +date-released: 2022-10-13 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.6.0" +version: "v2.7.0" ... diff --git a/doc/changelog.rst b/doc/changelog.rst index 95fa616cbc..c4a2fb90de 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -29,6 +29,7 @@ Bug fixes - Core `_io.concatenate()` may fail due to case when one of the cubes is scalar - this fixes that (`#1715 `__) `Valeriu Predoi `__ - Pick up esmvalcore badge instead of esmvaltool one in README (`#1749 `__) `Valeriu Predoi `__ - Restore support for scalar cubes to time selection preprocessor functions (`#1750 `__) `Bouwe Andela `__ +- Fix calculation of precipitation flux in EMAC on-the-fly CMORizer (`#1755 `__) `Manuel Schlund `__ Deprecations ~~~~~~~~~~~~ @@ -42,6 +43,8 @@ Documentation - Add MO-paths to config file (`#1709 `__) `mo-tgeddes `__ - Update MO obs4MIPs paths in the user configuration file (`#1734 `__) `mo-tgeddes `__ - Update `Making a release` section of the documentation (`#1689 `__) `sloosvel `__ +- Added changelog for v2.7.0 (`#1746 `__) `Valeriu Predoi `__ +- update CITATION.cff file with 2.7.0 release info (`#1757 `__) `Valeriu Predoi `__ Improvements ~~~~~~~~~~~~