Skip to content

Stable API for scipy FFT backend #170

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

Open
bombaci-vsc opened this issue Apr 29, 2025 · 0 comments
Open

Stable API for scipy FFT backend #170

bombaci-vsc opened this issue Apr 29, 2025 · 0 comments

Comments

@bombaci-vsc
Copy link

#45 introduced _scipy_fft_backend.py which could be used as an argument to scipy.fft.set_backend().

import sicpy.fft, mkl_fft._scipy_fft_backend as mkl_be
scipy.fft.set_backend(mkl_be)

In v1.3.12 _scipy_fft_backend.py was renamed to _scipy_fft.py. While this makes the interface finally match the example in the changelog, it breaks any code that was previously importing _scipy_fft_backend.

Being able to change the scipy fft backend is a very useful feature. Would it be possible to formally support it by having a stable API for accessing the module and documenting the backend support in the README.md?

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

No branches or pull requests

1 participant