Skip to content

MAINT: remove from numpy.math cimport usages #52544

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

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

rgommers
Copy link
Contributor

@rgommers rgommers commented Apr 8, 2023

These are available from Cython's libc, which is cleaner. NumPy would like to get rid of shipping libnpymath, and has also deprecated the (unrelated) numpy.math in the Python API. So best to not use it from Cython either.

@mroeschke mroeschke added the Refactor Internal refactoring of code label Apr 10, 2023
@mroeschke mroeschke added this to the 2.1 milestone Apr 10, 2023
These are available from Cython's `libc`, which is cleaner.
NumPy would like to get rid of shipping libnpymath, and has
also deprecated the (unrelated) `numpy.math` in the Python API.
So best to not use it from Cython either.
@rgommers rgommers force-pushed the remove-numpy-math branch from 4627d63 to 3926064 Compare April 10, 2023 20:55
@mroeschke mroeschke merged commit e3337aa into pandas-dev:main Apr 10, 2023
@mroeschke
Copy link
Member

Thanks @rgommers

@rgommers rgommers deleted the remove-numpy-math branch April 11, 2023 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants