Skip to content

v1.9.0

Compare
Choose a tag to compare
@thehomebrewnerd thehomebrewnerd released this 27 Apr 17:06
· 383 commits to main since this release
64e716c

v1.9.0 Apr 27, 2022

  • Enhancements
    • Improve UnusedPrimitiveWarning with additional information (#2003)
    • Update DFS primitive matching to use all inputs defined in primitive input_types (#2019)
    • Add MultiplyNumericBoolean primitive (#2035)
  • Fixes
    • Fix issue with Ordinal inputs to binary comparison primitives (#2024, #2025)
  • Changes
    • Updated autonormalize version requirement (#2002)
    • Remove extra NaN checking in LatLong primitives (#1924)
    • Normalize LatLong NaN values during EntitySet creation (#1924)
    • Pass primitive dictionaries into check_primitive to avoid repetitive calls (#2016)
    • Remove Boolean and BooleanNullable from MultiplyNumeric primitive inputs (#2022)
    • Update serialization for compatibility with Woodwork version 0.16.1 (#2030)
  • Documentation Changes
  • Testing Changes
    • Update unit tests with Woodwork main branch workflow name (#2033)

Thanks to the following people for contributing to this release:
@dvreed77, @gsheni, @rwedge, @thehomebrewnerd