Version 0.16 Updates¶
Version 0.16.8¶
Dependency updates¶
Ensure compatibility between earthkit components by restricting the following dependencies:
earthkit-utils<0.2earthkit-meteo<0.6
Version 0.16.7¶
Fixes¶
Fixed issue when the serialisation of a GRIB field loaded from disk did not work (#812)
Version 0.16.6¶
Fixes¶
Fixed issue when downloading data in multiple threads crashed when cache policy was set to “off” (#807)
Version 0.16.5¶
Fixes¶
Enabled earthkit-regrid (earthkit-regrid >= 0.4.2 is required) to interpolate GRIB fieldlists to 0.05x0.05 degree global latitude-longitude grid
Version 0.16.5¶
Fixes¶
Enabled earthkit-regrid (earthkit-regrid >= 0.4.2 is required) to interpolate GRIB fieldlists to 0.05x0.05 degree global latitude-longitude grid
Version 0.16.4¶
Fixes¶
Version 0.16.3¶
Fixes¶
Fixed fieldlist serialisation problem when Dask cluster is used (#791)
Version 0.16.2¶
Fixes¶
Fixed issue when global attributes were not set correctly when using the Xarray engine (#787)
Version 0.16.1¶
Changes¶
Increased covjsonkit minimum version to 0.2.0
Version 0.16.0¶
Xarray engine¶
Implemented mono variable (single dataarray containing all the parameters from a GRIB fieldlist) in Xarray engine (#734). See the notebook examples:
Allowed specifying metadata defaults for
to_xarray()(#738) via thefill_metadataoption. See the notebook example Xarray engine: mono variableImproved the Xarray support in the encoders (#750).
Experimental features¶
Added GPU support for the Xarray engine (#745). See the notebook example Xarray: using CuPy
Added the
grid_specproperty to Xarray earthkit accessor (#751).