You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
#45 introduced
_scipy_fft_backend.py
which could be used as an argument toscipy.fft.set_backend()
.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?
The text was updated successfully, but these errors were encountered: