File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -406,6 +406,7 @@ def _dotv(version):
406
406
"https://stackoverflow.com/questions/tagged/python-iris" ,
407
407
"https://www.flaticon.com/" ,
408
408
"https://www.mail-archive.com/[email protected] /msg39091.html" ,
409
+ "https://doi.org/10.3390/jmse2010194" ,
409
410
]
410
411
411
412
# list of sources to exclude from the build.
Original file line number Diff line number Diff line change 1
1
.. include :: ../common_links.inc
2
2
3
- v3.12 (10 Mar 2025 [release candidate] )
4
- ***************************************
3
+ v3.12 (24 Mar 2025)
4
+ *******************
5
5
6
6
This document explains the changes made to Iris for this release
7
7
(:doc: `View all changes <index >`.)
@@ -13,13 +13,13 @@ This document explains the changes made to Iris for this release
13
13
:animate: fade-in
14
14
:open:
15
15
16
- The highlights for this major/ minor release of Iris include:
16
+ The highlights for this minor release of Iris include:
17
17
18
18
* Iris now supports Python version 3.13, and has dropped support for Python 3.10,
19
19
as per the Scientific Python
20
20
`SPEC 0 <https://scientific-python.org/specs/spec-0000/ >`_ schedule.
21
21
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
23
23
the ground work for future features. See :issue: `4447 `.
24
24
25
25
* Added :data: `iris.loading.LOAD_PROBLEMS ` to capture objects which could not be
You can’t perform that action at this time.
0 commit comments