Allow scipy_fft module to be used as a scipy fft backend#171
Allow scipy_fft module to be used as a scipy fft backend#171bombaci-vsc wants to merge 1 commit intoIntelPython:masterfrom
Conversation
|
Thank you, @bombaci-vsc for creating this PR. You are right about the issue you mentioned. However, we are in the process of fixing this issue. We have this open PR which brings mor changes to the structure of the package. And on top of it, we have a branch (that we will merge later) which addresses the issue you mentioned. In this branch, we have also included a more comprehensive explanation about using |
|
Good to hear. I did see the open PR and noticed that Do you anticipate merging the |
|
We plan to merge the |
|
Superseded by #179 |
This is an approach for addressing #170. It makes
mkl_fft.interfaces.scipy_fftalso work as a SciPy FFT backend.The
_scipy_fftmodule can already be used as a backend, but it is only accessible via an underscored module.mkl_fft.interfaces.scipy_fftis the public interface, but it isn't importing the dunder properties needed by scipy backends.I've also updated the README to include an updated version of the example found in the v1.1.0 changelog.