v0.6.0
What’s Changed
⚠ Breaking Changes
- fix pull apart list for newer cudf versions @jperez999 (#122)
🐜 Bug Fixes
- ensure that combinations of nodes can be used as subgraphs @nv-alaiacano (#130)
- Set
HAS_GPU = False
indispatch
if relevant packages fail to import @oliverholworthy (#112) - remove upstream dependencies that have no outputs @nv-alaiacano (#107)
🚀 Features
- add subgraph feature of a Graph @nv-alaiacano (#128)
- Split compound tags (like
USER_ID
) into atomic tags (likeUSER
,ID
) @karlhigley (#119) - Add a
quantity
attribute toColumnSchema
@karlhigley (#118)
🔧 Maintenance
- Fix versioneer to get accurate version numbers @benfred (#132)
- Combine changes that address downstream failures @karlhigley (#136)
- Expand
models
testing in PR checks to include TF and other frameworks @karlhigley (#129) - Migrate Merlin DAG executors from NVTabular @karlhigley (#125)
- Improve the organization of the schema tests (column vs schema vs io) @karlhigley (#124)
- Split the downstream repo tests into separate Tox environments and Github actions @karlhigley (#127)
- Migrate test environment to
tox
@karlhigley (#126) - fix pull apart list for newer cudf versions @jperez999 (#122)
- Use mambabuild for generating conda package in github actions @benfred (#116)
- Split compound tags (like
USER_ID
) into atomic tags (likeUSER
,ID
) @karlhigley (#119) - Auto-update pre-commit hook packages @karlhigley (#117)
- Update
versioneer
from 0.21 to 0.23 @oliverholworthy (#114) - Pin
fsspec==2022.5.0
@karlhigley (#113)