{"id":2868424,"name":"pycpd","ecosystem":"pypi","description":"Pure Numpy Implementation of the Coherent Point Drift Algorithm","homepage":"https://github.com/siavashk/pycpd","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/siavashk/pycpd","keywords_array":["image processing","point cloud","registration","mesh","surface"],"namespace":null,"versions_count":12,"first_release_published_at":"2017-03-15T20:13:15.000Z","latest_release_published_at":"2020-04-15T23:25:56.000Z","latest_release_number":"2.0.0","last_synced_at":"2026-09-02T19:35:47.886Z","created_at":"2022-04-10T12:11:16.270Z","updated_at":"2026-09-02T19:35:47.887Z","registry_url":"https://pypi.org/project/pycpd/","install_command":"pip install pycpd --index-url https://pypi.org/simple","documentation_url":"https://pycpd.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 3 - Alpha","License :: OSI Approved :: MIT License","Programming Language :: Python :: 2.7","Programming Language :: Python :: 3.4","Programming Language :: Python :: 3.5","Programming Language :: Python :: 3.6","Topic :: Scientific/Engineering"],"normalized_name":"pycpd","project_status":null},"repo_metadata":{"id":13186432,"uuid":"71678665","full_name":"siavashk/pycpd","owner":"siavashk","description":"Pure Numpy Implementation of the Coherent Point Drift Algorithm","archived":false,"fork":false,"pushed_at":"2023-08-08T05:52:16.000Z","size":15069,"stargazers_count":597,"open_issues_count":6,"forks_count":121,"subscribers_count":14,"default_branch":"master","last_synced_at":"2026-08-21T18:45:56.699Z","etag":null,"topics":["expectation-maximization","point-cloud","python","registration"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siavashk.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-10-23T03:05:07.000Z","updated_at":"2026-08-18T17:56:19.000Z","dependencies_parsed_at":"2025-04-14T14:39:59.795Z","dependency_job_id":"3a63d650-ad69-4ba3-b0c7-db923e9ff0f0","html_url":"https://github.com/siavashk/pycpd","commit_stats":{"total_commits":165,"total_committers":18,"mean_commits":9.166666666666666,"dds":0.7333333333333334,"last_synced_commit":"e5ca02d2501fb4b633c1664de939c336ffa2349e"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/siavashk/pycpd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siavashk%2Fpycpd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siavashk%2Fpycpd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siavashk%2Fpycpd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siavashk%2Fpycpd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siavashk","download_url":"https://codeload.github.com/siavashk/pycpd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siavashk%2Fpycpd/sbom","scorecard":{"id":822127,"data":{"date":"2025-08-11","repo":{"name":"github.com/siavashk/pycpd","commit":"e5ca02d2501fb4b633c1664de939c336ffa2349e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"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":"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":3,"reason":"Found 3/10 approved changesets -- score normalized to 3","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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build-test.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/docs.yml:14","Warn: no topLevel permission defined: .github/workflows/draft-pdf.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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"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":"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":3,"reason":"7 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","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"],"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 27 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"}},{"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/build-test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/siavashk/pycpd/build-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build-test.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/siavashk/pycpd/build-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/siavashk/pycpd/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/siavashk/pycpd/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/siavashk/pycpd/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/siavashk/pycpd/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/draft-pdf.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/siavashk/pycpd/draft-pdf.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/draft-pdf.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/siavashk/pycpd/draft-pdf.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/draft-pdf.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/siavashk/pycpd/draft-pdf.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/build-test.yml:53","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 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"}}]},"last_synced_at":"2025-08-23T15:52:04.569Z","repository_id":13186432,"created_at":"2025-08-23T15:52:04.570Z","updated_at":"2025-08-23T15:52:04.570Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36815514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-22T02:00:06.114Z","response_time":51,"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_record":{"login":"siavashk","name":"Siavash Khallaghi","uuid":"1020752","kind":"user","description":"The work is mysterious and important.","email":"","website":"http://siavashk.github.io","location":"Vancouver, Canada","twitter":null,"company":"Unraveled AI","icon_url":"https://avatars.githubusercontent.com/u/1020752?u=820366ee7cd0b4cb1c5c2ee828666208cefe8d71\u0026v=4","repositories_count":23,"last_synced_at":"2026-08-21T18:45:45.908Z","metadata":{"has_sponsors_listing":true,"funding":null},"html_url":"https://github.com/siavashk","funding_links":["https://github.com/sponsors/siavashk"],"total_stars":663,"followers":63,"following":0,"created_at":"2022-11-06T22:43:30.269Z","updated_at":"2026-08-21T18:45:45.950Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siavashk","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siavashk/repositories"},"tags":[{"name":"v2.0.1-JOSS-Paper","sha":"83ffd5ae14ec898f4415f34ed6fd183c34026804","kind":"commit","published_at":"2022-11-17T20:06:55.000Z","download_url":"https://codeload.github.com/siavashk/pycpd/tar.gz/v2.0.1-JOSS-Paper","html_url":"https://github.com/siavashk/pycpd/releases/tag/v2.0.1-JOSS-Paper","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/siavashk/pycpd@v2.0.1-JOSS-Paper","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siavashk%2Fpycpd/tags/v2.0.1-JOSS-Paper","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siavashk%2Fpycpd/tags/v2.0.1-JOSS-Paper/manifests"},{"name":"v2.0.0-JOSS-Paper","sha":"83ffd5ae14ec898f4415f34ed6fd183c34026804","kind":"commit","published_at":"2022-11-17T20:06:55.000Z","download_url":"https://codeload.github.com/siavashk/pycpd/tar.gz/v2.0.0-JOSS-Paper","html_url":"https://github.com/siavashk/pycpd/releases/tag/v2.0.0-JOSS-Paper","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/siavashk/pycpd@v2.0.0-JOSS-Paper","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siavashk%2Fpycpd/tags/v2.0.0-JOSS-Paper","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siavashk%2Fpycpd/tags/v2.0.0-JOSS-Paper/manifests"}]},"repo_metadata_updated_at":"2026-08-23T20:06:31.521Z","dependent_packages_count":4,"downloads":7081,"downloads_period":"last-month","dependent_repos_count":9,"rankings":{"downloads":5.610405415684187,"dependent_repos_count":4.846951874708785,"dependent_packages_count":3.1684991089784917,"stargazers_count":2.9107400927968357,"forks_count":4.378804017041996,"docker_downloads_count":4.135374808160067,"average":4.175129219561727},"purl":"pkg:pypi/pycpd","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/pycpd","docker_dependents_count":1,"docker_downloads_count":8,"usage_url":"https://repos.ecosyste.ms/usage/pypi/pycpd","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/pycpd/dependencies","status":null,"funding_links":["https://github.com/sponsors/siavashk"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-23T07:31:58.502Z","issues_count":56,"pull_requests_count":44,"avg_time_to_close_issue":5679508.711538462,"avg_time_to_close_pull_request":3281633.85,"issues_closed_count":52,"pull_requests_closed_count":40,"pull_request_authors_count":18,"issue_authors_count":43,"avg_comments_per_issue":3.5535714285714284,"avg_comments_per_pull_request":1.1363636363636365,"merged_pull_requests_count":30,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"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,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/siavashk%2Fpycpd/issues","maintainers":[{"login":"gattia","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/gattia"},{"login":"siavashk","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/siavashk"},{"login":"agporto","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/agporto"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycpd/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycpd/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycpd/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycpd/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycpd/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pycpd/codemeta","maintainers":[{"uuid":"siavashk","login":"siavashk","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/siavashk/","role":null,"created_at":"2023-02-23T07:39:04.929Z","updated_at":"2023-02-23T07:39:04.929Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/siavashk/packages"}]}