Releases: SciTools/iris
Releases · SciTools/iris
v1.11.0rc3
Merge pull request #2222 from marqh/dottest Prevent dot_path tests from corrupting the stored path.
v1.11.0rc2
release candidate for Iris v1.11.0
v1.11.0rc1
release candidate for Iris v1.11.0
v1.10.0
v1.10.0rc1
v1.9.2
v1.9.1
v1.9.0
v1.8.1
Bugfixes since v1.8.0:
- The PP loader now carefully handles floating point errors in date time conversions to hours.
- The handling fill values for lazy data loaded from NetCDF files is altered, such that the
_FillValue set in the file is preserved through lazy operations. - The risk that cube intersections could return incorrect results due to floating point
tolerances is reduced. - The new GRIB2 loading code is altered to enable the loading of various data representation
templates; the data value unpacking is handled by the GRIB API. - Saving cube collections to NetCDF, where multiple similar aux-factories exist within the cubes,
is now carefully handled such that extra file variables are created where required in some cases.