cubed icon indicating copy to clipboard operation
cubed copied to clipboard

Support multiple outputs in `apply_gufunc`

Open tomwhite opened this issue 2 years ago • 0 comments

There are various ways this might be implemented:

  • Sequentially - compute each output in turn. (This is fine for a proof of concept.)
  • Zarr structured arrays
  • Multiple outputs in blockwise, #69

Related to #67

tomwhite avatar Feb 21 '23 09:02 tomwhite