Pass keywords from TimeSeris.read to underlying GWF API
This PR modifies the top-level gwpy.timeseries.io.gwf.read_timeseriesdict
method to pass any other keyword arguments (**kwargs
) to the underlying GWF API read method. This mainly allows specifying type
when reading with format='gwf.framecpp'
.