mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-08 16:52:26 +00:00

* datetime feature engineering added. * check if datetime in columns moved after drop check. Check if the new columns do not already exist. * check the drop condition before to add new_column. In transform, check directly if new columns are present in num_column. * check if new_column is in X.columns. * fixed lint issue. update version to 0.4.1.
2 lines
22 B
Python
2 lines
22 B
Python
__version__ = "0.4.1"
|