Skip to content

Commit

Permalink
Release v0.61.1. (#3789)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten authored Oct 27, 2022
1 parent 5d1d45b commit 005a00a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Release Notes
**Future Releases**
* Enhancements
* Fixes
* Fixed bug where ``TimeSeriesBaselinePipeline`` wouldn't preserve index name of input features :pr:`3788`
* Changes
* Documentation Changes
* Testing Changes
Expand All @@ -14,6 +13,14 @@ Release Notes
**Breaking Changes**


**v0.61.1 Oct. 27, 2022**
* Fixes
* Fixed bug where ``TimeSeriesBaselinePipeline`` wouldn't preserve index name of input features :pr:`3788`
* Fixed bug in ``TimeSeriesBaselinePipeline`` referencing a static string instead of time index var :pr:`3788`
* Documentation Changes
* Updated Release Notes :pr:`3788`


**v0.61.0 Oct. 25, 2022**
* Enhancements
* Added the STL Decomposer :pr:`3741`
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.61.0"
__version__ = "0.61.1"

0 comments on commit 005a00a

Please sign in to comment.