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