Skip to content

Commit

Permalink
bump v0.1.18 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwedge authored Feb 27, 2018
1 parent e6390c1 commit 3be6fb3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Changelog
---------
**v0.1.18** Feb 27, 2018
* fixes related instances bug (:pr:`97`)
* Adding non-feature columns to calculated feature matrix (:pr:`78`)
* Relax numpy version req (:pr:`82`)
* Remove `entity_from_csv`, tests, and lint (:pr:`71`)

**v0.1.17** Jan 18, 2018
* LatLong type (:pr:`57`)
* Last time index fixes (:pr:`70`)
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.17'
__version__ = '0.1.18'
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.17',
version='0.1.18',
packages=find_packages(),
package_data={'featuretools': ['config_yaml.txt']},
description='a framework for automated feature engineering',
Expand Down

0 comments on commit 3be6fb3

Please sign in to comment.