Skip to content

Commit 3c79a67

Browse files
Initial commit
1 parent e5a50ba commit 3c79a67

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

docs/source/release_notes.rst

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,26 @@ Release Notes
22
-------------
33
**Future Releases**
44
* Enhancements
5-
* Integrated ``determine_periodicity`` into ``AutoMLSearch`` :pr:`3952`
6-
* Removed frequency limitations for decomposition using the ``STLDecomposer`` :pr:`3952`
75
* Fixes
86
* Changes
9-
* Remove requirements-parser requirement :pr:`3978`
10-
* Updated the ``SKOptTuner`` to use a gradient boosting regressor for tuning instead of extra trees :pr:`3983`
11-
* Unpinned sktime from below 1.2, increased minimum to 1.2.1 :pr:`3983`
127
* Documentation Changes
138
* Testing Changes
14-
* Add pull request check for linked issues to CI workflow :pr:`3970`, :pr:`3980`
15-
* Upgraded minimum `IPython` version to 8.10.0 :pr:`3987`
169

1710
.. warning::
1811

1912
**Breaking Changes**
2013

14+
**v0.68.0 Feb. 15, 2023**
15+
* Enhancements
16+
* Integrated ``determine_periodicity`` into ``AutoMLSearch`` :pr:`3952`
17+
* Removed frequency limitations for decomposition using the ``STLDecomposer`` :pr:`3952`
18+
* Changes
19+
* Remove requirements-parser requirement :pr:`3978`
20+
* Updated the ``SKOptTuner`` to use a gradient boosting regressor for tuning instead of extra trees :pr:`3983`
21+
* Unpinned sktime from below 1.2, increased minimum to 1.2.1 :pr:`3983`
22+
* Testing Changes
23+
* Add pull request check for linked issues to CI workflow :pr:`3970`, :pr:`3980`
24+
* Upgraded minimum `IPython` version to 8.10.0 :pr:`3987`
2125

2226
**v0.67.0 Jan. 31, 2023**
2327
* Fixes

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.67.0"
26+
__version__ = "0.68.0"

0 commit comments

Comments
 (0)