mrkrd / cochlea

Inner ear models for Python
GNU General Public License v3.0
108 stars 42 forks source link

np.fft.fftpack deprecated #16

Closed Hananel-Hazan closed 3 months ago

Hananel-Hazan commented 3 months ago

When trying to use on a newer Numpy version (2.x), the function fftpack is deprecated

Newer version of Numpy do not support this function anymore, and the cochlea package dont use it.