Skip to content

Commit

Permalink
What's new updates for v3.11.0rc0 . (#6201)
Browse files Browse the repository at this point in the history
  • Loading branch information
ESadek-MO authored Oct 28, 2024
1 parent 8753cfb commit 1122535
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 113 deletions.
26 changes: 22 additions & 4 deletions docs/src/whatsnew/latest.rst → docs/src/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
.. include:: ../common_links.inc

|iris_version| |build_date| [unreleased]
****************************************
v3.11 (28 Oct 2024) [release candidate]
***************************************

This document explains the changes made to Iris for this release
(:doc:`View all changes <index>`.)


.. dropdown:: |iris_version| Release Highlights
.. dropdown:: v3.11 Release Highlights
:color: primary
:icon: info
:animate: fade-in
:open:

The highlights for this major/minor release of Iris include:

* N/A
* Iris is now compliant with NumPy v2. See the notes below for how this might
affect your scripts.

* Loading now supports varying reference fields for hybrid vertical
coordinates, e.g. a time-varying orography. This is controlled by the
:meth:`~iris.LOAD_POLICY` object : see :class:`~iris.LoadPolicy`.

* We now have type hints in :class:`~iris.cube.Cube`, and
:meth:`iris.cube.CubeList.concatenate` is in places almost an order of
magnitude faster!

* `@bouweandela`_ added type hints for :class:`~iris.cube.Cube`.

* Checkout the significant performance enhancements section for a couple of
improvements to the performance of Iris.
Special thanks to `@bouweandela`_ for these contributions.

* We added ``colorbar`` keyword to allow optional creation of
the colorbar in three quickplot methods!

And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have
any issues or feature requests for improving Iris. Enjoy!
Expand Down
4 changes: 2 additions & 2 deletions docs/src/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
What's New in Iris
------------------

.. include:: latest.rst
.. include:: 3.11.rst

.. toctree::
:maxdepth: 1
:hidden:

latest.rst
3.11.rst
3.10.rst
3.9.rst
3.8.rst
Expand Down
107 changes: 0 additions & 107 deletions docs/src/whatsnew/latest.rst.template

This file was deleted.

0 comments on commit 1122535

Please sign in to comment.