Skip to content

Commit

Permalink
v1.14.0 (#2276)
Browse files Browse the repository at this point in the history
* bump version

* update release notes

* Update docs/source/release_notes.rst

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

Co-authored-by: Gaurav Sheni <[email protected]>
  • Loading branch information
stefaniesmith and gsheni authored Sep 1, 2022
1 parent 6bc2565 commit e3f2f86
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 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,8 +3,18 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.14.0 Sep 1, 2022
===================
* Enhancements
* Replace ``NumericLag`` with ``Lag`` primitive (:pr:`2252`)
* Refactor build_features to speed up long running DFS calls by 50% (:pr:`2224`)
Expand All @@ -21,8 +31,7 @@ Future Release
* Add workflow to test featuretools without test dependencies (:pr:`2274`)

Thanks to the following people for contributing to this release:
:user:`cp2boston`, :user:`gsheni`, :user:`ozzieD`, :user:`thehomebrewnerd`

:user:`cp2boston`, :user:`gsheni`, :user:`ozzieD`, :user:`stefaniesmith`, :user:`thehomebrewnerd`

v1.13.0 Aug 18, 2022
====================
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__ == "1.13.0"
assert __version__ == "1.14.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.13.0"
__version__ = "1.14.0"

0 comments on commit e3f2f86

Please sign in to comment.