Skip to content

v0.54.0

Compare
Choose a tag to compare
@chukarsten chukarsten released this 27 Jun 17:12
· 442 commits to main since this release
d259cb9

v0.54.0 Jun. 27, 2022

Fixes

  • Updated the Imputer and SimpleImputer to work with scikit-learn 1.1.1. #3525
  • Bumped the minimum versions of scikit-learn to 1.1.1 and imbalanced-learn to 0.9.1. #3525
  • Added a clearer error message when describe is called on an un-instantiated ComponentGraph #3569
  • Added a clearer error message when time series' predict is called with its X_train or y_train parameter set as None #3579

Changes

  • Don't pass time_index as kwargs to sktime ARIMA implementation for compatibility with latest version #3564
  • Remove incompatible nlp-primitives version 2.6.0 from accepted dependency versions #3572, #3574
  • Updated evalml authors #3581

Documentation Changes

  • Fix typo in long_description field in setup.cfg #3553
  • Update install page to remove Python 3.7 mention #3567