Skip to content

Commit

Permalink
v1.17.0 (#2348)
Browse files Browse the repository at this point in the history
* Update version.py

* Update test_version.py

* Update release_notes.rst

* Update docs/source/release_notes.rst
  • Loading branch information
gsheni authored Oct 31, 2022
1 parent e32b4e0 commit 7e804ec
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,19 +3,28 @@
Release Notes
-------------

Future Release
==============

.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.17.0 Oct 31, 2022
====================
* Enhancements
* Add featuretools-sklearn-transformer as an extra installation option (:pr:`2335`)
* Add CountAboveMean, CountBelowMean, CountGreaterThan, CountInsideNthSTD, CountInsideRange, CountLessThan, CountOutsideNthSTD, CountOutsideRange (:pr:`2336`)
* Fixes
* Changes
* Restructure primitives directory to use individual primitives files (:pr:`2331`)
* Restrict 2022.10.1 for dask and distributed (:pr:`2347`)
* Documentation Changes
* Add Featuretools-SQL to Install page on documentation (:pr:`2337`)
* Fixes broken link in Featuretools documentation (:pr:`2339`)
* Testing Changes

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`rwedge`, :user:`sbadithe`, :user:`thehomebrewnerd`
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.16.0"
assert __version__ == "1.17.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.16.0"
__version__ = "1.17.0"

0 comments on commit 7e804ec

Please sign in to comment.