PyEMD v1.9.0
Install via pip:
pip install EMD-signal==1.9.0What's Changed
- CEEMDAN use processes when decomposing noise by @laszukdawid in #116
- Grammatical update by @debasistripathy01 in #122
- Add optional progress dots to EEMD and CEEMDAN (#125) by @laszukdawid in #132
- Introduce JIT EMD by @laszukdawid in #133
- correction in re-scaling step in 'a posteriori' test as proposed in issue #114 by @oshin94 in #134
- New splines by @JFadanni in #140
- Fix usage of parallel in EEMD [Github] #145 by @laszukdawid in #146
- Explicit migration from Travis to Github actions + deps bump by @laszukdawid in #152
- Update CI on the mast to only create package when PyEMD/init.py changes by @laszukdawid in #153
- Update README.md by @JFadanni in #155
- feat: support numpy 2+ by @laszukdawid in #162
- 163 update missing type by @laszukdawid in #164
- fix: typo in EMD_matlab by @laszukdawid in #166
- fixing linting issue by @laszukdawid in #175
New Contributors
- @debasistripathy01 made their first contribution in #122
- @JFadanni made their first contribution in #140
Full Changelog: v1.2.1...v1.9.0