Skip to content

Commit 1122535

Browse files
authored
What's new updates for v3.11.0rc0 . (#6201)
1 parent 8753cfb commit 1122535

File tree

3 files changed

+24
-113
lines changed

3 files changed

+24
-113
lines changed

docs/src/whatsnew/latest.rst renamed to docs/src/whatsnew/3.11.rst

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,39 @@
11
.. include:: ../common_links.inc
22

3-
|iris_version| |build_date| [unreleased]
4-
****************************************
3+
v3.11 (28 Oct 2024) [release candidate]
4+
***************************************
55

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

99

10-
.. dropdown:: |iris_version| Release Highlights
10+
.. dropdown:: v3.11 Release Highlights
1111
:color: primary
1212
:icon: info
1313
:animate: fade-in
1414
:open:
1515

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

18-
* N/A
18+
* Iris is now compliant with NumPy v2. See the notes below for how this might
19+
affect your scripts.
20+
21+
* Loading now supports varying reference fields for hybrid vertical
22+
coordinates, e.g. a time-varying orography. This is controlled by the
23+
:meth:`~iris.LOAD_POLICY` object : see :class:`~iris.LoadPolicy`.
24+
25+
* We now have type hints in :class:`~iris.cube.Cube`, and
26+
:meth:`iris.cube.CubeList.concatenate` is in places almost an order of
27+
magnitude faster!
28+
29+
* `@bouweandela`_ added type hints for :class:`~iris.cube.Cube`.
30+
31+
* Checkout the significant performance enhancements section for a couple of
32+
improvements to the performance of Iris.
33+
Special thanks to `@bouweandela`_ for these contributions.
34+
35+
* We added ``colorbar`` keyword to allow optional creation of
36+
the colorbar in three quickplot methods!
1937

2038
And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have
2139
any issues or feature requests for improving Iris. Enjoy!

docs/src/whatsnew/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
What's New in Iris
77
------------------
88

9-
.. include:: latest.rst
9+
.. include:: 3.11.rst
1010

1111
.. toctree::
1212
:maxdepth: 1
1313
:hidden:
1414

15-
latest.rst
15+
3.11.rst
1616
3.10.rst
1717
3.9.rst
1818
3.8.rst

docs/src/whatsnew/latest.rst.template

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)