From 566c248639cc65cdb969098bb3d2d65ea0897df8 Mon Sep 17 00:00:00 2001 From: Ruth Comer Date: Tue, 23 Aug 2022 10:23:06 +0100 Subject: [PATCH] whatsnew --- docs/src/whatsnew/latest.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index b94cd11517..6a09234ed1 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -32,14 +32,15 @@ This document explains the changes made to Iris for this release =========== #. `@ESadek-MO`_ edited :func:`~iris.io.expand_filespecs` to allow expansion of - non-existing paths, and added expansion functionality to :func:`~iris.io.save`. - (:issue:`4772`, :pull:`4913`) + non-existing paths, and added expansion functionality to :func:`~iris.io.save`. + (:issue:`4772`, :pull:`4913`) 🐛 Bugs Fixed ============= -#. N/A +#. `@rcomer`_ factored masking into the returned sum-of-weights calculation from + :obj:`~iris.analysis.SUM`. (:pull:`4905`) 💣 Incompatible Changes @@ -51,7 +52,9 @@ This document explains the changes made to Iris for this release 🚀 Performance Enhancements =========================== -#. N/A +#. `@rcomer`_ increased aggregation speed for :obj:`~iris.analysis.SUM`, + :obj:`~iris.analysis.COUNT` and :obj:`~iris.analysis.PROPORTION` on real + data. (:pull:`4905`) 🔥 Deprecations @@ -63,7 +66,8 @@ This document explains the changes made to Iris for this release 🔗 Dependencies =============== -#. N/A +#. `@rcomer`_ introduced the ``dask >=2.26`` minimum pin, so that Iris can benefit + from Dask's support for `NEP13`_ and `NEP18`_. (:pull:`4905`) 📚 Documentation @@ -89,3 +93,5 @@ This document explains the changes made to Iris for this release Whatsnew resources in alphabetical order: +.. _NEP13: https://numpy.org/neps/nep-0013-ufunc-overrides.html +.. _NEP18: https://numpy.org/neps/nep-0018-array-function-protocol.html \ No newline at end of file