From 79c2d5920d4a00100716faca1287be6818a865c3 Mon Sep 17 00:00:00 2001 From: Elias Sadek Date: Wed, 6 Nov 2024 15:42:02 +0000 Subject: [PATCH] removed double reference of typehints and enhancements --- 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