You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before proposing the new encode_batch and decode_batch API (#248) to numcodecs Codec, I think we should introduce a new context argument similar to Zarr's Context.
This way, we can use the meta_array option to specify the output memory type of encode_batch and decode_batch.
Before proposing the new
encode_batch
anddecode_batch
API (#248) to numcodecs Codec, I think we should introduce a new context argument similar to Zarr'sContext
.This way, we can use the
meta_array
option to specify the output memory type ofencode_batch
anddecode_batch
.cc. @Alexey-Kamenev
The text was updated successfully, but these errors were encountered: