Skip to content

Latest commit

 

History

History
85 lines (59 loc) · 2.9 KB

CHANGELOG.rst

File metadata and controls

85 lines (59 loc) · 2.9 KB

Changelog for cfgrib

0.9.5 (unreleased)

  • Drop support for xarray versions prior to v0.11 to reduce complexity. (This is really only v0.10.9). See: #32.
  • Declare the data as CF-1.7 compliant via the Conventions global attribute. See: #36.
  • Tested larger-than-memory and distributed processing via dask and dask.distributed. See: #33.
  • Promote write support via cfgrib.to_grib to Alpha. See: #18.
  • Provide the cf2cdm.translate_coords utility function to translate the coordinates between CF-compliant data models, defined by out_name, units and store_direction. See: #24.
  • Provide cfgrib.__version__. See: #31.
  • Raise with a better error message when users attempt to open a file that is not a GRIB. See: #34.
  • Make 2D grids for rotated_ll and rotated_gg gridType's. See: #35.

0.9.4.1 (2018-11-08)

  • Fix formatting for PyPI page.

0.9.4 (2018-11-08)

  • Saves one index file per set of index_keys in a much more robust way.
  • Refactor CF-encoding and add the new encode_cf option to backend_kwargs. See: #23.
  • Refactor error handling and the option to ignore errors (not well documented yet). See: #13.
  • Do not crash on gridType not fully supported by the installed ecCodes See: #27.
  • Several smaller bug fixes and performance improvements.

0.9.3.1 (2018-10-28)

  • Assorted README fixes, in particular advertise index file support as alpha.

0.9.3 (2018-10-28)

  • Big performance improvement: add alpha support to save to and read from disk the GRIB index produced by the full-file scan at the first open. See: #20.

0.9.2 (2018-10-22)

  • Rename coordinate air_pressure to isobaricInhPa for consistency with all other vertical level coordinates. See: #25.

0.9.1.post1 (2018-10-19)

  • Fix PyPI description.

0.9.1 (2018-10-19)

  • Change the usage of cfgrib.open_dataset to allign it with xarray.open_dataset, in particular filter_by_key must be added into the backend_kwargs dictionary. See: #21.

0.9.0 (2018-10-14)

  • Beta release with read support.