html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue
https://github.com/pydata/xarray/issues/4263#issuecomment-726436519,https://api.github.com/repos/pydata/xarray/issues/4263,726436519,MDEyOklzc3VlQ29tbWVudDcyNjQzNjUxOQ==,1649961,2020-11-13T00:57:19Z,2020-11-13T00:57:19Z,NONE,"> Does that do what you need?
Unfortunately no: I needed `xarray.apply_gufunc` for wrapping `dask.array.map_overlap`. It's not a big problem though (I just did what I needed manually by working with `xarray.DataArray.data` and then creating a new `DataArray` from the result).","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,665023246
https://github.com/pydata/xarray/issues/4263#issuecomment-723669914,https://api.github.com/repos/pydata/xarray/issues/4263,723669914,MDEyOklzc3VlQ29tbWVudDcyMzY2OTkxNA==,10194086,2020-11-08T21:41:18Z,2020-11-08T21:41:18Z,MEMBER,"`xr.apply_ufunc` now uses `da.apply_gufunc`:
https://github.com/pydata/xarray/blob/c02b805499a16a0cd3d745734d59ec70d76e1293/xarray/core/computation.py#L690
but this doesn't pass `block_info` either (AFAIK). So this would have to be reported upstream I guess.
There is `xr.map_blocks` (http://xarray.pydata.org/en/stable/generated/xarray.map_blocks.html#xarray.map_blocks). Does that do what you need?
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,665023246