fraunhoferportugal / tsfel

An intuitive library to extract features from time series.
https://tsfel.readthedocs.io
BSD 3-Clause "New" or "Revised" License
944 stars 143 forks source link

Scipy renamed some functions #129

Closed ZegCricket closed 1 year ago

ZegCricket commented 1 year ago

In the newest scipy version, some function names have changed, leading to some errors during feature extraction using this library.

g-Baptista-gg commented 1 year ago

scipy.stats.median_absolute_deviation is now scipy.stats.median_abs_deviation

mluacnunes commented 1 year ago

Thank you, this issue was solved through the merged PR #131