Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbunn committed Dec 8, 2022
1 parent eb02c44 commit 34fd6b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 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.64.0 Dec. 8, 2022**
* Enhancements
* Fixes
* Allowed the DFS Transformer to calculate feature values for Features with a ``dataframe_name`` that is not ``"X"`` :pr:`3873`
Expand All @@ -13,12 +25,8 @@ Release Notes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**


**v0.63.0 Nov.23, 2022**
**v0.63.0 Nov. 23, 2022**
* Enhancements
* Added fast mode to partial dependence :pr:`3753`
* Added the ability to serialize featuretools features into time series pipelines :pr:`3836`
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.63.0"
__version__ = "0.64.0"

0 comments on commit 34fd6b9

Please sign in to comment.