v0.0.18
Fixed
- Bug causing types of columns in DataFrame not to be checked.
Changed
- str destinations in TableMetadata constructor will now be transformed into a set. This means that destinations="abc" is interpreted as destination "abc" instead of destinations "a", "b", and "c".