Skip to content

Commit

Permalink
Release v0.1.19 (#114)
Browse files Browse the repository at this point in the history
* bump version number

* update changelog
  • Loading branch information
rwedge authored Mar 21, 2018
1 parent 8b5d9e4 commit 38f8338
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Changelog
---------
**v0.1.19** Mar 21, 2018
* More descriptive DFS progress bar (:pr:`69`)
* Convert text variable to string before NumWords (:pr:`106`)
* EntitySet.concat() reindexes relationships (:pr:`96`)
* Keep non-feature columns when encoding feature matrix (:pr:`111`)
* Uses full entity update for dependencies of uses_full_entity features (:pr:`110`)
* Update column names in retail demo (:pr:`104`)
* Handle Transform features that need access to all values of entity (:pr:`91`)

**v0.1.18** Feb 27, 2018
* fixes related instances bug (:pr:`97`)
* Adding non-feature columns to calculated feature matrix (:pr:`78`)
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.pickle_utils import *
import featuretools.demo

__version__ = '0.1.18'
__version__ = '0.1.19'
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.1.18',
version='0.1.19',
packages=find_packages(),
package_data={'featuretools': ['config_yaml.txt']},
description='a framework for automated feature engineering',
Expand Down

0 comments on commit 38f8338

Please sign in to comment.