v0.17.2
2024-04-24
Changed:
- DAG Constructor:
list_to_dag
anddict_to_dag
does not rely ondataframe_to_dag
as pandas dataframe operation is phased out.
Fixed:
- DAG Constructor: Handle cases where reserved keywords are part of attribute upon creation and throw error accordingly.
- [#224] Tree/DAG Constructor: Null checks to not interpret 0 as null, this affects
dataframe_to_tree_by_relation
,add_dataframe_to_tree_by_path
,add_dataframe_to_tree_by_name
,dataframe_to_tree
, anddataframe_to_dag
. This will also affect showing/printing of trees whenattr_omit_null
is set to True.
What's Changed
Full Changelog: 0.17.1...0.17.2