Skip to content

Commit

Permalink
bump v0.4.0 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwedge committed Oct 31, 2018
1 parent 8b065e7 commit 7cf3ec3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions docs/source/changelog.rst
Expand Up @@ -2,6 +2,22 @@

Changelog
---------
**v0.4.0** Oct 31, 2018
* Remove ft.utils.gen_utils.getsize and make pympler a test requirement (:pr:`299`)
* Update requirements.txt (:pr:`298`)
* Refactor EntitySet.find_path(...) (:pr:`295`)
* Clean up unused methods (:pr:`293`)
* Remove unused parents property of Entity (:pr:`283`)
* Removed relationships parameter (:pr:`284`)
* Improve time index validation (:pr:`285`)
* Encode features with "unknown" class in categorical (:pr:`287`)
* Allow where clauses on direct features in Deep Feature Synthesis (:pr:`279`)
* Change to fullargsspec (:pr:`288`)
* Parallel verbose fixes (:pr:`282`)
* Update tests for python 3.7 (:pr:`277`)
* Check duplicate rows cutoff times (:pr:`276`)
* Load retail demo data using compressed file (:pr:`271`)

**v0.3.1** Sept 28, 2018
* Handling time rewrite (:pr:`245`)
* Update deep_feature_synthesis.py (:pr:`249`)
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.1'
__version__ = '0.4.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@ def finalize_options(self):

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

0 comments on commit 7cf3ec3

Please sign in to comment.