Skip to content

v0.0.3

Compare
Choose a tag to compare
@big-o big-o released this 13 Aug 17:44
· 22 commits to develop since this release
6b84937
  • Improved Pandas support. Dataframe information can now be preserved or inferred between DAG steps with the infer_dataframe option in DAGBuilder. Dataframe behaviour can also be customised in more detail for each step using the dataframe_columns option in DAGBuilder.add_step().
  • DAG.make_pipeline is now deprecated by DAGBuilder.make_pipeline.