Skip to content

Commit

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

* update release notes
  • Loading branch information
rwedge committed Dec 31, 2020
1 parent 14a49ad commit 1cc759a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions docs/source/release_notes.rst
Expand Up @@ -2,8 +2,16 @@

Release Notes
-------------
**Future Release**
.. **Future Release**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
**v0.23.0 Dec 31, 2020**
* Fixes
* Fix logic for inferring variable type from unusual dtype (:pr:`1273`)
* Allow passing entities without relationships to `calculate_feature_matrix` (:pr:`1290`)
Expand All @@ -23,7 +31,7 @@ Release Notes
**Breaking Changes**

* ``Entity.query_by_values`` has been removed and replaced by ``EntitySet.query_by_values`` with an
added ``entity_id`` parameter to specify which entity in the entityset should be used for the query.
added ``entity_id`` parameter to specify which entity in the entityset should be used for the query.

**v0.22.0 Nov 30, 2020**
* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion featuretools/tests/test_version.py
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.22.0"
assert __version__ == "0.23.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
@@ -1 +1 @@
__version__ = '0.22.0'
__version__ = '0.23.0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

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

0 comments on commit 1cc759a

Please sign in to comment.