Skip to content

Commit c0a81c3

Browse files
authored
Release v0.59.0 (#3735)
1 parent ae43681 commit c0a81c3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

docs/source/release_notes.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Release Notes
22
-------------
33
**Future Releases**
4+
* Enhancements
5+
* Fixes
6+
* Changes
7+
* Documentation Changes
8+
* Testing Changes
9+
10+
.. warning::
11+
12+
**Breaking Changes**
13+
14+
15+
**v0.59.0 Sept. 27, 2022**
416
* Enhancements
517
* Enhanced Decomposer with ``determine_periodicity`` function to automatically determine periodicity of seasonal target. :pr:`3729`
618
* Enhanced Decomposer with ``set_seasonal_period`` function to set a ``Decomposer`` object's seasonal period automatically. :pr:`3729`
@@ -13,9 +25,6 @@ Release Notes
1325
* Testing Changes
1426
* Update job to use new looking glass report command :pr:`3733`
1527

16-
.. warning::
17-
18-
**Breaking Changes**
1928

2029
**v0.58.0 Sept. 20, 2022**
2130
* Enhancements

evalml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
warnings.filterwarnings("ignore", category=FutureWarning)
2424
warnings.filterwarnings("ignore", category=DeprecationWarning)
2525

26-
__version__ = "0.58.0"
26+
__version__ = "0.59.0"

0 commit comments

Comments
 (0)