Skip to content

Add expand_dims to Dask array (#8667)#8687

Merged
jakirkham merged 1 commit intodask:mainfrom
tomwhite:expand_dims
Feb 11, 2022
Merged

Add expand_dims to Dask array (#8667)#8687
jakirkham merged 1 commit intodask:mainfrom
tomwhite:expand_dims

Conversation

@tomwhite
Copy link
Copy Markdown
Contributor

@tomwhite tomwhite commented Feb 8, 2022

@GPUtester
Copy link
Copy Markdown
Collaborator

Can one of the admins verify this patch?

@github-actions github-actions bot added the array label Feb 8, 2022
@quasiben
Copy link
Copy Markdown
Member

quasiben commented Feb 8, 2022

add to allowlist

@jakirkham
Copy link
Copy Markdown
Member

JFYI we can almost just use the NumPy implementation of this as-is, but these coercions make that not feasible. Would add it makes sense why NumPy has those. Maybe there is a way to make NumPy's code more generalizable, but am not seeing it atm (maybe someone else does)

@jakirkham jakirkham merged commit 48df7ff into dask:main Feb 11, 2022
@jakirkham
Copy link
Copy Markdown
Member

jakirkham commented Feb 11, 2022

Thanks Tom! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add expand_dims to Dask array

4 participants