Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 18:05
· 182 commits to main since this release
14a18dc

What’s Changed

🚀 Features

  • Add wildcard selector for cases where you'd like to select all columns by @karlhigley in #143

🐜 Bug Fixes

  • Avoid using numba to set device context in import by @rjzamora in #145
  • Fix ambigous statement when names is a list by @jperez999 in #147
  • Resolve wildcard selectors in BaseOperator.compute_selector() by @karlhigley in #146

🔧 Maintenance

  • Break LocalExecutor.transform() down into smaller methods by @karlhigley in #140
  • Add and apply DictArray wrapper class and corresponding Protocol definitions by @karlhigley in #141
  • Specify minimum Python version as 3.8 in setup.py by @oliverholworthy in #151
  • Add a validate_schemas hook to clean up downstream validation code by @karlhigley in #76
  • Add XGBoost to merlin-models CPU tests by @karlhigley in #131