Skip to content

Commit 0ec821d

Browse files
authored
Whats new updates for v3.12.0 . (#6376)
* Whats new updates for v3.12.0 . * Review changes: whatsnew fix. * Add link to ignored list.
1 parent 8e20079 commit 0ec821d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/src/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ def _dotv(version):
406406
"https://stackoverflow.com/questions/tagged/python-iris",
407407
"https://www.flaticon.com/",
408408
"https://www.mail-archive.com/[email protected]/msg39091.html",
409+
"https://doi.org/10.3390/jmse2010194",
409410
]
410411

411412
# list of sources to exclude from the build.

docs/src/whatsnew/3.12.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. include:: ../common_links.inc
22

3-
v3.12 (10 Mar 2025 [release candidate])
4-
***************************************
3+
v3.12 (24 Mar 2025)
4+
*******************
55

66
This document explains the changes made to Iris for this release
77
(:doc:`View all changes <index>`.)
@@ -13,13 +13,13 @@ This document explains the changes made to Iris for this release
1313
:animate: fade-in
1414
:open:
1515

16-
The highlights for this major/minor release of Iris include:
16+
The highlights for this minor release of Iris include:
1717

1818
* Iris now supports Python version 3.13, and has dropped support for Python 3.10,
1919
as per the Scientific Python
2020
`SPEC 0 <https://scientific-python.org/specs/spec-0000/>`_ schedule.
2121

22-
* Data is now optional in a cube, which can simplify the regridding process and lay
22+
* Data is now optional in a cube, which can simplify the regridding process and lays
2323
the ground work for future features. See :issue:`4447`.
2424

2525
* Added :data:`iris.loading.LOAD_PROBLEMS` to capture objects which could not be

0 commit comments

Comments
 (0)