Skip to content

v0.27.0

Compare
Choose a tag to compare
@jeff-hernandez jeff-hernandez released this 31 Aug 20:44
· 564 commits to main since this release
a49e6b2

v0.27.0 Aug 31, 2021

  • Changes

    • Remove autonormalize, tsfresh, nlp_primitives, sklearn_transformer, caegorical_encoding as an add-on libraries (will be added back later) (#1644)
    • Emit a warning message when a featuretools_primitives entrypoint throws an exception (#1662)
    • Throw a RuntimeError when two primitives with the same name are encountered during featuretools_primitives entrypoint handling (#1662)
    • Prevent the featuretools_primitives entrypoint loader from loading non-class objects as well as the AggregationPrimitive and TransformPrimitive base classes (#1662)
  • Testing Changes

    • Update latest dependency checker with proper install command (#1652)
    • Update isort dependency (#1654)

    Thanks to the following people for contributing to this release:
    @davesque, @gsheni, @jeff-hernandez, @rwedge