Skip to content

Commit

Permalink
Add URL and Email Address primitives (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Jul 8, 2021
1 parent ab062d2 commit c48d8d1
Show file tree
Hide file tree
Showing 11 changed files with 5,199 additions and 7 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include *.txt
include LICENSE
include README.md
include featuretools/primitives/data/featuretools_unit_test_example.csv
include featuretools/primitives/data/free_email_provider_domains.txt
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
3 changes: 2 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Future Release
==============
* Enhancements
* Add ``replace_inf_values`` utility function for replacing ``inf`` values in a feature matrix (:pr:`1505`)
* Add URLToProtocol, URLToDomain, URLToTLD, EmailAddressToDomain, IsFreeEmailDomain as transform primitives (:pr:`1508`)
* Fixes
* Changes
* Documentation Changes
Expand All @@ -15,7 +16,7 @@ Future Release
* Test featuretools on pandas 1.3.0 release candidate and make fixes (:pr:`1492`)

Thanks to the following people for contributing to this release:
:user:`frances-h`, :user:`tamargrey`, :user:`thehomebrewnerd`
:user:`gsheni`, :user:`frances-h`, :user:`tamargrey`, :user:`thehomebrewnerd`, :user:`tuethan1999`

v0.25.0 Jun 11, 2021
====================
Expand Down
2 changes: 1 addition & 1 deletion featuretools/entityset/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ks = import_or_none('databricks.koalas')

FORMATS = ['csv', 'pickle', 'parquet']
SCHEMA_VERSION = "5.1.0"
SCHEMA_VERSION = "5.2.0"


def entity_to_description(entity):
Expand Down
Loading

0 comments on commit c48d8d1

Please sign in to comment.