--------------------
- Add support for selecting the time coordinates to use as dimensions via ``time_dims``.
Forecasts products may be represented as ``('time', 'step')`` (the default),
``('time', 'valid_time')`` or ``('valid_time', 'step')``.
See: `97 <https://github.com/ecmwf/cfgrib/issues/97>`_.
- Reduce the in-memory footprint of the ``FieldIndex`` and the size of ``.idx`` files.