What’s New in Iris#

v3.7.0.dev20 (05 Jun 2023) [unreleased]#

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

v3.7.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. @rcomer rewrote broadcast_to_shape() so it now handles lazy data. (PR #5307)

🐛 Bugs Fixed#

  1. N/A

💣 Incompatible Changes#

  1. N/A

🚀 Performance Enhancements#

  1. @rcomer made aggregated_by() faster. (PR #4970)

  2. @rsdavies modified the CF compliant standard name for m01s00i023 Issue #4566

🔥 Deprecations#

  1. N/A

🔗 Dependencies#

  1. N/A

📚 Documentation#

  1. @tkknight prepared the documentation for dark mode and enable the option to use it. By default the theme will be based on the users system settings, defaulting to light if no system setting is found. (PR #5299)

💼 Internal#

  1. @pp-mo supported loading and saving netcdf netCDF4.Dataset compatible objects in place of file-paths, as hooks for a forthcoming “Xarray bridge” facility. (PR #5214)