Skip to content

Commit

Permalink
Release v0.72.0 (#4112)
Browse files Browse the repository at this point in the history
* Release v0.72.0.

---------

Co-authored-by: Karsten Chu <karsten.chu@alteryx.com>
  • Loading branch information
jeremyliweishih and chukarsten committed Mar 27, 2023
1 parent 440ee46 commit 2e3aa21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@ Release Notes
-------------
**Future Releases**
* Enhancements
* Updated `pipeline.get_prediction_intervals()` to add trend prediction interval information from STL decomposer :pr:`4093`
* Fixes
* Fixed ensemble pipelines not working with ``generate_pipeline_example`` :pr:`4102`
* Changes
* Pinned ipywidgets version under 8.0.5 :pr:`4097`
* Calculated partial dependence grid values for integer data by rounding instead of truncating fractional values :pr:`4096`
* Documentation Changes
* Testing Changes
* Updated graphviz installation in GitHub workflows to fix windows nightlies :pr:`4088`

.. warning::

**Breaking Changes**


**v0.72.0 Mar. 27, 2023**
* Enhancements
* Updated `pipeline.get_prediction_intervals()` to add trend prediction interval information from STL decomposer :pr:`4093`
* Fixes
* Fixed ensemble pipelines not working with ``generate_pipeline_example`` :pr:`4102`
* Changes
* Pinned ipywidgets version under 8.0.5 :pr:`4097`
* Calculated partial dependence grid values for integer data by rounding instead of truncating fractional values :pr:`4096`
* Testing Changes
* Updated graphviz installation in GitHub workflows to fix windows nightlies :pr:`4088`

**v0.71.0 Mar. 17, 2023***
* Fixes
* Fixed error in ``PipelineBase._supports_fast_permutation_importance`` with stacked ensemble pipelines :pr:`4083`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.71.0"
__version__ = "0.72.0"

0 comments on commit 2e3aa21

Please sign in to comment.