aaren / wavelets

Python implementation of the wavelet analysis found in Torrence and Compo (1998)
296 stars 111 forks source link

Changed import of factorial for SciPy>1.0 #19

Open joschaschmiedt opened 5 years ago

joschaschmiedt commented 5 years ago

The alias scipy.misc.factorial is deprecated sicne scipy 1.0. Instead, scipy.special.factorial should be used.

endolith commented 4 years ago

So is this project abandoned?

endolith commented 2 years ago

Update: Yes, this project is abandoned and I've tried to make mine the replacement: https://github.com/aaren/wavelets/issues/22