v1.3.0
What’s Changed
🐜 Bug Fixes
- Don't install tests with nvtabular @benfred (#1608)
- Groupby to no longer require groupby_cols in column selector @radekosmulski (#1598)
- Adjust imports in the
TritonPythonModel
forWorkflows
@karlhigley (#1604) - column names can now include aggregations in ops.Groupby @radekosmulski (#1592)
- Normalize Op using fp32 @benfred (#1597)
- Cast warning to string in configure_tensorflow @leewyang (#1587)
📄 Documentation
- docs: Add TF compat info @mikemckiernan (#1528)
🔧 Maintenance
- Fix movielens notebook data path @jperez999 (#1622)
- skip download step, that is not allowed in CI @jperez999 (#1620)
- fix tritonserver gpu id & fixed timeout for criteo integration tests @jperez999 (#1619)
- Remove unnecessary docs dependencies @mikemckiernan (#1617)
- fix ci script for integration tests and added skip check @jperez999 (#1616)
- Integration tests refactor @jperez999 (#1614)
- Don't
git pull origin main
in integration tests, use container version @karlhigley (#1610)