Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make find_callname only lookup functions that are likely part of NumPy. #6203

Merged
merged 5 commits into from
Oct 5, 2020

Conversation

stuartarchibald
Copy link
Contributor

As title.

Closes #6175

NumPy 1.15 has e.g. np.ones with module 'numpy.core.numeric',
update pattern to match.
@stuartarchibald stuartarchibald added 3 - Ready for Review needs initial review This PR needs an initial review to check the code change is well formed, documented, efficient etc. and removed 2 - In Progress labels Sep 2, 2020
@stuartarchibald
Copy link
Contributor Author

CC @eric-wieser

numba/core/ir_utils.py Outdated Show resolved Hide resolved
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
numba/core/ir_utils.py Outdated Show resolved Hide resolved
@stuartarchibald stuartarchibald added 4 - Waiting on reviewer Waiting for reviewer to respond to author and removed 3 - Ready for Review needs initial review This PR needs an initial review to check the code change is well formed, documented, efficient etc. labels Sep 2, 2020
@sklam sklam added 5 - Ready to merge Review and testing done, is ready to merge and removed 4 - Waiting on reviewer Waiting for reviewer to respond to author labels Oct 5, 2020
@sklam sklam merged commit 3434eac into numba:master Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to merge Review and testing done, is ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ir_utils causes a DeprecationWarning in numpy 1.20
3 participants