Changed
- When using GRIB files. ``to_xarray()`` does not remove empty coordinates anymore.
Use ``to_xarray(xarray_open_dataset_kwargs=dict(squeeze=True))`` to revert to
previous behaviour.
Removed
- ``DateListNormaliser`` has been removed. The same functionality is provided
by the decorator ``cml.decorator.normalize``.