We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edc66c commit 1a9e5d0Copy full SHA for 1a9e5d0
CHANGES.rst
@@ -10,7 +10,7 @@ migrate from `setup.py` to `pyproject.toml`
10
includes support in virtual environment out of the box
11
12
the original `mkl_fft.rfft` and `mkl_fft.irfft` are renamed to `mkl_fft.rfftpack` and `mkl_fft.irfftpack`, since they
13
-replicate the behavior from the deprectaed `scipy.fftapck` module.
+replicate the behavior from the deprectaed `scipy.fftpack` module.
14
15
`mkl_fft.rfft_numpy`, `mkl_fft.irfft_numpy`, `mkl_fft.rfft2_numpy`, `mkl_fft.irfft2_numpy`, `mkl_fft.rfftn_numpy`
16
and `mkl_fft.irfftn_numpy` are renamed to `mkl_fft.rfft`, `mkl_fft.irfft`, `mkl_fft.rfft2`, `mkl_fft.irfft2`, `mkl_fft.rfftn`
0 commit comments