Skip to content

v0.52.0

Compare
Choose a tag to compare
@chukarsten chukarsten released this 12 May 20:11
· 492 commits to main since this release
40e6325

v0.52.0 May. 12, 2022

Changes

  • Added github workflows for featuretools and woodwork to test their main branch against evalml. #3504
  • Added pmdarima to conda recipe. #3505
  • Added a threshold for NullDataCheck before a warning is issued for null values #3507
  • Changed NoVarianceDataCheck to only output warnings #3506
  • Updated roc_curve() and conf_matrix() to work with IntegerNullable and BooleanNullable types. #3465
  • Changed ComponentGraph._transform_features to raise a PipelineError instead of a ValueError. This is not a breaking change because PipelineError is a subclass of ValueError. #3497

Documentation Changes

  • Updated to install prophet extras in Read the Docs. #3509

Testing Changes

  • Moved vowpal wabbit in test recipe to evalml package from evalml-core #3502