scipy-lectures / scientific-python-lectures

Tutorial material on the scientific Python ecosystem
https://lectures.scientific-python.org
Other
3.09k stars 1.19k forks source link

Replace use of scipy.fftpack with scipy.fft #716

Closed mdhaber closed 6 months ago

mdhaber commented 6 months ago

scipy.fftpack is considered legacy; this updates uses of scipy.fftpack to use scipy.fft, instead. To avoid unnecessary churn, I didn't modify filenames that include fftpack.