Skip to content

Version 1.0.29

Choose a tag to compare

@joserc87 joserc87 released this 09 Jul 14:45
· 154 commits to master since this release

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.