Skip to content

Commit

Permalink
Initial. (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten committed Nov 10, 2021
1 parent 42dec60 commit 25808fb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 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.37.0 Nov. 9, 2021**
* Enhancements
* Added ``find_confusion_matrix_per_threshold`` to Model Understanding :pr:`2972`
* Limit computationally-intensive models during ``AutoMLSearch`` for certain multiclass problems, allow for opt-in with parameter ``allow_long_running_models`` :pr:`2982`
Expand All @@ -21,11 +33,7 @@ Release Notes
* Fixed cost benefit matrix demo formatting :pr:`2990`
* Update ReadMe.md with new badge links and updated installation instructions for conda :pr:`2998`
* Added more comprehensive doctests :pr:`3002`
* Testing Changes

.. warning::

**Breaking Changes**

**v0.36.0 Oct. 27, 2021**
* Enhancements
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.36.0"
__version__ = "0.37.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.36.0',
version='0.37.0',
author='Alteryx, Inc.',
author_email='support@featurelabs.com',
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 25808fb

Please sign in to comment.