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
16 changes: 7 additions & 9 deletions docs/src/whatsnew/3.7.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
#. `@rcomer`_ rewrote :func:`~iris.util.broadcast_to_shape` so it now handles
lazy data. (:pull:`5307`)

.. _concat_warnings:
.. _concat_warnings:

#. `@acchamber`_ added error and warning messages about coordinate overlaps to
:func:`~iris.cube.CubeList.concatenate` to improve the concatenation process.
Expand All @@ -74,7 +74,7 @@ This document explains the changes made to Iris for this release
#. `@acchamber`_ removed some obsolete code that prevented extraction of time points
from cubes with bounded times (:pull:`5175`)

.. _cftime_warnings:
.. _cftime_warnings:

#. `@rcomer`_ modified pp-loading to avoid a ``cftime`` warning for non-standard
calendars. (:pull:`5357`)
Expand Down Expand Up @@ -104,35 +104,33 @@ This document explains the changes made to Iris for this release

#. N/A


📚 Documentation
================

.. _docs_dark:

#. `@tkknight`_ prepared the documentation for dark mode and enable the option
to use it. By default the theme will be based on the users system settings,
defaulting to ``light`` if no system setting is found. (:pull:`5299`)

.. _dask_guide:
.. _dask_guide:

#. `@HGWright`_ added a :doc:`/further_topics/dask_best_practices/index`
section into the user guide, containing advice and use cases to help users
get the best out of Dask with Iris. (:pull:`5190`)

.. _convert_docs:
.. _convert_docs:

#. `@acchamber`_ improved documentation for :meth:`~iris.cube.Cube.convert_units`
and :meth:`~iris.coords.Coord.convert_units` by including a link to the UDUNITS-2
documentation which contains lists of compatible units and aliases for them.
(:pull:`5388`)


.. _installdocs_update:
.. _installdocs_update:

#. `@rcomer`_ updated the :ref:`Installation Guide<installing_iris>` to reflect
that some things are now simpler. (:pull:`5416`)


💼 Internal
===========

Expand All @@ -141,7 +139,7 @@ This document explains the changes made to Iris for this release
`"Xarray bridge" <https://github.com/SciTools/iris/issues/4994>`_ facility.
(:pull:`5214`, :pull:`5212`)

.. _contour_future:
.. _contour_future:

#. `@rcomer`_ updated :func:`~iris.plot.contourf` to avoid using functionality
that is deprecated in Matplotlib v3.8 (:pull:`5405`)
Expand Down