You are viewing the latest unreleased documentation 3.10.0.dev20. You can switch to a stable version.

What’s New in Iris#

v3.10.0.dev20 (22 Apr 2024) [unreleased]#

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

v3.10.0.dev20 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!

📢 Announcements#

  1. N/A

✨ Features#

  1. N/A

🐛 Bugs Fixed#

  1. N/A

💣 Incompatible Changes#

  1. @rcomer removed the target parameter from as_fields() and save_pairs_from_cube() because it had no effect. (PR #5783)

🚀 Performance Enhancements#

  1. N/A

  2. @bouweandela added the option to specify the Dask chunks of the target array in iris.util.broadcast_to_shape(). (PR #5620)

  3. @schlunma allowed iris.analysis.cartography.area_weights() to return dask arrays with arbitrary chunks. (PR #5658)

🔥 Deprecations#

  1. N/A

🔗 Dependencies#

  1. @tkknight removed the pin for sphinx <=5.3, so the latest should now be used, currently being v7.2.6. (PR #5901)

📚 Documentation#

  1. @hsteptoe added more detailed examples to Cube functions slices() and slices_over(). (PR #5735)

💼 Internal#

  1. N/A