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