Skip to content

v0.48.0

Choose a tag to compare

@chukarsten chukarsten released this 28 Mar 23:27
· 560 commits to main since this release
caac7f7

v0.48.0 Mar. 28, 2022

Enhancements

  • Replaced pipeline_parameters and custom_hyperparameters with search_parameters in AutoMLSearch #3373
  • Add support for oversampling in time series classification problems #3387

Fixes

  • Fixed TimeSeriesFeaturizer to make it deterministic when creating and choosing columns #3384
  • Fixed bug where Email/URL features with missing values would cause the imputer to error out #3388

Changes

  • Update maintainers to add Frank #3382
  • Allow woodwork version 0.14.0 to be installed #3381
  • Moved partial dependence functions from graph.py to a separate file #3404
  • Pin click at 8.0.4 due to incompatibility with black #3413

Documentation Changes

  • Added automl user guide section covering search algorithms #3394
  • Updated broken links and automated broken link detection #3398
  • Upgraded nbconvert #3402, #3411

Testing Changes

  • Updated scheduled workflows to only run on Alteryx owned repos (#3395)
  • Exclude documentation versions other than latest from broken link check #3401

Breaking Changes

  • Moved partial dependence functions from graph.py to partial_dependence.py #3404