TensorDict 0.14.2 is a patch release correcting compiled shallow copies, non-tensor concatenation, and CUDA graph replay. No new public APIs, breaking changes, or deprecations are introduced.
- Preserve independent nested containers in compiled shallow copies while continuing to share tensor leaves (#1784).
- Preserve non-tensor values during concatenation, including mixed inputs and padded metadata, while retaining scalar metadata and weak-reference behavior (#1786).
- Ensure CUDA graph replay uses updated inputs when a module writes outputs under its input keys (#1788).
Install after publication: pip install tensordict==0.14.2
Thanks to @vmoens.