Skip to content

Commit

Permalink
Initial. (#2864)
Browse files Browse the repository at this point in the history
Co-authored-by: Angela Lin <[email protected]>
  • Loading branch information
chukarsten and angela97lin authored Oct 1, 2021
1 parent c9f97a6 commit 40ad6f5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion 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.34.0 Sep. 30, 2021**
* Enhancements
* Updated to work with Woodwork 0.8.1 :pr:`2783`
* Added validation that ``training_data`` and ``training_target`` are not ``None`` in prediction explanations :pr:`2787`
Expand Down Expand Up @@ -32,7 +44,6 @@ Release Notes
* Removed ``model_family`` attribute from ``ComponentBase`` and transformers :pr:`2828`
* Limited ``scikit-learn`` until new features and errors can be addressed :pr:`2842`
* Show DeprecationWarning when Sklearn Ensemblers are called :pr:`2859`
* Documentation Changes
* Testing Changes
* Updated matched assertion message regarding monotonic indices in polynomial detrender tests :pr:`2811`
* Added a test to make sure pip versions match conda versions :pr:`2851`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.33.0"
__version__ = "0.34.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='evalml',
version='0.33.0',
version='0.34.0',
author='Alteryx, Inc.',
author_email='[email protected]',
description='EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions.',
Expand Down

0 comments on commit 40ad6f5

Please sign in to comment.