@@ -30,13 +30,30 @@ This document explains the changes made to Iris for this release
3030✨ Features
3131===========
3232
33- #. N/A
33+ #. `@pp-mo `_ renamed the :class: `iris.LoadPolicy ` as :class: `iris.CombineOptions ` and
34+ :data: `iris.LOAD_POLICY ` as :data: `iris.COMBINE_POLICY `, though the original names
35+ remain functional (and refer to the same things) for now.
36+ (:issue: `6203 `, :pull: `6334 `)
37+
38+ #. `@pp-mo `_ added new :meth: `~iris.cube.CubeList.combine ` and
39+ :meth: `~iris.cube.CubeList.combine_cube ` methods of a :class: `~iris.cube.CubeList `
40+ as an alternative way of accessing the :func: `~iris.util.combine_cubes ` mechanism.
41+ (:issue: `6203 `, :pull: `6334 `)
42+
43+ #. `@pp-mo `_ added a new utility function :func: `~iris.util.combine_cubes `, to give
44+ general public access to the combine merge/concatenate mechanism introduced for
45+ generalised loading support via :class: `iris.LoadPolicy ` in the Iris 3.11 release.
46+ (:issue: `6203 `, :pull: `6334 `)
47+
48+ #. `@pp-mo `_ overhauled the :class: `iris.LoadPolicy ` facility by adding a new
49+ ``equalise_cubes_kwarg `` keyword, enabling it to call the
50+ :func: `~iris.util.equalise_cubes ` utility function as one of its processing stages.
51+ (:issue: `6203 `, :pull: `6334 `)
3452
3553#. `@pp-mo `_ added a new utility function :func: `~iris.util.equalise_cubes `, to help
3654 with aligning cubes so they can merge / concatenate.
3755 (:issue: `6248 `, :pull: `6257 `)
3856
39-
4057#. `@fnattino `_ added the lazy median aggregator :class: `iris.analysis.MEDIAN `
4158 based on the implementation discussed by `@rcomer `_ and `@stefsmeets `_ in
4259 :issue: `4039 ` (:pull: `6167 `).
0 commit comments