v23.05.00
What’s Changed
🐜 Bug Fixes
- Adjust tag propagation in
EmbeddingOperator
@karlhigley (#146)
🚀 Features
- Use Dictionary lookup for supplied IDs to Embedding Operator @oliverholworthy (#148)
- Fix the output type of
Padding
op @sararb (#145)
🔧 Maintenance
- Update checks of HAS_GPU in tests to handle case where cudf is not installed @oliverholworthy (#118)
- Update tag pattern in GitHub Workflows @oliverholworthy (#143)
- Add workflows to check base branch and set stable branch @oliverholworthy (#142)
- Remove use of deprecated numpy aliases of builtin types @oliverholworthy (#144)
- Update requirements for Merlin packages to minimum version of 23.04 @oliverholworthy (#140)