From c61d5e5d3ef91b1dc84cfd3f1f08d050947f6e98 Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Thu, 22 Jul 2021 13:24:30 +0100 Subject: [PATCH] (More of) Wide cubestr fix 3v0vx v2 (#4238) * Fix whatsnew for #4233. * Move 'empty slicings' whatsnew entry to 3.0.2 section. --- docs/iris/src/whatsnew/3.0.4.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/iris/src/whatsnew/3.0.4.rst b/docs/iris/src/whatsnew/3.0.4.rst index f43ce0d057..fcb7dea17d 100644 --- a/docs/iris/src/whatsnew/3.0.4.rst +++ b/docs/iris/src/whatsnew/3.0.4.rst @@ -18,10 +18,11 @@ This document explains the changes made to Iris for this release 🐛 **Bugs Fixed** - #. `@pp-mo`_ reverted a change made previously in (:pull:`3659`) to - :meth:`iris.fileformats.pp.PPDataProxy.__getitem__`. The check for empty slicings - is no longer needed since (:pull:`4135`) was added. (:pull:`4141`) - + #. `@pp-mo`_ fixed 2 bugs in cube printout: + Firstly, ancillary-variables or cell-measures with long names can now widen the cube "dimensions map" to fit, + whereas previously printing these cases caused an Exception. + Secondly, cube units are now always printed, whereas previously they were missed out any time that the + "dimensions map" was widened to accomodate long coordinate names. (:pull:`4233`) .. dropdown:: :opticon:`alert` v3.0.3 Patches :container: + shadow @@ -82,6 +83,10 @@ This document explains the changes made to Iris for this release to avoid the dask 'test access'. This makes loading of netcdf files with a large number of variables significantly faster. (:pull:`4135`) + #. `@pp-mo`_ reverted a change made previously in (:pull:`3659`) to + :meth:`iris.fileformats.pp.PPDataProxy.__getitem__`. The check for empty slicings + is no longer needed since (:pull:`4135`) was added. (:pull:`4141`) + Note that, the above contributions labelled with ``pre-v3.1.0`` are part of the forthcoming Iris v3.1.0 release, but require to be included in this patch release.