v1.11 (29 Oct 2016)¶
This document explains the changes made to Iris for this release (View all changes.)
Features¶
If available, display the
STASHcode instead ofunknown / (unknown)when printing cubes with nostandard_nameand nounits.Support for saving to netCDF with data packing has been added.
The coordinate system
iris.coord_systems.LambertAzimuthalEqualAreahas been added with NetCDF saving support.
Bugs Fixed¶
Fixed a floating point tolerance bug in
iris.experimental.regrid.regrid_area_weighted_rectilinear_src_and_grid()for wrapped longitudes.Allow
iris.util.new_axis()to promote the nominated scalar coordinate of a cube with a scalar masked constant data payload.Fixed a bug where
iris.util._is_circular()would erroneously return false when coordinate values are decreasing.When saving to NetCDF, the existing behaviour of writing string attributes as ASCII has been maintained across known versions of netCDF4-python.
Documentation¶
Fuller doc-string detail added to
iris.analysis.cartography.unrotate_pole()andiris.analysis.cartography.rotate_pole().