Skip to content

v0.23.0

Compare
Choose a tag to compare
@rwedge rwedge released this 31 Dec 21:26
· 684 commits to main since this release
1cc759a

v0.23.0 Dec 31, 2020

  • Fixes
    • Fix logic for inferring variable type from unusual dtype (#1273)
    • Allow passing entities without relationships to calculate_feature_matrix (#1290)
  • Changes
    • Move query_by_values method from Entity to EntitySet (#1251)
    • Move _handle_time method from Entity to EntitySet (#1276)
    • Remove usage of ravel to resolve unexpected warning with pandas 1.2.0 (#1286)
  • Documentation Changes
    • Fix installation command for Add-ons (#1279)
  • Testing Changes
    • Use repository-scoped token for dependency check (#1245:, #1248)
    • Fix install error during docs CI test (#1250)

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 by EntitySet.query_by_values with an
    added entity_id parameter to specify which entity in the entityset should be used for the query.