Jeremy Maitin-Shepard

Results 255 comments of Jeremy Maitin-Shepard

I think this might be more appropriate to discuss under the zarr-python repository, since it is just about the zarr-python API. You might find it interesting to look at the...

> I am happy to have this in zarr-python instead. > > How do you imagine using the tensorstore model? The problem we are facing, is being forced to call...

The neuroglancer precomputed format is rather hacky. - It is desirable to be able to choose the shard size to be any multiple of the base chunk size, but the...

If blosc2/caterva were used, is there a way to make it compatible with the existing numcodecs, so that for example you could use imagecodecs_jpeg2k to encode individual chunks within the...

It is true that there is a benefit to be gained from locality at additional levels, both by choosing the order of chunks within a shard and by choosing the...

Yes, it would be fairly easy to add support for integer attributes.

This is somewhat working, but perhaps we can work together to refine it.

> > documenting multiple signatures together (by leaving no space between them) > > Is this related to overloads sharing the same docstring? Yes --- the result is a single...

This is now updated to use `types-clang` rather than ones I generated myself. There are a few bugs in `types-clang` that required a `cast` as a workaround: https://github.com/tgockel/types-clang/pull/2