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

MAINT: silence DeprecationWarning in np.safe_eval(). #390

Merged
merged 1 commit into from
Aug 31, 2012

Conversation

rgommers
Copy link
Member

It comes from the Python compiler package, which isn't available on Python 3.x.
We already handle that issue by instead importing the ast module.

Should also be applied to 1.7.x.

It comes from the Python compiler package, which isn't available on Python 3.x.
We already handle that issue by instead importing the ast module.
@travisbot
Copy link

This pull request passes (merged 132b373 into 63cd8f3).

njsmith added a commit that referenced this pull request Aug 31, 2012
MAINT: silence DeprecationWarning in np.safe_eval().
@njsmith njsmith merged commit 68320a1 into numpy:master Aug 31, 2012
luyahan pushed a commit to plctlab/numpy that referenced this pull request Apr 25, 2024
feat: Add vaddv[q]_[f32|f64]
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.

None yet

3 participants