Skip to content

Commit 789d75f

Browse files
committed
What's New patch.
1 parent 05ebf77 commit 789d75f

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

docs/src/whatsnew/3.7.rst

+18-3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,21 @@ This document explains the changes made to Iris for this release
3636
any issues or feature requests for improving Iris. Enjoy!
3737

3838

39+
v3.7.1 (04 Mar 2024)
40+
====================
41+
42+
.. dropdown:: v3.7.1 Patches
43+
:color: primary
44+
:icon: alert
45+
:animate: fade-in
46+
47+
The patches in this release of Iris include:
48+
49+
#. `@stephenworsley`_ fixed a potential memory leak for Iris uses of
50+
:func:`dask.array.map_blocks`; known specifically to be a problem in the
51+
:class:`iris.analysis.AreaWeighted` regridder. (:pull:`5767`)
52+
53+
3954
📢 Announcements
4055
================
4156

@@ -47,7 +62,7 @@ This document explains the changes made to Iris for this release
4762

4863
#. `@rcomer`_ rewrote :func:`~iris.util.broadcast_to_shape` so it now handles
4964
lazy data. (:pull:`5307`)
50-
65+
5166
.. _concat_warnings:
5267

5368
#. `@acchamber`_ added error and warning messages about coordinate overlaps to
@@ -70,11 +85,11 @@ This document explains the changes made to Iris for this release
7085
=============
7186

7287
#. `@acchamber`_ fixed a bug with :func:`~iris.util.unify_time_units` so it does not block
73-
concatenation through different data types in rare instances. (:pull:`5372`)
88+
concatenation through different data types in rare instances. (:pull:`5372`)
7489

7590
#. `@acchamber`_ removed some obsolete code that prevented extraction of time points
7691
from cubes with bounded times (:pull:`5175`)
77-
92+
7893
.. _cftime_warnings:
7994

8095
#. `@rcomer`_ modified pp-loading to avoid a ``cftime`` warning for non-standard

0 commit comments

Comments
 (0)