Skip to content

chore(deps): update tensordict requirement from <=0.6.2 to <=0.9.0#15

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/tensordict-lte-0.9.0
Closed

chore(deps): update tensordict requirement from <=0.6.2 to <=0.9.0#15
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/tensordict-lte-0.9.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Updates the requirements on tensordict to permit the latest version.

Release notes

Sourced from tensordict's releases.

v0.9.0

TensorDict 0.9.0 Release Notes

Overview

TensorDict 0.9.0 introduces significant improvements in performance, new features for lazy operations, enhanced CUDA graph support, and various bug fixes. This release focuses on stability improvements and new functionality for distributed and lazy tensor operations.

🚀 New Features

Lazy Operations and Stacking

  • to_lazystack(): New method to convert TensorDict instances to lazy stacks (#1351) (a5aab970)
  • Stack name preservation: tensordict.stack now preserves names when stacking TensorDict instances (#1348) (2053031b)
  • update_batch_size in where(): Enhanced where() operation now supports update_batch_size parameter (#1365) (847a86c4)
  • tolist_first(): New method for converting TensorDict to list with first-level flattening (#1334) (73fe89bc)

Torch Function Integration

  • torch.maximum support: Added support for torch.maximum operation in TensorDict (#1362) (85f26e41)
  • Enhanced loss functions: Added support for torch.sum, torch.mean, torch.var and loss functions (l1, smooth_l1, mse) (#1361) (17ca2ffa)

CUDA Graph Enhancements

  • CudaGraphModule.state_dict(): New method to access state dictionary of CUDA graph modules (#1346) (909907b1)
  • Improved device handling: Better support for CUDA graph operations on non-zero devices (#1315) (89d05a1c)
  • Stream management: Enhanced stream handling for CUDA graph operations (#1314) (2fd4843c)

Non-Tensor Data Support

  • NonTensorDataBase and MetaData: New base classes for handling non-tensor data in TensorDict (#1324) (8d0241d4)
  • Enhanced metadata handling: Improved support for metadata operations

Copy Operations

  • TensorDict.__copy__(): New method for creating shallow copies of TensorDict instances (#1321) (b6feadd1)

Distributed tensordicts

  • broadcast tensordicts: New functionality for broadcasting TensorDict instances across different shapes (#1307) (29598633)
  • remote_init with subclasses: Enhanced remote initialization support for TensorDict subclasses (#1308) (5859a2cf)
  • return_early for isend: New parameter for early return in send operations (#1306) (40127677)

🐛 Bug Fixes

TensorDict Operations

  • Fixed "none"/"None" environment variable handling (#1372) (cb104a12)
  • Fixed split_size validation in TensorDict.split() (#1370) (0bb94c08)
  • Fixed update_batch_size when source is TD and destination is LTD (#1371) (c8bfda2c)
  • Fixed device argument in TensorDict constructor to respect CUDA current device (#1369) (afcbcec0)
  • Fixed new_ operations on NonTensorStack (#1366) (5e67c32)
  • Fixed tensor_only construction (#1364) (75e2c26d)
  • Fixed missing update_batch_size in lazy stack updates (#1359) (c9f0e406)
  • Fixed context managers update when a key is in _non_tensordict (#1353) (c11a95b8)
  • Fixed tensorclass __enter__ and __exit__ methods (#1352) (08abb06c)

Stacking and Chunking

... (truncated)

Commits
  • 2ad3f0e init
  • cb104a1 [BugFix] Fix "none"/"None" env vars (#1372)
  • 0bb94c0 [BugFix] Add check for split_size in TensorDict.split (#1370)
  • c8bfda2 [BugFix] Fix update with update_batch_size when source is TD and dest is LTD ...
  • e8ac44d better setitem nontensorstack (#1367)
  • afcbcec [BugFix] make device arg in TensorDict constructor respect cuda current devic...
  • 5e67cb3 [BugFix] Fix new_ ops on NonTensorStack (#1366)
  • 847a86c [Feature] update_batch_size in where (#1365)
  • 75e2c26 [BugFix] Fix tensor_only construction (#1364)
  • 85f26e4 [Feature] Adds torch.maximum to torch func (#1362)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [tensordict](https://github.com/pytorch/tensordict) to permit the latest version.
- [Release notes](https://github.com/pytorch/tensordict/releases)
- [Commits](pytorch/tensordict@0.0.1b...v0.9.0)

---
updated-dependencies:
- dependency-name: tensordict
  dependency-version: 0.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 14, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2025

Superseded by #18.

@dependabot dependabot bot closed this Aug 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/tensordict-lte-0.9.0 branch August 4, 2025 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants