Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ This document explains the changes made to Iris for this release
#. `@wjbenfold`_ and `@rcomer`_ (reviewer) added a ``climatological`` keyword to
:meth:`~iris.cube.Cube.aggregated_by` that causes the climatological flag to
be set and the point for each cell to equal its first bound, thereby
preserving the time of year.
preserving the time of year. (:issue:`1422`, :issue:`4098`, :issue:`4665`,
:pull:`4723`)


🐛 Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -3874,7 +3874,7 @@ def aggregated_by(
Indicates whether the output is expected to be climatological. For
any aggregated time coord(s), this causes the climatological flag to
be set and the point for each cell to equal its first bound, thereby
preserving the time of year
preserving the time of year.

Returns
-------
Expand Down