Skip to content
Merged
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
15 changes: 15 additions & 0 deletions docs/src/whatsnew/3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ This document explains the changes made to Iris for this release
:icon: alert
:animate: fade-in

📢 **Announcements**

Welcome and congratulations to `@sloosvel`_ who made their first contribution to
Iris! 🎉

The patches in this release of Iris include:

🐛 **Bugs Fixed**
Expand All @@ -76,6 +81,15 @@ This document explains the changes made to Iris for this release
properly updated.
(:issue:`5339`, :pull:`5340`)

🚀 **Performance Enhancements**

#. `@sloosvel`_ improved :meth:`~iris.cube.CubeList.concatenate_cube` and
:meth:`~iris.cube.CubeList.concatenate` to ensure that lazy auxiliary coordinate
points and bounds are not realized. This change now allows cubes with
high-resolution auxiliary coordinates to concatenate successfully whilst using a
minimal in-core memory footprint.
(:issue:`5115`, :pull:`5142`)


📢 Announcements
================
Expand Down Expand Up @@ -191,6 +205,7 @@ This document explains the changes made to Iris for this release
core dev names are automatically included by the common_links.inc:

.. _@fnattino: https://github.com/fnattino
.. _@sloosvel: https://github.com/sloosvel


.. comment
Expand Down