laszukdawid / PyEMD

Python implementation of Empirical Mode Decompoisition (EMD) method
https://pyemd.readthedocs.io/
Apache License 2.0
867 stars 224 forks source link

feat: support numpy 2+ #162

Closed laszukdawid closed 1 month ago

laszukdawid commented 1 month ago

Change

Updates slightly the codebase to support numpy 2.0.

laszukdawid commented 1 month ago

Fixes #160