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

Supporting scipy.linalg in nopython mode? #33

Open
Phyks opened this issue Mar 30, 2017 · 2 comments
Open

Supporting scipy.linalg in nopython mode? #33

Phyks opened this issue Mar 30, 2017 · 2 comments
Labels
feature_request Request for a feature

Comments

@Phyks
Copy link

Phyks commented Mar 30, 2017

Hi,

From my tests and while looking at the docs, it seems scipy.linalg module is not supported in nopython mode.

However, scipy.linalg.expm is the only implementation of matrix exponentiation in scipy and numpy, as far as I know, and having not supported can be blocking for some applications.

For now, I worked around it by isolating the part of my code that needed scipy.linalg.expm and wrapping the rest in a JIT with nopythonmode, but this may not be always possible.

Thanks!

@stuartarchibald
Copy link
Contributor

See "scumba" discussion here: numba/numba#4292

@stuartarchibald stuartarchibald transferred this issue from numba/numba Dec 30, 2019
@stuartarchibald stuartarchibald added the feature_request Request for a feature label Jan 8, 2020
@hugokitano
Copy link

would love to get an update on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature_request Request for a feature
Projects
None yet
Development

No branches or pull requests

3 participants