Skip to content

v0.51.0

Compare
Choose a tag to compare
@chukarsten chukarsten released this 29 Apr 15:34
· 512 commits to main since this release
882a9e4

v0.51.0 Apr. 29, 2022

Enhancements

  • Updated make_pipeline_from_data_check_output to work with time series problems. #3454

Fixes

  • Changed PipelineBase.graph_json() to return a python dictionary and renamed as graph_dict()#3463

Changes

  • Added vowpalwabbit to local recipe and remove is_using_conda pytest skip markers from relevant tests #3481

Documentation Changes

  • Fixed broken link in contributing guide #3464
  • Improved development instructions #3468
  • Added the TimeSeriesRegularizer and TimeSeriesImputer to the timeseries section of the User Guide #3473
  • Updated OSS slack link #3487

Testing Changes

  • Updated unit tests to support woodwork 0.16.2 #3482
  • Fix some unit tests after vowpal wabbit got added to conda recipe #3486

Breaking Changes

  • Renamed PipelineBase.graph_json() to PipelineBase.graph_dict() #3463
  • Minimum supported woodwork version is now 0.16.2 #3482