@@ -29,8 +29,7 @@ Features
2929.. admonition :: Climatological Coordinate Support
3030
3131 Iris can now load, store and save `NetCDF climatological coordinates
32- <https://cfconventions.org/Data/cf-conventions/cf-conventions-1
33- .7/cf-conventions.html#climatological-statistics> `_. Any cube time
32+ <https://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html#climatological-statistics> `_. Any cube time
3433 coordinate can be marked as a climatological time axis using the boolean
3534 property: ``climatological ``. The climatological bounds are stored in the
3635 coordinate's ``bounds `` property.
@@ -41,9 +40,8 @@ Features
4140 coordinate's ``bounds `` property are written to a NetCDF boundary variable
4241 called '<coordinate-name>_bounds'. These are in place of a standard
4342 'bounds' attribute and accompanying boundary variable. See below
44- for an `example adapted from CF conventions <https://cfconventions
45- .org/Data/cf-conventions/cf-conventions-1.7/cf-conventions
46- .html#climatological-statistics> `_:
43+ for an
44+ `example adapted from CF conventions <https://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html#climatological-statistics >`_:
4745
4846 .. code-block :: none
4947
@@ -116,8 +114,7 @@ Features
116114
117115* New coordinate system: :class: `iris.coord_systems.Geostationary `,
118116 including load and save support, based on the `CF Geostationary projection
119- definition <https://cfconventions
120- .org/cf-conventions/cf-conventions.html#_geostationary_projection> `_.
117+ definition <https://cfconventions.org/cf-conventions/cf-conventions.html#_geostationary_projection> `_.
121118
122119* :class: `iris.coord_systems.VerticalPerspective ` can now be saved to and
123120 loaded from NetCDF files.
@@ -164,8 +161,7 @@ Bugs Fixed
164161 points.
165162
166163* :class: `iris.coord_systems.VerticalPerspective ` coordinate system now uses
167- the `CF Vertical perspective definition <https://cfconventions
168- .org/cf-conventions/cf-conventions.html#vertical-perspective> `_; had been
164+ the `CF Vertical perspective definition <https://cfconventions.org/cf-conventions/cf-conventions.html#vertical-perspective >`_; had been
169165 erroneously using Geostationary.
170166
171167* :class: `~iris.coords.CellMethod ` will now only use valid
@@ -227,8 +223,7 @@ Internal
227223========
228224
229225* Iris now supports Proj4 up to version 5, but not yet 6 or beyond, pending
230- `fixes to some cartopy tests <https://github
231- .com/SciTools/cartopy/pull/1289#pullrequestreview-272774087> `_.
226+ `fixes to some cartopy tests <https://github.com/SciTools/cartopy/pull/1289#pullrequestreview-272774087 >`_.
232227
233228* Iris now requires Dask >= 1.2 to allow for improved coordinate equality
234229 checks.
@@ -238,7 +233,7 @@ Documentation
238233=============
239234
240235* Adopted a
241- `new colour logo for Iris <https://github.com/SciTools/iris/blob/main /docs/src/_static/Iris7_1_trim_100.png >`_
236+ `new colour logo for Iris <https://github.com/SciTools/iris/blob/v2.3.0 /docs/iris /src/_static/Iris7_1_trim_100.png >`_
242237
243238* Added a gallery example showing how to concatenate NEMO ocean model data,
244239 see :ref: `sphx_glr_generated_gallery_oceanography_plot_load_nemo.py `.
0 commit comments