v23.04.00
What’s Changed
⚠ Breaking Changes
- Return Dense Tensors for Fixed List Columns @oliverholworthy (#112)
- Remove sparse tensor output type for list features @oliverholworthy (#103)
- Update dataloader to provide new output structure @bschifferer (#101)
🐜 Bug Fixes
- Apply device context when converting to torch tensors @edknv (#135)
- Revert "Set device for torch tensors with gpu > 1 (#132)" @edknv (#134)
- Set device for torch tensors with gpu > 1 @edknv (#132)
- Apply map function when peeking in tensorflow @edknv (#129)
- remove numpy tensorflow conversion logic in tf dataloader @jperez999 (#122)
- Change row lengths unit tests to use cpu and single gpu @edknv (#115)
- Put row lengths on the same device on gpu @edknv (#113)
🚀 Features
- Adding Pad op @jperez999 (#125)
- fixing imports for tf and torch in dataloader @jperez999 (#127)
- Add downstream repo tests @edknv (#126)
- imports for GPU packages from compat @jperez999 (#119)
- adding array version of dataloader @jperez999 (#111)
- Return Dense Tensors for Fixed List Columns @oliverholworthy (#112)
- Remove sparse tensor output type for list features @oliverholworthy (#103)
- Update dataloader to provide new output structure @bschifferer (#101)
- Apply the
EMBEDDING
tag to the output of the embedding operators @karlhigley (#110)
🔧 Maintenance
- Warn users when a batch size may not work on GPU @edknv (#136)
- Revert "Set device for torch tensors with gpu > 1 (#132)" @edknv (#134)
- Adding Pad op @jperez999 (#125)
- fixing imports for tf and torch in dataloader @jperez999 (#127)
- Add downstream repo tests @edknv (#126)
- Array loaderbase merge @jperez999 (#121)
- imports for GPU packages from compat @jperez999 (#119)
- Remove reset of dataloader in len method of
ArrayLoader
@oliverholworthy (#123) - remove numpy tensorflow conversion logic in tf dataloader @jperez999 (#122)
- replace dictarray for tensortable in transforms functionality @jperez999 (#120)
- Remove reshape to speed up loading of scalar features in TensorFlow @oliverholworthy (#116)
- Change row lengths unit tests to use cpu and single gpu @edknv (#115)
- Update default value of cpu to None in dataset fixture @oliverholworthy (#114)
- Correct cpu-packages config @oliverholworthy (#109)