We are pleased to announce the release of tensordict v0.7.1, which includes several bug fixes and a deprecation notice.
Bug Fixes
- Fixed get method for nested keys with default values in TensorClass (#1211)
- Enforced zip(..., strict=True) in TDModules to prevent potential issues (#1212)
- Properly handled auto-batch size for unbatched tensors (#1213)
- Fixed indexing issues in TensorClass (#1217)
Deprecation Notice
Softly deprecated extra-tensors with respect to out_keys (#1215). We make sure a warning is raised when the number of output tensors and output keys do not match.
Full Changelog: v0.7.0...v0.7.1