From 924c0d05b9d6e223ba5dca7db675434bddaf1c8e Mon Sep 17 00:00:00 2001 From: Manuel Schlund Date: Mon, 25 Nov 2024 17:13:17 +0100 Subject: [PATCH] Added more v2.11.1 changelog entries --- CITATION.cff | 2 +- doc/changelog.rst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d59a291cdf..c3621129bd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -210,7 +210,7 @@ authors: given-names: Diego cff-version: 1.2.0 -date-released: 2024-11-29 +date-released: 2024-11-26 doi: "10.5281/zenodo.3387139" license: "Apache-2.0" message: "If you use this software, please cite it using these metadata." diff --git a/doc/changelog.rst b/doc/changelog.rst index 81ba18b70b..683935113e 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -23,14 +23,16 @@ Computational performance improvements Installation ~~~~~~~~~~~~ +- Remove support for Python 3.9 (:pull:`2447`) by :user:`valeriupredoi` - Switch to new iris >= 3.10.0 API (:pull:`2500`) by :user:`schlunma` +- Pin dask to avoid 2024.8.0 - problems with masked fill/missing values (:pull:`2504`) by :user:`valeriupredoi` - Fix rounding of Pandas datetimes in ICON CMORizer to allow installing latest Pandas version (:pull:`2529`) by :user:`valeriupredoi` Automatic testing ~~~~~~~~~~~~~~~~~ - Fix type hint for new mypy version (:pull:`2497`) by :user:`schlunma` -- reformat datetime strings be in line with new ``isodate==0.7.0`` and actual ISO8601 and pin ``isodate>=0.7.0`` (:pull:`2546`) by :user:`valeriupredoi` +- Reformat datetime strings be in line with new ``isodate==0.7.0`` and actual ISO8601 and pin ``isodate>=0.7.0`` (:pull:`2546`) by :user:`valeriupredoi` .. _changelog-v2-11-0: