From 3ab2b0ac8be3d503c0885ef25ae4ceb5c0c90834 Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Fri, 24 Jun 2022 16:55:52 +0100 Subject: [PATCH 1/3] Update latest.rst --- docs/src/whatsnew/latest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 1dca323820..ec61818ce6 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -119,7 +119,7 @@ This document explains the changes made to Iris for this release #. `@wjbenfold`_ and `@rcomer`_ (reviewer) corrected the axis on which masking is applied when an aggregator adds a trailing dimension. (:pull:`4755`) -* `@rcomer`_ and `@pp-mo`_ ensured that all methods to create or modify a +#. `@rcomer`_ and `@pp-mo`_ ensured that all methods to create or modify a :class:`iris.cube.CubeList` check that it only contains cubes. According to code comments, this was supposedly already the case, but there were several bugs and loopholes. From 3081c8c3a580aedabbc7c3372ef3770ff4296bce Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Sat, 25 Jun 2022 10:05:44 +0100 Subject: [PATCH 2/3] PR link --- docs/src/whatsnew/latest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index ec61818ce6..22c2b7c5c4 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -122,7 +122,7 @@ This document explains the changes made to Iris for this release #. `@rcomer`_ and `@pp-mo`_ ensured that all methods to create or modify a :class:`iris.cube.CubeList` check that it only contains cubes. According to code comments, this was supposedly already the case, but there were several bugs - and loopholes. + and loopholes. (:pull:`4767`) 💣 Incompatible Changes From 0cf5e414d067eb22c8136113cdc097f185b9b703 Mon Sep 17 00:00:00 2001 From: Ruth Comer <10599679+rcomer@users.noreply.github.com> Date: Sat, 25 Jun 2022 10:08:58 +0100 Subject: [PATCH 3/3] add issue link --- docs/src/whatsnew/latest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 22c2b7c5c4..f7601a78fb 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -122,7 +122,7 @@ This document explains the changes made to Iris for this release #. `@rcomer`_ and `@pp-mo`_ ensured that all methods to create or modify a :class:`iris.cube.CubeList` check that it only contains cubes. According to code comments, this was supposedly already the case, but there were several bugs - and loopholes. (:pull:`4767`) + and loopholes. (:issue:`1897`, :pull:`4767`) 💣 Incompatible Changes