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

Add FAQ entry about scipy.special #4284

Open
seibert opened this issue Jul 8, 2019 · 2 comments
Open

Add FAQ entry about scipy.special #4284

seibert opened this issue Jul 8, 2019 · 2 comments
Labels
doc feature_request scipy Requests for scipy features scumba Issue relating to SciPy support that could exist in Numba "Scumba!"

Comments

@seibert
Copy link
Contributor

seibert commented Jul 8, 2019

Thanks to this project:

https://numba-special.readthedocs.io/en/latest/index.html

There are now wrappers for the scipy.special functions. We should mention this project in our FAQ.

As a side question: This implementation requires individually extracting all the function pointers using a .pyx file:

https://github.com/person142/numba_special/blob/master/numba_special/function_pointers.pyx

I wonder if there is a way to do that more automatically...

@stuartarchibald stuartarchibald added doc scumba Issue relating to SciPy support that could exist in Numba "Scumba!" scipy Requests for scipy features feature_request labels Jul 8, 2019
@stuartarchibald
Copy link
Contributor

See "scumba" discussion here: #4292

@stuartarchibald
Copy link
Contributor

The Numba extension project now supports this feature: https://github.com/numba/numba-scipy this should be mentioned instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc feature_request scipy Requests for scipy features scumba Issue relating to SciPy support that could exist in Numba "Scumba!"
Projects
None yet
Development

No branches or pull requests

2 participants