Migrate to PyWavelet for CWT #1096
igor-pechersky
started this conversation in
General
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/blue-yonder/tsfresh/blob/main/tsfresh/feature_extraction/feature_calculators.py#L1356 uses
scipy.signal.cwt
However, that method was deprecated more the year ago, and will be removed from the next SciPy release
scipy/scipy@7819f1b
Could we migrate to PyWavelet?
Beta Was this translation helpful? Give feedback.
All reactions