From 944a922650ee72dcc4d2451f682a743b05d41115 Mon Sep 17 00:00:00 2001 From: Elias Sadek Date: Thu, 13 Apr 2023 16:15:38 +0100 Subject: [PATCH] resolved change requests --- docs/src/whatsnew/3.5.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/whatsnew/3.5.rst b/docs/src/whatsnew/3.5.rst index 9520f4c789..b33f929744 100644 --- a/docs/src/whatsnew/3.5.rst +++ b/docs/src/whatsnew/3.5.rst @@ -7,7 +7,7 @@ This document explains the changes made to Iris for this release (:doc:`View all changes `.) -.. dropdown:: :opticon:`report` |iris_version| Release Highlights +.. dropdown:: :opticon:`report` v3.5 Release Highlights :container: + shadow :title: text-primary text-center font-weight-bold :body: bg-light @@ -17,14 +17,14 @@ This document explains the changes made to Iris for this release The highlights for this major/minor release of Iris include: * We added support for plugins. - * We allowed the usage of iris objects as weights + * We allowed the usage of Iris objects as weights for cube aggregations. * We made Iris' use of the `netCDF4`_ library thread-safe. * We improved performance by changing the netCDF loader to fetch data immediately from small netCDF. variables, instead of creating a dask array. - * We added notes within docstrings clarifying whether functions + * We added notes within docstrings clarifying whether operations maintain lazy data or not. * We're so proud to fully support `@ed-hawkins`_ and `#ShowYourStripes`_ ❤️