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

Documentation updates for v3.4.0rc0 release. #5078

Merged
merged 4 commits into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
28 changes: 21 additions & 7 deletions docs/src/whatsnew/latest.rst → docs/src/whatsnew/3.4.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. include:: ../common_links.inc

|iris_version| |build_date| [unreleased]
stephenworsley marked this conversation as resolved.
Show resolved Hide resolved
****************************************
v3.4 (17 Nov 2022) [release candidate]
**************************************

This document explains the changes made to Iris for this release
(:doc:`View all changes <index>`.)
Expand All @@ -14,9 +14,22 @@ This document explains the changes made to Iris for this release
:animate: fade-in
:open:

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

* N/A
The highlights for this minor release of Iris include:

* We have **archived older Iris documentation** - everything before
``v3.0.0`` - so older versions will soon no longer appear in search
engines. If you need this older documentation: please
see :ref:`iris_support`.
* We have added a :ref:`glossary` to the Iris documentation.
* We have completed work to make **Pandas interoperability** handle
n-dimensional :class:`~iris.cube.Cube`\s.
* We have **begun refactoring Iris' regridding**, which has already improved
performance and functionality, with more potential in future!
* We have made several other significant `🚀 Performance Enhancements`_.
* Please note that **Iris cannot currently work with the latest NetCDF4
releases**. The pin is set to ``<v1.6.1``, due to incompatibility with
Iris' lack of thread safety. We're working hard to make Iris NetCDF
loading thread safe as soon as possible.

And finally, get in touch with us on :issue:`GitHub<new/choose>` if you have
any issues or feature requests for improving Iris. Enjoy!
Expand Down Expand Up @@ -226,8 +239,9 @@ This document explains the changes made to Iris for this release
#. `@tkknight`_ updated the links for the Iris documentation to v2.4 and
earlier to point to the archive of zip files instead. (:pull:`5064`)

#. `@Esadek-MO`_ added notes at the bottom of functions to
to clarify if the function preserves laziness or not. (:pull:`5066`)
#. `@Esadek-MO`_ began adding notes at the bottom of functions to
to clarify if the function preserves laziness or not. See :issue:`3292` for
the ongoing checklist. (:pull:`5066`)

💼 Internal
===========
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.4.rst

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

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

This file was deleted.