Skip to content

Commit

Permalink
Updated release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten committed Dec 7, 2021
1 parent 1458f85 commit 8ea2cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Release Notes
* Changes
* Cleaned up and refactored ``InvalidTargetDataCheck`` implementation and docstring :pr:`3122`
* Removed indices information from the output of ``HighlyNullDataCheck``'s ``validate()`` method :pr:`3092`
* Added ``ReplaceNullableTypes`` component to prepare for handling pandas nullable types. :pr:`3090`
* Documentation Changes
* Testing Changes
* Refactored tests to avoid using ``importorskip`` :pr:`3126`
Expand All @@ -27,7 +28,6 @@ Release Notes
* Added support for ``scikit-learn > 1.0.0`` :pr:`3051`
* Required the ``date_index`` parameter to be specified for time series problems in ``AutoMLSearch`` :pr:`3041`
* Allowed time series pipelines to predict on test datasets whose length is less than or equal to the ``forecast_horizon``. Also allowed the test set index to start at 0. :pr:`3071`
* Added ``ReplaceNullableTypes`` component to prepare for handling pandas nullable types. :pr:`3090`
* Enabled time series pipeline to predict on data with features that are not known-in-advanced :pr:`3094`
* Fixes
* Added in error message when fit and predict/predict_proba data types are different :pr:`3036`
Expand Down

0 comments on commit 8ea2cce

Please sign in to comment.