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#
N/A
✨ Features#
@rcomer rewrote
broadcast_to_shape()
so it now handles lazy data. (PR #5307)
🐛 Bugs Fixed#
N/A
💣 Incompatible Changes#
N/A
🚀 Performance Enhancements#
@rcomer made
aggregated_by()
faster. (PR #4970)@rsdavies modified the CF compliant standard name for m01s00i023 Issue #4566
🔥 Deprecations#
N/A
🔗 Dependencies#
N/A
📚 Documentation#
💼 Internal#
@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)