Skip to content

Commit bdb7c9e

Browse files
authored
add release date to v3.0.2 whatsnew (#4160)
1 parent beb19b5 commit bdb7c9e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/iris/src/whatsnew/3.0.2.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. include:: ../common_links.inc
22

3-
v3.0.2 (unreleased)
4-
*******************
3+
v3.0.2 (27 May 2021)
4+
********************
55

66
This document explains the changes made to Iris for this release
77
(:doc:`View all changes <index>`.)
@@ -48,14 +48,13 @@ This document explains the changes made to Iris for this release
4848
developers to easily disable `cirrus-ci`_ tasks. See
4949
:ref:`skipping Cirrus-CI tasks`. (:pull:`4019`) [``pre-v3.1.0``]
5050

51-
#. `@pp-mo`_ adjusted the use of :func:`dask.array.from_array` in :func:`iris._lazy_data.as_lazy_data`, to avoid
52-
the dask 'test access'. This makes loading of netcdf files with a large number of variables significantly faster.
53-
(:pull:`4135`)
51+
#. `@pp-mo`_ adjusted the use of :func:`dask.array.from_array` in :func:`iris._lazy_data.as_lazy_data`,
52+
to avoid the dask 'test access'. This makes loading of netcdf files with a
53+
large number of variables significantly faster. (:pull:`4135`)
5454

5555
#. `@pp-mo`_ reverted a change made previously in (:pull:`3659`) to
56-
PPDataProxy.__getitem__. The check for empty slicings is no longer needed
57-
since (:pull:`4135`) was added.
58-
(:pull:`4141`)
56+
:meth:`iris.fileformats.pp.PPDataProxy.__getitem__`. The check for empty slicings
57+
is no longer needed since (:pull:`4135`) was added. (:pull:`4141`)
5958

6059
Note that, the above contributions labelled with ``pre-v3.1.0`` are part of the forthcoming
6160
Iris v3.1.0 release, but require to be included in this patch release.

0 commit comments

Comments
 (0)