Skip to content

Commit 61dd54d

Browse files
authored
Whats new updates for v3.5.0rc0. (#5246)
* Whats new updates for v3.5.0rc0. * resolved change requests
1 parent 3e2cfd4 commit 61dd54d

File tree

3 files changed

+14
-115
lines changed

3 files changed

+14
-115
lines changed

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

Lines changed: 12 additions & 2 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]
3+
v3.5 (13 Apr 2023) [release candidate]
44
****************************************
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.5 Release Highlights
1111
:container: + shadow
1212
:title: text-primary text-center font-weight-bold
1313
:body: bg-light
@@ -16,6 +16,16 @@ This document explains the changes made to Iris for this release
1616

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

19+
* We added support for plugins.
20+
* We allowed the usage of Iris objects as weights
21+
for cube aggregations.
22+
* We made Iris' use of the `netCDF4`_ library
23+
thread-safe.
24+
* We improved performance by changing the netCDF loader to
25+
fetch data immediately from small netCDF.
26+
variables, instead of creating a dask array.
27+
* We added notes within docstrings clarifying whether operations
28+
maintain lazy data or not.
1929
* We're so proud to fully support `@ed-hawkins`_ and `#ShowYourStripes`_ ❤️
2030

2131
And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have

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.5.rst
99

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

14-
latest.rst
14+
3.5.rst
1515
3.4.rst
1616
3.3.rst
1717
3.2.rst

docs/src/whatsnew/latest.rst.template

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

0 commit comments

Comments
 (0)