Skip to content

Commit

Permalink
v1.19.0 (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd authored Dec 9, 2022
1 parent 42d11a9 commit b5f70b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.19.0 Dec 9, 2022
===================
* Enhancements
* Add ``OneDigitPostalCode`` and ``TwoDigitPostalCode`` primitives (:pr:`2365`)
* Add ``ExpandingCount``, ``ExpandingMin``, ``ExpandingMean``, ``ExpandingMax``, ``ExpandingSTD``, and ``ExpandingTrend`` primitives (:pr:`2343`)
* Fixes
* Fix DeepFeatureSynthesis to consider the ``base_of_exclude`` family of attributes when creating transform features(:pr:`2380`)
* Fix bug with negative version numbers in ``test_version`` (:pr:`2389`)
* Fix bug in ``MultiplyNumericBoolean`` primitive that can cause an error with certain input dtype combinations (:pr:`2393`)
* Changes
* Documentation Changes
* Testing Changes
* Fix version comparison in ``test_holiday_out_of_range`` (:pr:`2382`)

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.18.0"
assert __version__ == "1.19.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.18.0"
__version__ = "1.19.0"
ENTITYSET_SCHEMA_VERSION = "9.0.0"
FEATURES_SCHEMA_VERSION = "9.0.0"

0 comments on commit b5f70b2

Please sign in to comment.