Skip to content

Commit

Permalink
Release v0.79.0 (#4264)
Browse files Browse the repository at this point in the history
* Upgrade to 0.79.0
---------

Co-authored-by: chukarsten <64713315+chukarsten@users.noreply.github.com>
  • Loading branch information
remyogasawara and chukarsten authored Aug 14, 2023
1 parent 889adfe commit daa8568
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
-------------
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**


**v0.79.0 Aug. 11, 2023**
* Enhancements
* Updated regression metrics to handle multioutput dataframes as well as single output series :pr:`4233`
* Added baseline regressor for multiseries time series problems :pr:`4246`
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.78.0"
__version__ = "0.79.0"

0 comments on commit daa8568

Please sign in to comment.