Skip to content

Commit

Permalink
whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Aug 23, 2022
1 parent d8f7198 commit 566c248
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

0 comments on commit 566c248

Please sign in to comment.