Releases: alteryx/featuretools
v0.23.0
v0.23.0 Dec 31, 2020
- Fixes
- Changes
- Documentation Changes
- Fix installation command for Add-ons (#1279)
- Testing Changes
Thanks to the following people for contributing to this release:
@gsheni, @jeff-hernandez, @rwedge, @thehomebrewnerd
Breaking Changes
Entity.query_by_values
has been removed and replaced byEntitySet.query_by_values
with an
addedentity_id
parameter to specify which entity in the entityset should be used for the query.
v0.23.0.dev0
Developmental release for testing purposes
v0.22.0
v0.22.0 Nov 30, 2020
- Enhancements
- Fixes
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@frances-h, @gsheni, @jeff-hernandez, @kmax12, @rwedge, @thehomebrewnerd
v0.22.0.dev0
"Development release for testing purposes"
v0.21.0
v0.21.0 Oct 30, 2020
- Enhancements
- Add
describe_feature
to generate an English language feature description for a given feature (#1201)
- Add
- Fixes
- Changes
- Keep koalas requirements in separate file (#1195)
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@frances-h, @gsheni, @jeff-hernandez, @rwedge, @tamargrey, @thehomebrewnerd
v0.21.0.dev0
Development release for testing purposes
v0.20.0
v0.20.0 Sep 30, 2020
The Text variable type has been deprecated and been replaced with the NaturalLanguage variable type. The Text variable type will be removed in a future release.
- Fixes
- Allow FeatureOutputSlice features to be serialized (#1150 )
- Fix duplicate label column generation when labels are passed in cutoff times and approximate is being used (#1160)
- Determine calculate_feature_matrix behavior with approximate and a cutoff df that is a subclass of a pandas DataFrame (#1166)
- Changes
- Text variable type has been replaced with NaturalLanguage (#1159 )
- Documentation Changes
- Testing Changes
Thanks to the following people for contributing to this release:
@gsheni , @rwedge , @tamargrey, @tuethan1999
v0.20.0.dev0
"Development release for testing purposes"
v0.19.0
v0.19.0 Sept 8, 2020
- Enhancements
- Fixes
- Changes
- Documentation Changes
- Added return values to dfs and calculate_feature_matrix (#1125 )
- Testing Changes
- Better test case for normalizing from no time index to time index (#1113 )
*When passing multiple instances of a primitive built with make_trans_primitive
or maxe_agg_primitive
, those instances must have the same relative order when passed
to dfs
to ensure a consistent ordering of features.
Thanks to the following people for contributing to this release:
@frances-h, @gsheni, @rwedge, @tamargrey, @thehomebrewnerd, @tuethan1999
Breaking Changes
ft.dfs
will no longer build features from Transform primitives where one
of the inputs is a Transform feature, a GroupByTransform feature,
or a Direct Feature of a Transform / GroupByTransform feature. This will make some
features that would previously be generated byft.dfs
only possible if
explicitly specified inseed_features
.
v0.19.0.dev0
Development release for testing purposes