From 0ec821de048c4800018e75495954076e59a89dde Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Mon, 24 Mar 2025 14:19:05 +0000 Subject: [PATCH] Whats new updates for v3.12.0 . (#6376) * Whats new updates for v3.12.0 . * Review changes: whatsnew fix. * Add link to ignored list. --- docs/src/conf.py | 1 + docs/src/whatsnew/3.12.rst | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/src/conf.py b/docs/src/conf.py index 82a38a60b8..2423c7f139 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -406,6 +406,7 @@ def _dotv(version): "https://stackoverflow.com/questions/tagged/python-iris", "https://www.flaticon.com/", "https://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg39091.html", + "https://doi.org/10.3390/jmse2010194", ] # list of sources to exclude from the build. diff --git a/docs/src/whatsnew/3.12.rst b/docs/src/whatsnew/3.12.rst index 15b2ca3979..fbe5fce385 100644 --- a/docs/src/whatsnew/3.12.rst +++ b/docs/src/whatsnew/3.12.rst @@ -1,7 +1,7 @@ .. include:: ../common_links.inc -v3.12 (10 Mar 2025 [release candidate]) -*************************************** +v3.12 (24 Mar 2025) +******************* This document explains the changes made to Iris for this release (:doc:`View all changes `.) @@ -13,13 +13,13 @@ 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: + The highlights for this minor release of Iris include: * Iris now supports Python version 3.13, and has dropped support for Python 3.10, as per the Scientific Python `SPEC 0 `_ schedule. - * Data is now optional in a cube, which can simplify the regridding process and lay + * Data is now optional in a cube, which can simplify the regridding process and lays the ground work for future features. See :issue:`4447`. * Added :data:`iris.loading.LOAD_PROBLEMS` to capture objects which could not be