Skip to content

Commit

Permalink
Release v0.59.0 (#3735)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten authored Sep 28, 2022
1 parent ae43681 commit c0a81c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 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.59.0 Sept. 27, 2022**
* Enhancements
* Enhanced Decomposer with ``determine_periodicity`` function to automatically determine periodicity of seasonal target. :pr:`3729`
* Enhanced Decomposer with ``set_seasonal_period`` function to set a ``Decomposer`` object's seasonal period automatically. :pr:`3729`
Expand All @@ -13,9 +25,6 @@ Release Notes
* Testing Changes
* Update job to use new looking glass report command :pr:`3733`

.. warning::

**Breaking Changes**

**v0.58.0 Sept. 20, 2022**
* Enhancements
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.58.0"
__version__ = "0.59.0"

0 comments on commit c0a81c3

Please sign in to comment.