Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbunn committed Feb 15, 2023
1 parent e5a50ba commit 3c79a67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,26 @@ Release Notes
-------------
**Future Releases**
* Enhancements
* Integrated ``determine_periodicity`` into ``AutoMLSearch`` :pr:`3952`
* Removed frequency limitations for decomposition using the ``STLDecomposer`` :pr:`3952`
* Fixes
* Changes
* Remove requirements-parser requirement :pr:`3978`
* Updated the ``SKOptTuner`` to use a gradient boosting regressor for tuning instead of extra trees :pr:`3983`
* Unpinned sktime from below 1.2, increased minimum to 1.2.1 :pr:`3983`
* Documentation Changes
* Testing Changes
* Add pull request check for linked issues to CI workflow :pr:`3970`, :pr:`3980`
* Upgraded minimum `IPython` version to 8.10.0 :pr:`3987`

.. warning::

**Breaking Changes**

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

**v0.67.0 Jan. 31, 2023**
* Fixes
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.67.0"
__version__ = "0.68.0"

0 comments on commit 3c79a67

Please sign in to comment.