11.. include :: ../common_links.inc
22
3- | iris_version | | build_date | [unreleased ]
4- ****************************************
3+ v3.4 (17 Nov 2022) [release candidate ]
4+ **************************************
55
66This document explains the changes made to Iris for this release
77(:doc: `View all changes <index >`.)
@@ -14,9 +14,22 @@ This document explains the changes made to Iris for this release
1414 :animate: fade-in
1515 :open:
1616
17- The highlights for this major/minor release of Iris include:
18-
19- * N/A
17+ The highlights for this minor release of Iris include:
18+
19+ * We have **archived older Iris documentation ** - everything before
20+ ``v3.0.0 `` - so older versions will soon no longer appear in search
21+ engines. If you need this older documentation: please
22+ see :ref: `iris_support `.
23+ * We have added a :ref: `glossary ` to the Iris documentation.
24+ * We have completed work to make **Pandas interoperability ** handle
25+ n-dimensional :class: `~iris.cube.Cube `\s .
26+ * We have **begun refactoring Iris' regridding **, which has already improved
27+ performance and functionality, with more potential in future!
28+ * We have made several other significant `🚀 Performance Enhancements `_.
29+ * Please note that **Iris cannot currently work with the latest NetCDF4
30+ releases **. The pin is set to ``<v1.6.1 ``, due to incompatibility with
31+ Iris' lack of thread safety. We're working hard to make Iris NetCDF
32+ loading thread safe as soon as possible.
2033
2134 And finally, get in touch with us on :issue: `GitHub<new/choose> ` if you have
2235 any issues or feature requests for improving Iris. Enjoy!
@@ -226,8 +239,9 @@ This document explains the changes made to Iris for this release
226239#. `@tkknight `_ updated the links for the Iris documentation to v2.4 and
227240 earlier to point to the archive of zip files instead. (:pull: `5064 `)
228241
229- #. `@Esadek-MO `_ added notes at the bottom of functions to
230- to clarify if the function preserves laziness or not. (:pull: `5066 `)
242+ #. `@Esadek-MO `_ began adding notes at the bottom of functions to
243+ to clarify if the function preserves laziness or not. See :issue: `3292 ` for
244+ the ongoing checklist. (:pull: `5066 `)
231245
232246💼 Internal
233247===========
0 commit comments