Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ This document explains the changes made to Iris for this release
#. `@trexfeathers`_ and `@ukmo-ccbunney`_ updated CI to support Python 3.14
inline with `SPEC0 Minimum Supported Dependencies`_. Note: `pyvista` (and
hence `geovista`) is not yet compatible with Python 3.14, so
`:module:~iris.experimental.geovista` is currently only available for
:mod:`iris.experimental.geovista` is currently only available for
Python \<3.14. (:pull:`6816`, :issue:`6775`)

#. `@ESadek-MO`_, `@trexfeathers`_, `@bjlittle`_, `@HGWright`_, `@pp-mo`_,
Expand All @@ -141,8 +141,8 @@ This document explains the changes made to Iris for this release
#. `@hsteptoe`_ and `@ESadek-MO`_ (reviewer) added static type hinting to :mod:`iris.pandas`. (:pull:`6948`)

#. `@ukmo-ccbunney`_ changed formatting of numpy scalars attributes when generating a
Cube/Coord summary to use ``str`` representation instead of ``repr``.
(:pull:`6966`, :issue:`6692`)
Cube/Coord summary to use ``str`` representation instead of ``repr``.
Comment thread
ukmo-ccbunney marked this conversation as resolved.
(:pull:`6966`, :issue:`6692`)

.. comment
Whatsnew author names (@github name) in alphabetical order. Note that,
Expand Down
Loading