Skip to content

Commit

Permalink
Cube summary what's new entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Aug 9, 2021
1 parent d4843fc commit a671807
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ This document explains the changes made to Iris for this release
#. `@Badboy-16`_ implemented a ``CubeList.copy()`` method to return a
``CubeList`` object instead of a ``list``. (:pull:`4094`)

#. `@pp-mo`_ and `@trexfeathers`_ reformatted :meth:`iris.cube.Cube.summary`,
(which is used for ``print(Cube)``); putting
:attr:`~iris.cube.Cube.cell_methods` before
:attr:`~iris.cube.Cube.attributes`, and improving spacing throughout.
(:pull:`4206`)


🐛 Bugs Fixed
=============
Expand Down Expand Up @@ -190,6 +196,11 @@ This document explains the changes made to Iris for this release
#. `@bjlittle`_ consolidated `nox`_ ``black``, ``flake8`` and ``isort`` sessions
into one ``lint`` session using ``pre-commit``. (:pull:`4181`)

#. `@pp-mo`_ refactored almost all of :meth:`iris.cube.Cube.summary` into the
new private module: :mod:`iris._representation`; rewritten with a more
modular approach, resulting in more readable and extensible code.
(:pull:`4206`)

.. comment
Whatsnew author names (@github name) in alphabetical order. Note that,
core dev names are automatically included by the common_links.inc:
Expand Down

0 comments on commit a671807

Please sign in to comment.