Skip to content

change to Numpy power ufunc#70

Open
edenbaus wants to merge 1 commit into
dask:mainfrom
edenbaus:patch-1
Open

change to Numpy power ufunc#70
edenbaus wants to merge 1 commit into
dask:mainfrom
edenbaus:patch-1

Conversation

@edenbaus

@edenbaus edenbaus commented Apr 9, 2018

Copy link
Copy Markdown

Change builtin python power function to Numpy power ufunc

@mrocklin

mrocklin commented Apr 9, 2018

Copy link
Copy Markdown
Member

Hi @edenbaus . Thanks for the PR. I'm a bit curious about this, I would have expected these to be more-or-less the same. Is there a performance difference?

@edenbaus

edenbaus commented Apr 9, 2018 via email

Copy link
Copy Markdown
Author

@mrocklin

mrocklin commented Apr 9, 2018

Copy link
Copy Markdown
Member

My guess would be that ** dispatches to np.power for numpy arrays.

Base automatically changed from master to main February 10, 2021 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants