From 8b4b33dd4c9fe4164384688368edfc8c6c8d1cfc Mon Sep 17 00:00:00 2001 From: Elias <110238618+ESadek-MO@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:02:45 +0000 Subject: [PATCH 1/2] removed double reference of typehints and enhancements (#6219) --- docs/src/whatsnew/3.11.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/src/whatsnew/3.11.rst b/docs/src/whatsnew/3.11.rst index b6fcae64c1..59af73c9c6 100644 --- a/docs/src/whatsnew/3.11.rst +++ b/docs/src/whatsnew/3.11.rst @@ -22,10 +22,6 @@ This document explains the changes made to Iris for this release coordinates, e.g. a time-varying orography. This is controlled by the :meth:`~iris.LOAD_POLICY` object : see :class:`~iris.LoadPolicy`. - * We now have type hints in :class:`~iris.cube.Cube`, and - :meth:`iris.cube.CubeList.concatenate` is in places almost an order of - magnitude faster! - * `@bouweandela`_ added type hints for :class:`~iris.cube.Cube`. * Checkout the significant performance enhancements section for a couple of From 3f302501e784728fbca6d805b3dc0e9d8ff751ce Mon Sep 17 00:00:00 2001 From: Elias <110238618+ESadek-MO@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:46:25 +0000 Subject: [PATCH 2/2] V3.11.x.updates (#6224) * removed mentions of RC from whatsnew 3.11 * corrected date in whatsnew 3.11 --- docs/src/whatsnew/3.11.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/whatsnew/3.11.rst b/docs/src/whatsnew/3.11.rst index 59af73c9c6..6aba0a5708 100644 --- a/docs/src/whatsnew/3.11.rst +++ b/docs/src/whatsnew/3.11.rst @@ -1,7 +1,7 @@ .. include:: ../common_links.inc -v3.11 (28 Oct 2024) [release candidate] -*************************************** +v3.11 (11 Nov 2024) +******************* This document explains the changes made to Iris for this release (:doc:`View all changes `.)