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
8 changes: 6 additions & 2 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ This document explains the changes made to Iris for this release
code that explicitly checks the calendar attribute. (:pull:`4847`)


🚀 Performance Enhancements
===========================
🚀 Performance
==============

#. `@wjbenfold`_ added caching to the calculation of the points array in a
:class:`~iris.coords.DimCoord` created using
Expand All @@ -166,6 +166,10 @@ This document explains the changes made to Iris for this release
#. `@wjbenfold`_ improved the speed of linear interpolation using
:meth:`iris.analysis.trajectory.interpolate` (:pull:`4366`)

#. NumPy ``v1.23`` behaviour changes mean that
:func:`iris.experimental.ugrid.utils.recombine_submeshes` now uses ~3x as
much memory; testing shows a ~16-million point mesh will now use ~600MB.
Investigated by `@pp-mo` and `@trexfeathers`. (:issue:`4845`)


🔥 Deprecations
Expand Down