Skip to content

Commit

Permalink
Release v0.81.0 (#4329)
Browse files Browse the repository at this point in the history
Release v0.81.0
  • Loading branch information
MichaelFu512 committed Oct 5, 2023
1 parent 6b291b6 commit 7780d80
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/source/release_notes.rst
@@ -1,6 +1,18 @@
Release Notes
-------------
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**


**v0.81.0 Oct 5, 2023**
* Enhancements
* Extended STLDecomposer to support multiseries :pr:`4253`
* Extended TimeSeriesImputer to support multiseries :pr:`4291`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Expand Up @@ -23,4 +23,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.80.0"
__version__ = "0.81.0"

0 comments on commit 7780d80

Please sign in to comment.