Skip to content

v0.64.0

Choose a tag to compare

@christopherbunn christopherbunn released this 09 Dec 19:21

v0.64.0 Dec. 8, 2022

Fixes

  • Allowed the DFS Transformer to calculate feature values for Features with a dataframe_name that is not "X" #3873
  • Stopped passing full list of DFS Transformer features into cloned pipeline in partial dependence fast mode #3875

Changes

  • Remove Int64Index after Pandas 1.5 Upgrade #3825
  • Reduced the threshold for setting use_covariates to False for ARIMA models in AutoMLSearch #3868
  • Pinned woodwork version at <=0.19.0 #3871
  • Updated minimum Pandas version to 1.5.0 #3808