v3.17.0.dev16 (17 Sep 2026) [unreleased]#

This document explains the changes made to Iris for this release (View all changes.)

v3.17.0.dev16 Release Highlights

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

  • N/A

And finally, get in touch with us on GitHub if you have any issues or feature requests for improving Iris. Enjoy!

✨ Features#

🐛 Bugs Fixed#

🔗 Dependencies#

  • #7270: @trexfeathers modernised the Iris gallery tests, and set several to skip if using the incompatible combination of PROJ>=9.8 and Cartopy<0.26.

💼 Internal#

  • #7198: @01luyicheng added unit tests for coord_dims(). ( #4552)

  • #7254: @trexfeathers made CI compatible with PROJ 9.8, including known incompatibilities with Cartopy <0.26 when plotting coastlines.

  • #7267: @rcomer moved the developers’ conda yaml file. It is now environment.yml in the repository root directory. ( #7205)

  • #7269: @rcomer updated the scipy intersphinx mapping to make documentation builds more reliable.