Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix changelog format #806

Merged
merged 4 commits into from Nov 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 1 addition & 6 deletions docs/source/changelog.rst
Expand Up @@ -9,6 +9,7 @@ Changelog
* Documentation Changes
* remove python 2.7 support and add 3.7 in install.rst (:pr:`805`)
* Fix import error in docs (:pr:`803`)
* Fix release title formatting in changelog (:pr:`806`)
* Testing Changes

Thanks to the following people for contributing to this release:
Expand Down Expand Up @@ -39,7 +40,6 @@ Changelog
:user:`kmax12`, :user:`rwedge`, :user:`thehomebrewnerd`, :user:`twdobson`

**v0.11.0 Sep 30, 2019**

.. warning::
The next non-bugfix release of Featuretools will not support Python 2

Expand Down Expand Up @@ -89,7 +89,6 @@ Changelog


**v0.10.0 Aug 19, 2019**

.. warning::
The next non-bugfix release of Featuretools will not support Python 2

Expand Down Expand Up @@ -549,25 +548,21 @@ Changelog
* Added ``Week`` transform primitive

**v0.1.6** July 26, 2017

* Added ``load_features`` and ``save_features`` to persist and reload features
* Added save_progress argument to ``calculate_feature_matrix``
* Added approximate parameter to ``calculate_feature_matrix`` and ``dfs``
* Added ``load_flight`` to ft.demo

**v0.1.5** July 11, 2017

* Windows support

**v0.1.3** July 10, 2017

* Renamed feature submodule to primitives
* Renamed prediction_entity arguments to target_entity
* Added training_window parameter to ``calculate_feature_matrix``


**v0.1.2** July 3rd, 2017

* Initial release

.. command
Expand Down