Skip to content

Commit aa2dca3

Browse files
Update whatsnew for v3.3.0rc0 (#4921)
* update whatsnew * fix index * remove template * address review comments
1 parent 0304665 commit aa2dca3

File tree

3 files changed

+15
-118
lines changed

3 files changed

+15
-118
lines changed

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

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

3-
|iris_version| |build_date| [unreleased]
4-
****************************************
3+
v3.3 (18 Aug 2022) [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:: :opticon:`report` |iris_version| Release Highlights
10+
.. dropdown:: :opticon:`report` v3.3.0 Release Highlights
1111
:container: + shadow
1212
:title: text-primary text-center font-weight-bold
1313
:body: bg-light
@@ -16,7 +16,16 @@ This document explains the changes made to Iris for this release
1616

1717
The highlights for this minor release of Iris include:
1818

19-
* N/A
19+
* We've added support for datums, loading them from NetCDF when the
20+
:obj:`iris.FUTURE.datum_support` flag is set.
21+
* We've greatly improved the speed of linear interpolation.
22+
* We've added the function :func:`iris.pandas.as_cubes` for richer
23+
conversion from Pandas.
24+
* We've improved the functionality of :func:`iris.util.mask_cube`.
25+
* We've improved the functionality and performance of the
26+
:obj:`iris.analysis.PERCENTILE` aggregator.
27+
* We've completed implementation of our :ref:`contributing.benchmarks`
28+
infrastructure.
2029

2130
And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have
2231
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
@@ -5,13 +5,13 @@
55
What's New in Iris
66
------------------
77

8-
.. include:: latest.rst
8+
.. include:: 3.3.rst
99

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

14-
latest.rst
14+
3.3.rst
1515
3.2.rst
1616
3.1.rst
1717
3.0.rst

docs/src/whatsnew/latest.rst.template

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

0 commit comments

Comments
 (0)