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

Whats new updates for v3.5.0rc0. #5246

Merged
merged 2 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
12 changes: 11 additions & 1 deletion docs/src/whatsnew/latest.rst → docs/src/whatsnew/3.5.rst
trexfeathers marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: ../common_links.inc

|iris_version| |build_date| [unreleased]
v3.5 (13 Apr 2023) [release candidate]
****************************************

This document explains the changes made to Iris for this release
Expand All @@ -16,6 +16,16 @@ This document explains the changes made to Iris for this release

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

* We added support for plugins.
* We allowed the usage of iris objects as weights
trexfeathers marked this conversation as resolved.
Show resolved Hide resolved
for cube aggregations.
* We made Iris' use of the `netCDF4`_ library
thread-safe.
* We improved performance by changing the netCDF loader to
fetch data immediately from small netCDF.
variables, instead of creating a dask array.
* We added notes within docstrings clarifying whether functions
trexfeathers marked this conversation as resolved.
Show resolved Hide resolved
maintain lazy data or not.
* We're so proud to fully support `@ed-hawkins`_ and `#ShowYourStripes`_ ❤️

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

.. include:: latest.rst
.. include:: 3.5.rst

.. toctree::
:maxdepth: 1
:hidden:

latest.rst
3.5.rst
3.4.rst
3.3.rst
3.2.rst
Expand Down
111 changes: 0 additions & 111 deletions docs/src/whatsnew/latest.rst.template

This file was deleted.