A Python library providing utility functions to manipulate batches of PyTorch tensors, such as concatenation, indexing, and nested data operations. Current version 0.1.1 supports Python 3.10-3.14 and PyTorch. The library follows a semantic versioning release cadence with regular updates.
pip install batchtensorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: concatenate a list of tensors along the batch dimension.
Upgrade and update function calls per changelog.
Ensure input is a dict or list of tensors, not a single tensor.
Review deprecation warnings and migrate to recommended alternatives.