From 98d2f5823d3456e7a63cac168a7e0adeac4119b6 Mon Sep 17 00:00:00 2001 From: Manuel Schlund Date: Mon, 25 Nov 2024 10:08:50 +0100 Subject: [PATCH] Add first draft of v2.11.1 changelog --- doc/changelog.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index ad104a7b7d..81ba18b70b 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,35 @@ Changelog ========= +.. _changelog-v2-11-1: + +v2.11.1 +------- +Highlights + +This is a bugfix release which enables lazy computations in more preprocessors +and allows installing the latests version of various dependencies, including +Iris (`v3.11.0 `__). + +This release includes + +Computational performance improvements +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Optimize functions ``mask_landsea()``, ``mask_landseaice()`` and ``calculate_volume()`` for lazy input (:pull:`2515`) by :user:`schlunma` + +Installation +~~~~~~~~~~~~ + +- Switch to new iris >= 3.10.0 API (:pull:`2500`) by :user:`schlunma` +- 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` + .. _changelog-v2-11-0: v2.11.0