Version 1.0.29
Changed
dataset creation explicit parameters
The Dataset parameters are not explictly passed in the constructor instead of
being hidden in the kwargs.
This allows also to clearly support custom_fields and conditions.
A few new examples have been added or updated:
get historical flat files and
create a dataset with custom_fields and conditions.