catalystneuro / lazy_ops

Lazy transposing and slicing of h5py and Zarr Datasets
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

stand-alone transpose function #15

Closed bendichter closed 4 years ago

bendichter commented 4 years ago

It would be nice to have the function lazy_transpose(Dataset, axes=None) similar to numpy's

bendichter commented 4 years ago
def lazy_transpose(dset):
    return dset.lazy_transepose()
d-sot commented 4 years ago

This is added in 3557198e52ffcb0b9961be4b1e0f9cd4801d96c8 .