{"id":12455,"name":"emd-signal","description":"Python implementation of Empirical Mode Decompoisition (EMD) method","url":"https://github.com/laszukdawid/pyemd","last_synced_at":"2025-09-04T21:43:11.482Z","repository":{"id":39351544,"uuid":"65324353","full_name":"laszukdawid/PyEMD","owner":"laszukdawid","description":"Python implementation of Empirical Mode Decompoisition (EMD) method","archived":false,"fork":false,"pushed_at":"2025-01-26T19:57:37.000Z","size":1708,"stargazers_count":911,"open_issues_count":1,"forks_count":230,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-04-11T23:13:04.745Z","etag":null,"topics":["decomposition","signal-processing","time-series"],"latest_commit_sha":null,"homepage":"https://pyemd.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laszukdawid.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-08-09T20:02:34.000Z","updated_at":"2025-03-26T14:26:06.000Z","dependencies_parsed_at":"2023-01-31T05:16:05.035Z","dependency_job_id":"d5e52733-d588-4117-a2cc-99823cebfc6d","html_url":"https://github.com/laszukdawid/PyEMD","commit_stats":{"total_commits":195,"total_committers":10,"mean_commits":19.5,"dds":"0.14871794871794874","last_synced_commit":"0e28c2957481be12e90990401218c344a2ad2cbf"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/laszukdawid/PyEMD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laszukdawid","download_url":"https://codeload.github.com/laszukdawid/PyEMD/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/sbom","scorecard":{"id":579712,"data":{"date":"2025-08-11","repo":{"name":"github.com/laszukdawid/PyEMD","commit":"1cfa63a2eee86dc946b2ee0a95a10b143e7f3320"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":1,"reason":"Found 4/30 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci-lint.yml:1","Warn: no topLevel permission defined: .github/workflows/ci-main-build-test-deploy.yml:1","Warn: no topLevel permission defined: .github/workflows/ci-pr-test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-lint.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/laszukdawid/PyEMD/ci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-lint.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/laszukdawid/PyEMD/ci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-lint.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/laszukdawid/PyEMD/ci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-main-build-test-deploy.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/laszukdawid/PyEMD/ci-main-build-test-deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-main-build-test-deploy.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/laszukdawid/PyEMD/ci-main-build-test-deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-main-build-test-deploy.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/laszukdawid/PyEMD/ci-main-build-test-deploy.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-main-build-test-deploy.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/laszukdawid/PyEMD/ci-main-build-test-deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-main-build-test-deploy.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/laszukdawid/PyEMD/ci-main-build-test-deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-main-build-test-deploy.yml:64: update your workflow using https://app.stepsecurity.io/secureworkflow/laszukdawid/PyEMD/ci-main-build-test-deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-pr-test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/laszukdawid/PyEMD/ci-pr-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-pr-test.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/laszukdawid/PyEMD/ci-pr-test.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci-main-build-test-deploy.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/ci-main-build-test-deploy.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/ci-main-build-test-deploy.yml:69","Warn: pipCommand not pinned by hash: .github/workflows/ci-main-build-test-deploy.yml:70","Warn: pipCommand not pinned by hash: .github/workflows/ci-pr-test.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/ci-pr-test.yml:31","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   4 third-party GitHubAction dependencies pinned","Info:   0 out of   6 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/ci-main-build-test-deploy.yml:56"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":1,"reason":"9 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: GHSA-6p56-wp2h-9hxr","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114","Warn: Project is vulnerable to: PYSEC-2017-74"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 14 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-20T18:52:22.278Z","repository_id":39351544,"created_at":"2025-08-20T18:52:22.278Z","updated_at":"2025-08-20T18:52:22.278Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273679043,"owners_count":25148622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"laszukdawid","name":"Dawid Laszuk","uuid":"11457963","kind":"user","description":"Now SDE/MLE, ex-academic. Data processing orientation.","email":"","website":"https://laszukdawid.com/","location":"BC, Canada","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/11457963?u=a46a90902d421f18f3b719cb7912471efc29db94\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-08T10:22:20.155Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/laszukdawid","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-18T02:49:44.976Z","updated_at":"2023-03-08T10:22:20.166Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laszukdawid","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laszukdawid/repositories"},"packages":[{"id":2722724,"name":"emd-signal","ecosystem":"pypi","description":"Implementation of the Empirical Mode Decomposition (EMD) and its variations","homepage":"https://github.com/laszukdawid/PyEMD","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/laszukdawid/PyEMD","keywords_array":["signal","decomposition","data","analysis"],"namespace":null,"versions_count":33,"first_release_published_at":"2017-04-28T19:54:59.000Z","latest_release_published_at":"2024-09-11T15:27:08.000Z","latest_release_number":"1.6.4","last_synced_at":"2025-09-01T12:36:56.029Z","created_at":"2022-04-10T10:53:04.403Z","updated_at":"2025-09-01T12:36:56.029Z","registry_url":"https://pypi.org/project/emd-signal/","install_command":"pip install emd-signal --index-url https://pypi.org/simple","documentation_url":"https://emd-signal.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Intended Audience :: Information Technology","Intended Audience :: Science/Research","Topic :: Scientific/Engineering","Topic :: Scientific/Engineering :: Information Analysis","Topic :: Scientific/Engineering :: Mathematics"],"normalized_name":"emd-signal","project_status":null},"repo_metadata":{"id":39351544,"uuid":"65324353","full_name":"laszukdawid/PyEMD","owner":"laszukdawid","description":"Python implementation of Empirical Mode Decompoisition (EMD) method","archived":false,"fork":false,"pushed_at":"2024-08-24T05:25:44.000Z","size":1670,"stargazers_count":854,"open_issues_count":11,"forks_count":223,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-08-24T06:27:29.803Z","etag":null,"topics":["decomposition","signal-processing","time-series"],"latest_commit_sha":null,"homepage":"https://pyemd.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laszukdawid.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-09T20:02:34.000Z","updated_at":"2024-08-24T05:25:44.000Z","dependencies_parsed_at":"2023-01-31T05:16:05.035Z","dependency_job_id":"d5e52733-d588-4117-a2cc-99823cebfc6d","html_url":"https://github.com/laszukdawid/PyEMD","commit_stats":{"total_commits":195,"total_committers":10,"mean_commits":19.5,"dds":"0.14871794871794874","last_synced_commit":"0e28c2957481be12e90990401218c344a2ad2cbf"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laszukdawid","download_url":"https://codeload.github.com/laszukdawid/PyEMD/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":216726444,"owners_count":16070627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"laszukdawid","name":"Dawid Laszuk","uuid":"11457963","kind":"user","description":"Now SDE/MLE, ex-academic. Data processing orientation.","email":"","website":"https://laszukdawid.com/","location":"BC, Canada","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/11457963?u=a46a90902d421f18f3b719cb7912471efc29db94\u0026v=4","repositories_count":3,"last_synced_at":"2023-03-08T10:22:20.155Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/laszukdawid","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-18T02:49:44.976Z","updated_at":"2023-03-08T10:22:20.166Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laszukdawid","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laszukdawid/repositories"},"tags":[{"name":"v1.2.1-deb","sha":"9caf51c6cd1bc1e869d67d002310c1e81cba541a","kind":"commit","published_at":"2021-12-28T21:37:02.000Z","download_url":"https://codeload.github.com/laszukdawid/PyEMD/tar.gz/v1.2.1-deb","html_url":"https://github.com/laszukdawid/PyEMD/releases/tag/v1.2.1-deb","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.2.1-deb","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.2.1-deb/manifests"},{"name":"v1.2.1","sha":"d0620004106add6a80fd78e61150e7782b7e7a11","kind":"commit","published_at":"2021-12-28T21:23:59.000Z","download_url":"https://codeload.github.com/laszukdawid/PyEMD/tar.gz/v1.2.1","html_url":"https://github.com/laszukdawid/PyEMD/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.2.1/manifests"},{"name":"v.1.2.0","sha":"0c751a639e9296bb1d915e24543b37525fac28bd","kind":"commit","published_at":"2021-12-05T23:04:37.000Z","download_url":"https://codeload.github.com/laszukdawid/PyEMD/tar.gz/v.1.2.0","html_url":"https://github.com/laszukdawid/PyEMD/releases/tag/v.1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v.1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v.1.2.0/manifests"},{"name":"v1.1.1","sha":"ecda9ca871d396d41ffd2ae8cd2c352a5d245cb2","kind":"commit","published_at":"2021-11-02T03:59:47.000Z","download_url":"https://codeload.github.com/laszukdawid/PyEMD/tar.gz/v1.1.1","html_url":"https://github.com/laszukdawid/PyEMD/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"da7d203a45cca4b4a9cc32d292eefe3d6c3ac229","kind":"commit","published_at":"2021-10-29T06:40:02.000Z","download_url":"https://codeload.github.com/laszukdawid/PyEMD/tar.gz/v1.1.0","html_url":"https://github.com/laszukdawid/PyEMD/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"7b0c9c66b933f7a20688ae30c4d22c07c051e59c","kind":"commit","published_at":"2021-09-05T20:04:32.000Z","download_url":"https://codeload.github.com/laszukdawid/PyEMD/tar.gz/v1.0.1","html_url":"https://github.com/laszukdawid/PyEMD/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"7ab9f61d569e22a4957d5537647fd6522fb7b3e1","kind":"commit","published_at":"2021-08-12T21:57:20.000Z","download_url":"https://codeload.github.com/laszukdawid/PyEMD/tar.gz/v1.0.0","html_url":"https://github.com/laszukdawid/PyEMD/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/v1.0.0/manifests"},{"name":"0.2.5","sha":"a2ee3782be06dbaae5e65031a53d256a18f6b810","kind":"tag","published_at":"2018-06-11T07:02:19.000Z","download_url":"https://codeload.github.com/laszukdawid/PyEMD/tar.gz/0.2.5","html_url":"https://github.com/laszukdawid/PyEMD/releases/tag/0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/tags/0.2.5/manifests"}]},"repo_metadata_updated_at":"2024-08-24T06:27:36.508Z","dependent_packages_count":3,"downloads":20764,"downloads_period":"last-month","dependent_repos_count":6,"rankings":{"downloads":2.4998904476025174,"dependent_repos_count":6.004774706629907,"dependent_packages_count":3.1605581849082776,"stargazers_count":2.2964413923462117,"forks_count":3.5931098873878167,"docker_downloads_count":null,"average":3.5109549237749462},"purl":"pkg:pypi/emd-signal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/emd-signal","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/emd-signal","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/emd-signal/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-08-19T06:06:21.895Z","issues_count":97,"pull_requests_count":24,"avg_time_to_close_issue":10208679.137931034,"avg_time_to_close_pull_request":1295408.3333333333,"issues_closed_count":87,"pull_requests_closed_count":24,"pull_request_authors_count":9,"issue_authors_count":84,"avg_comments_per_issue":2.88659793814433,"avg_comments_per_pull_request":0.9583333333333334,"merged_pull_requests_count":19,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":11,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":2840887.0,"past_year_avg_time_to_close_pull_request":181569.5,"past_year_issues_closed_count":9,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":1.6363636363636365,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/issues","maintainers":[{"login":"laszukdawid","count":15,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/laszukdawid"}],"active_maintainers":[{"login":"laszukdawid","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/laszukdawid"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/emd-signal/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/emd-signal/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/emd-signal/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/emd-signal/related_packages","maintainers":[{"uuid":"laszukdawid","login":"laszukdawid","name":null,"email":null,"url":null,"packages_count":5,"html_url":"https://pypi.org/user/laszukdawid/","role":null,"created_at":"2023-02-06T23:54:52.135Z","updated_at":"2023-02-06T23:54:52.135Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/laszukdawid/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724911,"maintainers_count":308244,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":573686,"full_name":"laszukdawid/PyEMD","default_branch":"master","committers":[{"name":"Dawid Laszuk","email":"laszukdawid@gmail.com","login":null,"count":166},{"name":"Laszuk","email":"laszuk@amazon.com","login":null,"count":9},{"name":"Dawid Laszuk","email":"11457963+laszukdawid","login":"laszukdawid","count":8},{"name":"Dawid","email":"git@dawid.lasz.uk","login":null,"count":4},{"name":"Renato F. Miotto","email":"35971460+rfmiotto","login":"rfmiotto","count":2},{"name":"Arnab Paul Choudhury","email":"34067069+oshin94","login":"oshin94","count":2},{"name":"Jacopo Fadanni","email":"113986263+JFadanni","login":"JFadanni","count":1},{"name":"nescirem","email":"nescirem@outlook.com","login":null,"count":1},{"name":"Yuriy Gabuev","email":"yugabuev@gmail.com","login":null,"count":1},{"name":"Debasis Tripathy","email":"104076012+debasistripathy01","login":"debasistripathy01","count":1}],"total_commits":195,"total_committers":10,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":19.5,"dds":0.14871794871794874,"past_year_committers":[{"name":"Dawid","email":"git@dawid.lasz.uk","login":null,"count":4},{"name":"Dawid Laszuk","email":"11457963+laszukdawid","login":"laszukdawid","count":3},{"name":"Jacopo Fadanni","email":"113986263+JFadanni","login":"JFadanni","count":1},{"name":"Arnab Paul Choudhury","email":"34067069+oshin94","login":"oshin94","count":1}],"past_year_total_commits":9,"past_year_total_committers":4,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":2.25,"past_year_dds":0.5555555555555556,"last_synced_at":"2023-10-25T19:41:36.603Z","last_synced_commit":"0e28c2957481be12e90990401218c344a2ad2cbf","created_at":"2023-03-09T05:32:35.115Z","updated_at":"2023-10-25T19:41:36.604Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.276Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"laszukdawid/PyEMD","html_url":"https://github.com/laszukdawid/PyEMD","last_synced_at":"2025-08-31T14:33:39.943Z","status":null,"issues_count":102,"pull_requests_count":25,"avg_time_to_close_issue":9922309.20879121,"avg_time_to_close_pull_request":1243624.48,"issues_closed_count":91,"pull_requests_closed_count":25,"pull_request_authors_count":9,"issue_authors_count":89,"avg_comments_per_issue":2.803921568627451,"avg_comments_per_pull_request":0.96,"merged_pull_requests_count":20,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":4,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":3930378.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":4,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":1.75,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-14T13:28:35.464Z","updated_at":"2025-09-03T05:31:21.274Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/laszukdawid%2FPyEMD/issues","issue_labels_count":{"enhancement":2,"feature":1,"invalid":1,"bug":1,"question":1},"pull_request_labels_count":{"enhancement":1},"issue_author_associations_count":{"NONE":97,"OWNER":4,"CONTRIBUTOR":4},"pull_request_author_associations_count":{"OWNER":16,"CONTRIBUTOR":10,"NONE":4},"issue_authors":{"laszukdawid":4,"JhonAndersonVelasco":3,"wunderbarr":3,"kimyoungjin06":3,"ki-ljl":2,"oshin94":2,"shenjianaixuexi":2,"SChandel-cmd":2,"LeonardoLancia":2,"rfmiotto":1,"alexsomoza":1,"zeydabadi":1,"rsprmo":1,"ljqq1022":1,"ewoodsusmc":1,"MaNannn":1,"onion5376":1,"sxinyuhoo":1,"Yuannezhao":1,"linyu21":1,"akki83":1,"athammad":1,"Aikhjarto":1,"mat-moten":1,"fachif":1,"ZZ646000":1,"ffbear1993":1,"SpireGiorgioSavastano":1,"newusername":1,"zhuuuuuuuzy":1,"yuchendeblog":1,"codenow1939":1,"iganggang":1,"debasistripathy01":1,"MortimerMcMire":1,"jelmervangestel":1,"Aphexus":1,"nazmibojan":1,"bs2019":1,"Devilbean000":1,"kritchie":1,"luispc":1,"KrisLeezz":1,"ctanny":1,"gems-yc4923":1,"pgupta18":1,"Bressanone99":1,"Corezcy":1,"ManojWarrier":1,"issamMOUDNI":1,"lichterberci":1,"devillegaso":1,"0411yab":1,"hkdavid2008":1,"zasha18":1,"codingMMax":1,"Ibuprofenighty":1,"Ayubirad":1,"zhangzh16":1,"hongkahjun":1,"xixia123":1,"HoatranCH":1,"DwanZhang-AI":1,"igo312":1,"pedroaugustosmribeiro":1,"muqingCai":1,"ashkanreisi":1,"Waterkin":1,"paris007":1,"mpearmain":1,"CodingPapi":1,"henrychow94":1,"bluenote10":1,"Jogima-cyber":1,"sonamghosh":1,"reinforcement-learning-experiments":1,"mcagrialtindal":1,"veeruamma":1,"gouzmi":1,"Roymprog":1,"Aditya-Dawadikar":1,"wang1xu":1,"nealcha":1,"StianIsmar":1,"DivyaShyamSingh":1,"zhoushuyi-22":1,"msamf":1,"Harryhzh":1,"Saul-the-engineer":1,"cscp230198":1,"j389wang":1},"pull_request_authors":{"laszukdawid":16,"JFadanni":3,"rfmiotto":3,"Giddy-eg":2,"oshin94":2,"kritchie":1,"codacy-badger":1,"debasistripathy01":1,"ygabuev":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-04T00:00:25.939Z","repositories_count":10080966,"issues_count":31268296,"pull_requests_count":96067200,"authors_count":10693694,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{"NONE":8},"past_year_pull_request_author_associations_count":{"OWNER":2},"past_year_issue_authors":{"LeonardoLancia":2,"codenow1939":1,"jelmervangestel":1,"lichterberci":1,"ljqq1022":1,"pedroaugustosmribeiro":1,"zhangzh16":1},"past_year_pull_request_authors":{"laszukdawid":2},"maintainers":[{"login":"laszukdawid","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/laszukdawid"}],"active_maintainers":[{"login":"laszukdawid","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/laszukdawid"}]},"events":{"total":{"IssuesEvent":10,"WatchEvent":67,"IssueCommentEvent":11,"PushEvent":1,"ForkEvent":10},"last_year":{"IssuesEvent":10,"WatchEvent":67,"IssueCommentEvent":11,"PushEvent":1,"ForkEvent":10}},"keywords":["decomposition","signal-processing","time-series"],"dependencies":[{"ecosystem":"pypi","filepath":"requirements-extra.txt","sha":null,"kind":"manifest","created_at":"2022-07-04T07:15:23.586Z","updated_at":"2022-07-04T07:15:23.586Z","repository_link":"https://github.com/laszukdawid/PyEMD/blob/master/requirements-extra.txt","dependencies":[{"id":101975711,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.12","direct":true,"kind":"runtime","optional":false},{"id":101975712,"package_name":"numpydoc","ecosystem":"pypi","requirements":"\u003e=1.1.0","direct":true,"kind":"runtime","optional":false},{"id":101975713,"package_name":"scipy","ecosystem":"pypi","requirements":"\u003e=0.19","direct":true,"kind":"runtime","optional":false},{"id":101975714,"package_name":"matplotlib","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":101975715,"package_name":"pathos","ecosystem":"pypi","requirements":"\u003e=0.2.1","direct":true,"kind":"runtime","optional":false},{"id":101975716,"package_name":"scikit-image","ecosystem":"pypi","requirements":"\u003e=0.13","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-04T07:15:23.608Z","updated_at":"2022-07-04T07:15:23.608Z","repository_link":"https://github.com/laszukdawid/PyEMD/blob/master/requirements.txt","dependencies":[{"id":101975717,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.12","direct":true,"kind":"runtime","optional":false},{"id":101975718,"package_name":"scipy","ecosystem":"pypi","requirements":"\u003e=0.19","direct":true,"kind":"runtime","optional":false},{"id":101975719,"package_name":"pathos","ecosystem":"pypi","requirements":"\u003e=0.2.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci-lint.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T05:16:04.371Z","updated_at":"2023-01-31T05:16:04.371Z","repository_link":"https://github.com/laszukdawid/PyEMD/blob/master/.github/workflows/ci-lint.yml","dependencies":[{"id":7263560772,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7263560777,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci-test.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T05:16:04.464Z","updated_at":"2023-01-31T05:16:04.464Z","repository_link":"https://github.com/laszukdawid/PyEMD/blob/master/.github/workflows/ci-test.yml","dependencies":[{"id":7263561833,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7263561837,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/python-publish.yml","sha":null,"kind":"manifest","created_at":"2023-01-31T05:16:04.612Z","updated_at":"2023-01-31T05:16:04.612Z","repository_link":"https://github.com/laszukdawid/PyEMD/blob/master/.github/workflows/python-publish.yml","dependencies":[{"id":7263562281,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7263562282,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7263562283,"package_name":"pypa/gh-action-pypi-publish","ecosystem":"actions","requirements":"27b31702a0e7fc50959f5ad993c78deac1bdfc29","direct":true,"kind":"composite","optional":false}]}],"score":19.059682566856132,"created_at":"2025-09-04T15:50:41.714Z","updated_at":"2025-10-07T08:07:29.004Z","avatar_url":"https://github.com/laszukdawid.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":20764,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/12455","html_url":"https://science.ecosyste.ms/projects/12455","bibtex_url":"https://science.ecosyste.ms/projects/12455/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/12455/export.apalike"}