Skip to content

v0.20.0

Compare
Choose a tag to compare
@tuethan1999 tuethan1999 released this 30 Sep 23:09
· 743 commits to main since this release
3a2de9a

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
    • Update release doc for clarity and to add Future Release template (#1151)
    • Use the PyData Sphinx theme (#1169)
  • Testing Changes
    • Stop requiring single-threaded dask scheduler in tests (#1163, #1170)

Thanks to the following people for contributing to this release:
@gsheni , @rwedge , @tamargrey, @tuethan1999