Skip to content

Commit

Permalink
v0.26.0 (#1525)
Browse files Browse the repository at this point in the history
* bump version

* update release notes

* make underline longer

* alphabetize contributors

* Update docs/source/release_notes.rst

* Update docs/source/release_notes.rst

Co-authored-by: Gaurav Sheni <[email protected]>

Co-authored-by: Gaurav Sheni <[email protected]>
  • Loading branch information
tuethan1999 and gsheni authored Jul 15, 2021
1 parent 57fea83 commit 9161946
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
17 changes: 13 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,30 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.26.0 Jul 15, 2021
====================
* Enhancements
* Add ``replace_inf_values`` utility function for replacing ``inf`` values in a feature matrix (:pr:`1505`)
* Add URLToProtocol, URLToDomain, URLToTLD, EmailAddressToDomain, IsFreeEmailDomain as transform primitives (:pr:`1508`, :pr:`1531`)
* Fixes
* ``include_entities`` correctly overrides ``exclude_entities`` in ``primitive_options`` (:pr:`1518`)
* Changes
* Documentation Changes
* Prevent logging on build (:pr:`1498`)
* Testing Changes
* Test featuretools on pandas 1.3.0 release candidate and make fixes (:pr:`1492`)

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`frances-h`, :user:`rwedge`, :user:`tamargrey`, :user:`thehomebrewnerd`, :user:`tuethan1999`
:user:`frances-h`, :user:`gsheni`, :user:`rwedge`, :user:`tamargrey`, :user:`thehomebrewnerd`, :user:`tuethan1999`

v0.25.0 Jun 11, 2021
====================
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.25.0"
assert __version__ == "0.26.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.25.0'
__version__ = '0.26.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

0 comments on commit 9161946

Please sign in to comment.