Skip to content

v0.41.0

Compare
Choose a tag to compare
@chukarsten chukarsten released this 10 Jan 16:54
· 667 commits to main since this release
b469733

v0.41.0 Jan. 10, 2022

Enhancements

  • Added string support for DataCheckActionCode #3167
  • Added DataCheckActionOption class #3134
  • Add issue templates for bugs, feature requests and documentation improvements for GitHub #3199

Fixes

  • Fix bug where prediction explanations class_name was shown as float for boolean targets #3179
  • Fixed bug in nightly linux tests #3189

Changes

  • Removed usage of scikit-learn's LabelEncoder in favor of ours #3161
  • Removed nullable types checking from infer_feature_types #3156
  • Fixed mean_cv_data and validation_score values in AutoMLSearch.rankings to reflect cv score or NaN when appropriate #3162

Documentation Changes

Testing Changes

  • Add workflow to auto-merge dependency PRs if status checks pass #3184