Results 6 issues of Scott Schneider

We should remove the `_offset` and `_length` in `BaseColumn`: https://github.com/facebookresearch/torcharrow/blob/d680bfdc0f6a6bb6c3a29c2a67d62006782d6558/csrc/velox/column.h#L223-L224 There are multiple places where we do not properly track this, such as in expression evaluation: https://github.com/facebookresearch/torcharrow/blob/d680bfdc0f6a6bb6c3a29c2a67d62006782d6558/csrc/velox/column.cpp#L236-L238 We should be...

If users create a column from a Python list, we actually dispatch that directly to C++. For example, ``` vals = [1, 2, 3, 4, 5] col = ta.Column(vals, device="cpu")...

native kernel

Dear TorchAudio users, TorchAudio is the most popular audio library for PyTorch. It has critical transforms, models and datasets that we know the community relies on. That is why we...

PR #9150 fixed Issue #9135. The issue is that Pillow deprecated the `mode` parameter in `Image.fromarray()`: https://pillow.readthedocs.io/en/stable/releasenotes/11.3.0.html#image-fromarray-mode-parameter. Also see the Pillow PR that implements the change for more discussion: https://github.com/python-pillow/Pillow/pull/9018...

cla signed