Skip to content

v0.0.18

Compare
Choose a tag to compare
@guilhermebs guilhermebs released this 17 Jan 08:39
· 21 commits to master since this release
5d6aa03

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".