Skip to content

Commit

Permalink
Release v0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten authored May 17, 2021
1 parent 674c45b commit 93e043c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 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.24.1 May. 16, 2021**
* Enhancements
* Integrated ``ARIMARegressor`` into AutoML :pr:`2009`
* Updated ``HighlyNullDataCheck`` to also perform a null row check :pr:`2222`
Expand All @@ -17,9 +29,6 @@ Release Notes
* Change number of cores for pytest from 4 to 2 :pr:`2266`
* Add minimum dependency checker to generate minimum requirement files :pr:`2267`

.. warning::

**Breaking Changes**

**v0.24.0 May. 04, 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 @@ -22,4 +22,4 @@
warnings.filterwarnings('ignore', 'The following selectors were not present in your DataTable')


__version__ = '0.24.0'
__version__ = '0.24.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='evalml',
version='0.24.0',
version='0.24.1',
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 93e043c

Please sign in to comment.