This release brings an enhancement to the `iconarray.open_dataset()` function, with support to filter by a single variable, irrespective of whether the data is GRIB or NETCDF. The standard xarray and cfgrib arguments can also now be passed to xarray/cfgrib via `iconarray.open_dataset()`.
There is also an additional function `iconarray.show_GRIB_shortnames()` which prints the variable names available to use to filter GRIB files with `iconarray.open_dataset()`. This function does not load the entire dataset so is relatively quick.
Tests are added for the new fitler functionality.