Version 0.16 Updates

Version 0.16.8

Dependency updates

Ensure compatibility between earthkit components by restricting the following dependencies:

  • earthkit-utils<0.2

  • earthkit-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

  • Fixed issue in the Xarray engine when the remapping option did not work with lazy_load=False (#795)

  • Fixed regression caused by #791 that made the opendap source unusable (#796)

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

Experimental features

  • Added GPU support for the Xarray engine (#745). See the notebook example Xarray: using CuPy

  • Added the grid_spec property to Xarray earthkit accessor (#751).