Skip to content

Commit

Permalink
bump v0.3.1 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmax12 committed Sep 28, 2018
1 parent a891895 commit 8498bb6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/source/changelog.rst
Expand Up @@ -2,6 +2,25 @@

Changelog
---------
**v0.3.1** Sept 28, 2018
* Handling time rewrite (:pr:`245`)
* Update deep_feature_synthesis.py (:pr:`249`)
* Handling return type when creating features from DatetimeTimeIndex (:pr:`266`)
* Update retail.py (:pr:`259`)
* Improve Consistency of Transform Primitives (:pr:`236`)
* Update demo docstrings (:pr:`268`)
* Handle non-string column names (:pr:`255`)
* Clean up merging of aggregation primitives (:pr:`250`)
* Add tests for Entity methods (:pr:`262`)
* Handle no child data when calculating aggregation features with multiple arguments (:pr:`264`)
* Add `is_string` utils function (:pr:`260`)
* Update python versions to match docker container (:pr:`261`)
* Handle where clause when no child data (:pr:`258`)
* No longer cache demo csvs, remove config file (:pr:`257`)
* Avoid stacking "expanding" primitives (:pr:`238`)
* Use randomly generated names in retail csv (:pr:`233`)
* Update README.md (:pr:`243`)

**v0.3.0** Aug 27, 2018
* Improve performance of all feature calculations (:pr:`224`)
* Update agg primitives to use more efficient functions (:pr:`215`)
Expand Down
2 changes: 1 addition & 1 deletion featuretools/__init__.py
Expand Up @@ -12,4 +12,4 @@
from .utils.time_utils import *
import featuretools.demo

__version__ = '0.3.0'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@ def finalize_options(self):

setup(
name='featuretools',
version='0.3.0',
version='0.3.1',
packages=find_packages(),
description='a framework for automated feature engineering',
url='http://featuretools.com',
Expand Down

0 comments on commit 8498bb6

Please sign in to comment.