v23.04.00
What’s Changed
🐜 Bug Fixes
- Update import of device functions to use merlin.core versions @oliverholworthy (#1786)
- Enable
DatasetGen
usage in CPU environment @oliverholworthy (#1776)
🚀 Features
- Enable
CategorifyTransform
inference operator to run on int16 types @oliverholworthy (#1798) - use merlin compat for imports of gpu specific packages @jperez999 (#1791)
- Enable
Workflow.transform
to be run with a DataFrame type @oliverholworthy (#1777)
🔧 Maintenance
- add concurrency setting to stop tests when new commits get pushed to PRs @nv-alaiacano (#1801)
- use merlin compat for imports of gpu specific packages @jperez999 (#1791)
- Replace nvtabular.utils with merlin.core.compat @edknv (#1795)
- Disable package builds on pull requests @oliverholworthy (#1789)
- Use None as default value of cpu in test_torch_dataloader @oliverholworthy (#1788)
- Use None as default value of
cpu
in test_column_similarity @oliverholworthy (#1787) - Split up conda and PyPI package build/release jobs @oliverholworthy (#1780)
- Fix docs tox environment @alexanderronquillo (#1775)
- update conftest for backwards compat and new api for to parquet call @jperez999 (#1784)
- Remove tests for sparse tensors in dataloader @oliverholworthy (#1783)
- Update default value of
cpu
to None in dataset fixture @oliverholworthy (#1779) - Fix Dataloader Unittest - which broke by new DL structure @bschifferer (#1782)