Skip to content

Commit

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

* update changelog

* add hidden future release section
  • Loading branch information
rwedge committed May 29, 2020
1 parent ec7bcff commit e8c9709
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

Changelog
---------
**Future Release**
.. **Future Release**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
Thanks to the following people for contributing to this release:
**v0.15.0 May 29, 2020**
* Enhancements
* Add ``get_default_aggregation_primitives`` and ``get_default_transform_primitives`` (:pr:`945`)
* Allow cutoff time dataframe columns to be in any order (:pr:`969`, :pr:`995`)
Expand All @@ -15,7 +23,6 @@ Changelog
* Normalized type_strings of ``Variable`` classes so that the ``find_variable_types`` function produces a
dictionary with a clear key to name transition (:pr:`982`, :pr:`996`)
* Remove pandas.datetime in test_calculate_feature_matrix due to deprecation (:pr:`998`)
* Changes
* Documentation Changes
* Add python 3.8 support for docs (:pr:`983`)
* Adds consistent Entityset Docstrings (:pr:`986`)
Expand All @@ -24,7 +31,7 @@ Changelog
* Update testing dependencies (:pr:`976`)

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`rwedge`, :user:`thehomebrewnerd`, :user:`sebrahimi1988`, :user:`ctduffy`, :user:`rightx2`, :user:`jeff-hernandez`, :user:`tuethan1999`, :user:`frances-h`
:user:`ctduffy`, :user:`frances-h`, :user:`gsheni`, :user:`jeff-hernandez`, :user:`rightx2`, :user:`rwedge`, :user:`sebrahimi1988`, :user:`thehomebrewnerd`, :user:`tuethan1999`

**Breaking Changes**

Expand Down
2 changes: 1 addition & 1 deletion featuretools/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.14.0"
assert __version__ == "0.15.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.14.0'
__version__ = '0.15.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

0 comments on commit e8c9709

Please sign in to comment.