Skip to content

Commit

Permalink
v0.2.1 (#180)
Browse files Browse the repository at this point in the history
* bump version number

* update changelog
  • Loading branch information
rwedge authored and kmax12 committed Jul 2, 2018
1 parent fad0dcb commit 6e0efa7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Changelog
---------
**v0.2.1** July 2, 2018
* Cpu count fix (:pr:`176`)
* Update flight (:pr:`175`)
* Move feature matrix calculation helper functions to separate file (:pr:`177`)

**v0.2.0** June 22, 2018
* Multiprocessing (:pr:`170`)
* Handle unicode encoding in repr throughout Featuretools (:pr:`161`)
Expand Down
2 changes: 1 addition & 1 deletion featuretools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
from .utils.time_utils import *
import featuretools.demo

__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def finalize_options(self):

setup(
name='featuretools',
version='0.2.0',
version='0.2.1',
packages=find_packages(),
package_data={'featuretools': ['config.yaml']},
description='a framework for automated feature engineering',
Expand Down

0 comments on commit 6e0efa7

Please sign in to comment.