|
1 | 1 | .. include:: ../common_links.inc
|
2 | 2 |
|
3 |
| -|iris_version| |build_date| [unreleased] |
4 |
| -**************************************** |
| 3 | +v3.11 (28 Oct 2024) [release candidate] |
| 4 | +*************************************** |
5 | 5 |
|
6 | 6 | This document explains the changes made to Iris for this release
|
7 | 7 | (:doc:`View all changes <index>`.)
|
8 | 8 |
|
9 | 9 |
|
10 |
| -.. dropdown:: |iris_version| Release Highlights |
| 10 | +.. dropdown:: v3.11 Release Highlights |
11 | 11 | :color: primary
|
12 | 12 | :icon: info
|
13 | 13 | :animate: fade-in
|
14 | 14 | :open:
|
15 | 15 |
|
16 | 16 | The highlights for this major/minor release of Iris include:
|
17 | 17 |
|
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! |
19 | 37 |
|
20 | 38 | And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have
|
21 | 39 | any issues or feature requests for improving Iris. Enjoy!
|
|
0 commit comments