Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's new updates for v3.11.0rc0 . #6201

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
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
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.

Loading