Skip to content

Commit

Permalink
(More of) Wide cubestr fix 3v0vx v2 (#4238)
Browse files Browse the repository at this point in the history
* Fix whatsnew for #4233.

* Move 'empty slicings' whatsnew entry to 3.0.2 section.
  • Loading branch information
pp-mo authored Jul 22, 2021
1 parent 1505995 commit c61d5e5
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/iris/src/whatsnew/3.0.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit c61d5e5

Please sign in to comment.