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

v0.7.1 #507

Merged
merged 5 commits into from
Apr 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

Changelog
---------
**v0.7.1** Apr 24, 2019
* Automatically generate feature name for controllable primitives (:pr:`481`)
* Primitive docstring updates (:pr:`489`, :pr:`492`, :pr:`494`, :pr:`495`)
* Change primitive functions that returned strings to return functions (:pr:`499`)
* CLI customizable via entrypoints (:pr:`493`)
* Improve calculation of aggregation features on grandchildren (:pr:`479`)
* Refactor entrypoints to use decorator (:pr:`483`)
* Include doctests in testing suite (:pr:`491`)
* Documentation updates (:pr:`490`)
* Update how standard primitives are imported internally (:pr:`482`)

Thanks to the folloing people for contributing to this release: :user:`bukosabino`, :user:`CharlesBradshaw`, :user:`glentennis`, :user:`gsheni`, :user:`jeff-hernandez`, :user:`kmax12`, :user:`minkvsky`, :user:`rwedge`, :user:`thehomebrewnerd`

**v0.7.0** Mar 29, 2019
* Improve Entity Set Serialization (:pr:`361`)
* Support calling a primitive instance's function directly (:pr:`461`, :pr:`468`)
Expand Down