Skip to content

Commit

Permalink
release Featuretools 1.10.0 (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbadithe authored Jun 23, 2022
1 parent 2efc415 commit b35e0ba
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

Release Notes
-------------
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
Future Release
==============
v1.10.0 June 23, 2022
=====================
* Enhancements
* Add ``DayOfYear``, ``DaysInMonth``, ``Quarter``, ``IsLeapYear``, ``IsQuarterEnd``, ``IsQuarterStart`` transform primitives (:pr:`2110`, :pr:`2117`)
* Add ``IsMonthEnd``, ``IsMonthStart`` transform primitives (:pr:`2121`)
Expand All @@ -21,7 +30,7 @@ Future Release
* Fix test failures with pyspark v3.3.0 (:pr:`2114`, :pr:`2120`)

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

v1.9.2 June 10, 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.9.2"
assert __version__ == "1.10.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.9.2"
__version__ = "1.10.0"

0 comments on commit b35e0ba

Please sign in to comment.