From aebcc69b9886c4910ec79b4dd8fa42cd72e7188c Mon Sep 17 00:00:00 2001 From: Will Benfold Date: Mon, 23 May 2022 16:27:27 +0100 Subject: [PATCH] Credit @rcomer on PR #4755 review --- docs/src/whatsnew/latest.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 1f9d4d35b4..05d1e3fcdd 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -108,8 +108,8 @@ This document explains the changes made to Iris for this release #. `@wjbenfold`_ fixed plotting of circular coordinates to extend kwarg arrays as well as the data. (:issue:`466`, :pull:`4649`) -#. `@wjbenfold`_ corrected the axis on which masking is applied when an - aggregator adds a trailing dimension. (:pull:`4755`) +#. `@wjbenfold`_ and `@rcomer`_ (reviewer) corrected the axis on which masking + is applied when an aggregator adds a trailing dimension. (:pull:`4755`) 💣 Incompatible Changes @@ -132,9 +132,9 @@ This document explains the changes made to Iris for this release #. `@pp-mo`_ made :meth:`~iris.cube.Cube.add_aux_factory` faster. (:pull:`4718`) -#. `@wjbenfold`_ permitted the fast percentile aggregation method to be used on - masked data when the missing data tolerance is set to 0. (:issue:`4735`, - :pull:`4755`) +#. `@wjbenfold`_ and `@rcomer`_ (reviewer) permitted the fast percentile + aggregation method to be used on masked data when the missing data tolerance + is set to 0. (:issue:`4735`, :pull:`4755`) 🔥 Deprecations