From 20ada5a01738827aa8904edc98e0a1512a75024a Mon Sep 17 00:00:00 2001 From: Gaurav Sheni Date: Tue, 15 Mar 2022 18:24:49 -0400 Subject: [PATCH 1/2] Update setup.cfg content_type (#1964) * Update setup.cfg * Update release_notes.rst --- docs/source/release_notes.rst | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index ed44325572..7d3fff8d8c 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -13,7 +13,7 @@ Future Release * Changes * Update error message when DFS returns an empty list of features (:pr:`1919`) * Remove ``list_variable_types`` and related directories (:pr:`1929`) - * Transition to use pyproject.toml and setup.cfg (moving away from setup.py) (:pr:`1941`, :pr:`1950`, :pr:`1952`, :pr:`1954`, :pr:`1957`) + * Transition to use pyproject.toml and setup.cfg (moving away from setup.py) (:pr:`1941`, :pr:`1950`, :pr:`1952`, :pr:`1954`, :pr:`1957`, :pr:`1964`) * Replace Koalas with pandas API on Spark (:pr:`1949`) * Documentation Changes * Add time series guide (:pr:`1896`) @@ -29,7 +29,7 @@ Future Release * Fix non-deterministic test in ``test_es.py`` (:pr:`1961`) Thanks to the following people for contributing to this release: - :user:`jeff-hernandez`, :user:`tamargrey`, :user:`kushal-gopal`, :user:`rwedge`, :user:`mingdavidqi`, :user:`andriyor`, :user:`thehomebrewnerd`, :user:`tvdboom` + :user:`jeff-hernandez`, :user:`gsheni`, :user:`tamargrey`, :user:`kushal-gopal`, :user:`rwedge`, :user:`mingdavidqi`, :user:`andriyor`, :user:`thehomebrewnerd`, :user:`tvdboom` Breaking Changes ++++++++++++++++ diff --git a/setup.cfg b/setup.cfg index 08c49fdb62..d55c076e4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ classifier = license = BSD 3-clause description = a framework for automated feature engineering long_description = file: README.md -long_description_content_type = 'text/markdown'; charset=UTF-8 +long_description_content_type = text/markdown keywords = feature engineering, data, science, machine learning platforms = any From e737d425b7b99fbd43dd5c884261f29a3a96314b Mon Sep 17 00:00:00 2001 From: Nate Parsons <4307001+thehomebrewnerd@users.noreply.github.com> Date: Tue, 15 Mar 2022 17:51:17 -0500 Subject: [PATCH 2/2] Update release.md with new instructions (#1963) * update release.md with new instructions * update release notes --- docs/source/release_notes.rst | 1 + release.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 7d3fff8d8c..2c93f586da 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -20,6 +20,7 @@ Future Release * Update minimum nlp_primitives requirement for docs (:pr:`1925`) * Add GitHub URL for PyPi (:pr:`1928`) * Add backport release support (:pr:`1932`) + * Update instructions in ``release.md`` (:pr:`1963`) * Testing Changes * Update test cases to cover __main__.py file (:pr:`1927`) * Upgrade moto requirement (:pr:`1929`, :pr:`1938`) diff --git a/release.md b/release.md index bd5c0e81e8..edbd22565e 100644 --- a/release.md +++ b/release.md @@ -5,7 +5,7 @@ 1. Branch off of featuretools main. For the branch name, please use "release_vX.Y.Z" as the naming scheme (e.g. "release_v0.13.3"). Doing so will bypass our release notes checkin test which requires all other PRs to add a release note entry. #### Bump version number -2. Bump version number in `setup.py`, `featuretools/version.py`, and `featuretools/tests/test_version.py`. +2. Bump version number in `featuretools/version.py` and `featuretools/tests/test_version.py`. #### Update release notes 1. Replace "Future Release" in `docs/source/release_notes.rst` with the current date, making sure the heading is fully underlined with `=` characters.