From 1969d492e7a7fa2e9bd7c1d55bea7f320f6c0e51 Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Tue, 3 Sep 2024 13:22:40 +0200 Subject: [PATCH] Add more information to release notes --- docs/src/whatsnew/latest.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index f76e7fe2b5..3a761e0073 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -58,7 +58,16 @@ This document explains the changes made to Iris for this release improvement by adding a type hint to their category funcion. (:pull:`5999`) #. `@bouweandela`_ made :meth:`iris.cube.CubeList.concatenate` faster if more - than two cubes are concatenated. (:pull:`5926`) + than two cubes are concatenated with equality checks on the values of + auxiliary coordinates, derived coordinates, cell measures, or ancillary + variables enabled. + In some cases, this may lead to higher memory use. This can be remedied by + reducing the number of Dask workers. + In rare cases, the new implementation could potentially be slower. This + may happen when there are very many or large auxiliary coordinates, derived + coordinates, cell measures, or ancillary variables to be checked that span + the concatenation axis. This issue can be avoided by disabling the + problematic check. (:pull:`5926`) 🔥 Deprecations ===============