You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fix: nodes with passthrough dependencies were assuming the passthroughs were inserting prefixes to dataframe column names. This has been fixed to remove the assumption for passthroughs only.
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.