v0.0.3
- Improved Pandas support. Dataframe information can now be preserved or inferred between DAG steps with the
infer_dataframeoption inDAGBuilder. Dataframe behaviour can also be customised in more detail for each step using thedataframe_columnsoption inDAGBuilder.add_step(). DAG.make_pipelineis now deprecated byDAGBuilder.make_pipeline.