Skip to content

Commit

Permalink
Update latest.rst (SciTools#4556)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer authored Jan 29, 2022
1 parent 39082a0 commit 25d3b35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This document explains the changes made to Iris for this release
objects introduced are :class:`iris.experimental.ugrid.mesh.Mesh`,
:class:`iris.experimental.ugrid.mesh.MeshCoord` and
:obj:`iris.experimental.ugrid.load.PARSE_UGRID_ON_LOAD`.
A :class:`iris.experimental.ugrid.mesh.Mesh` contains a full description of a UGRID
A :class:`~iris.experimental.ugrid.mesh.Mesh` contains a full description of a UGRID
type mesh. :class:`~iris.experimental.ugrid.mesh.MeshCoord`\ s are coordinates that
reference and represent a :class:`~iris.experimental.ugrid.mesh.Mesh` for use
on a :class:`~iris.cube.Cube`. :class:`~iris.cube.Cube`\ s are also given the
Expand Down Expand Up @@ -86,7 +86,7 @@ This document explains the changes made to Iris for this release
:attr:`~iris.experimental.ugrid.mesh.Connectivity.indices` under the
:ref:`mesh model <ugrid model>`. (:pull:`4375`)

#. `@bsherratt`_ added a `threshold` parameter to
#. `@bsherratt`_ added a ``threshold`` parameter to
:meth:`~iris.cube.Cube.intersection` (:pull:`4363`)

#. `@wjbenfold`_ added test data to ci benchmarks so that it is accessible to
Expand Down Expand Up @@ -232,7 +232,7 @@ This document explains the changes made to Iris for this release
a future release of Iris. (:pull:`4541`)

#. `@pp-mo`_ deprecated :mod:`iris.experimental.regrid_conservative`. This is
now replaced by `iris-emsf-regrid`_
now replaced by `iris-emsf-regrid`_. (:pull:`4551`)


🔗 Dependencies
Expand Down Expand Up @@ -325,7 +325,7 @@ This document explains the changes made to Iris for this release

#. `@akuhnregnier`_ removed addition of period from
:func:`~iris.analysis.cartography.wrap_lons` and updated affected tests
using assertArrayAllClose following :issue:`3993`.
using ``assertArrayAllClose`` following :issue:`3993`.
(:pull:`4421`)

#. `@rcomer`_ updated some tests to work with Matplotlib v3.5. (:pull:`4428`)
Expand Down

0 comments on commit 25d3b35

Please sign in to comment.