What’s New in Iris#
v3.5.0.dev30 (07 Feb 2023) [unreleased]#
This document explains the changes made to Iris for this release (View all changes.)
v3.5.0.dev30 Release Highlights
The highlights for this major/minor release of Iris include:
We’re so proud to fully support @ed-hawkins and #ShowYourStripes ❤️
And finally, get in touch with us on GitHub if you have any issues or feature requests for improving Iris. Enjoy!
📢 Announcements#
Congratulations to @ESadek-MO who has become a core developer for Iris! 🎉
Welcome and congratulations to @HGWright for making his first contribution to Iris! 🎉
✨ Features#
N/A
🐛 Bugs Fixed#
N/A
💣 Incompatible Changes#
N/A
🚀 Performance Enhancements#
N/A
🔥 Deprecations#
N/A
🔗 Dependencies#
N/A
📚 Documentation#
@rcomer clarified instructions for updating gallery tests. (PR #5100)
@tkknight unpinned
pydata-sphinx-theme
and set the default to use the light version (not dark) while we make the docs dark mode friendly (PR #5129)@jonseddon updated the citation to a more recent version of Iris. (PR #5116)
@rcomer linked the
PERCENTILE
aggregator from theMEDIAN
docstring, noting that the former handles lazy data. (PR #5128)@trexfeathers updated the WSL link to Microsoft’s latest documentation, and removed an ECMWF link in the
v1.0
What’s New that was failing the linkcheck CI. (PR #5109)@trexfeathers added a new top-level Iris in the Community section, as a one-stop place to find out about getting involved, and how we relate to other projects. (PR #5025)
The Iris community, with help from the Xarray community, produced the Iris ❤️ Xarray page, highlighting the similarities and differences between the two packages. (PR #5025)
@bjlittle added a new section to the README.md to show our support for the outstanding work of @ed-hawkins et al for #ShowYourStripes. (PR #5141)
💼 Internal#
@fnattino changed the order of
ncgen
arguments in the command to create NetCDF files for testing (caused errors on OS X). (PR #5105)@rcomer removed some old infrastructure that printed test timings. (PR #5101)