Commit 789d75f 1 parent 05ebf77 commit 789d75f Copy full SHA for 789d75f
File tree 1 file changed +18
-3
lines changed
1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,21 @@ This document explains the changes made to Iris for this release
36
36
any issues or feature requests for improving Iris. Enjoy!
37
37
38
38
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
+
39
54
📢 Announcements
40
55
================
41
56
@@ -47,7 +62,7 @@ This document explains the changes made to Iris for this release
47
62
48
63
#. `@rcomer `_ rewrote :func: `~iris.util.broadcast_to_shape ` so it now handles
49
64
lazy data. (:pull: `5307 `)
50
-
65
+
51
66
.. _concat_warnings :
52
67
53
68
#. `@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
70
85
=============
71
86
72
87
#. `@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 `)
74
89
75
90
#. `@acchamber `_ removed some obsolete code that prevented extraction of time points
76
91
from cubes with bounded times (:pull: `5175 `)
77
-
92
+
78
93
.. _cftime_warnings :
79
94
80
95
#. `@rcomer `_ modified pp-loading to avoid a ``cftime `` warning for non-standard
You can’t perform that action at this time.
0 commit comments