We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dec5dc commit 7407566Copy full SHA for 7407566
docs/source/release_notes.rst
@@ -1,6 +1,18 @@
1
Release Notes
2
-------------
3
**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.60.0 Oct. 19, 2022**
16
* Enhancements
17
* Add forecast functions to time series regression pipeline :pr:`3742`
18
* Fixes
evalml/__init__.py
@@ -23,4 +23,4 @@
23
warnings.filterwarnings("ignore", category=FutureWarning)
24
warnings.filterwarnings("ignore", category=DeprecationWarning)
25
26
-__version__ = "0.59.0"
+__version__ = "0.60.0"
0 commit comments