{"id":2351,"name":"The Walrus","description":"The Walrus: a library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling - Published in JOSS (2019)","url":"https://github.com/xanaduai/thewalrus","last_synced_at":"2025-09-04T16:44:43.778Z","repository":{"id":39571488,"uuid":"133076992","full_name":"XanaduAI/thewalrus","owner":"XanaduAI","description":"A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.","archived":false,"fork":false,"pushed_at":"2025-05-20T18:47:12.000Z","size":16237,"stargazers_count":104,"open_issues_count":22,"forks_count":58,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-09-04T02:54:43.981Z","etag":null,"topics":["algorithm","combinatorics","graphs","matrix","optimization","physics","quantum","quantum-computing"],"latest_commit_sha":null,"homepage":"https://the-walrus.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/XanaduAI.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/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":"2018-05-11T18:49:44.000Z","updated_at":"2025-05-20T18:47:15.000Z","dependencies_parsed_at":"2024-01-29T04:22:31.311Z","dependency_job_id":"297e8ae1-2b54-494c-82e1-7c0336053349","html_url":"https://github.com/XanaduAI/thewalrus","commit_stats":{"total_commits":963,"total_committers":38,"mean_commits":"25.342105263157894","dds":0.6728971962616823,"last_synced_commit":"43757a9c1e6fa2966c6c401b180951b46fe13c60"},"previous_names":["xanaduai/hafnian"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/XanaduAI/thewalrus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/sbom","scorecard":{"id":152981,"data":{"date":"2025-08-11","repo":{"name":"github.com/XanaduAI/thewalrus","commit":"bdffe32f4042ff70568691635cc835f427ab842f"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Maintained","score":2,"reason":"3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Code-Review","score":10,"reason":"all changesets reviewed","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/format.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Warn: no topLevel permission defined: .github/workflows/tests_full.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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/format.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/format.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/format.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/format.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests_full.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests_full.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests_full.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests_full.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests_full.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests_full.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests_full.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests_full.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/format.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests_full.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests_full.yml:35","Warn: pipCommand not pinned by hash: .github/workflows/tests_full.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/tests_full.yml:40","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   9 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":"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:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-387 / GHSA-j8fq-86c5-5v2r","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"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 30 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-16T11:09:35.376Z","repository_id":39571488,"created_at":"2025-08-16T11:09:35.376Z","updated_at":"2025-08-16T11:09:35.376Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273605656,"owners_count":25135807,"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":"XanaduAI","name":"Xanadu","uuid":"31855630","kind":"organization","description":"Quantum Computing Powered by Light","email":"hello@xanadu.ai","website":"http://xanadu.ai","location":"Toronto, ON","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/31855630?v=4","repositories_count":35,"last_synced_at":"2023-03-02T02:20:34.489Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/XanaduAI","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T20:49:07.904Z","updated_at":"2023-03-02T02:20:34.515Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI/repositories"},"packages":[{"id":10445371,"name":"github.com/xanaduai/thewalrus","ecosystem":"go","description":null,"homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/xanaduai/thewalrus","keywords_array":[],"namespace":null,"versions_count":24,"first_release_published_at":"2018-11-20T22:17:43.000Z","latest_release_published_at":"2025-05-15T20:30:40.000Z","latest_release_number":"v0.22.0","last_synced_at":"2025-09-03T22:10:58.166Z","created_at":"2024-06-26T04:51:00.502Z","updated_at":"2025-09-03T22:10:58.167Z","registry_url":"https://pkg.go.dev/github.com/xanaduai/thewalrus","install_command":"go get github.com/xanaduai/thewalrus","documentation_url":"https://pkg.go.dev/github.com/xanaduai/thewalrus#section-documentation","metadata":{},"repo_metadata":{"id":39571488,"uuid":"133076992","full_name":"XanaduAI/thewalrus","owner":"XanaduAI","description":"A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.","archived":false,"fork":false,"pushed_at":"2024-05-01T22:24:16.000Z","size":16162,"stargazers_count":94,"open_issues_count":19,"forks_count":53,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-05-02T21:33:25.142Z","etag":null,"topics":["algorithm","combinatorics","graphs","matrix","optimization","physics","quantum","quantum-computing"],"latest_commit_sha":null,"homepage":"https://the-walrus.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/XanaduAI.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/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}},"created_at":"2018-05-11T18:49:44.000Z","updated_at":"2024-06-18T19:45:57.518Z","dependencies_parsed_at":"2024-01-29T04:22:31.311Z","dependency_job_id":"297e8ae1-2b54-494c-82e1-7c0336053349","html_url":"https://github.com/XanaduAI/thewalrus","commit_stats":{"total_commits":963,"total_committers":38,"mean_commits":"25.342105263157894","dds":0.6728971962616823,"last_synced_commit":"43757a9c1e6fa2966c6c401b180951b46fe13c60"},"previous_names":["xanaduai/hafnian"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":208763270,"owners_count":14913237,"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"}},"repo_metadata_updated_at":"2024-06-26T04:56:32.178Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.8769142510811285,"dependent_packages_count":6.4417308482772775,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.659322549679203},"purl":"pkg:golang/github.com/xanaduai/thewalrus","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/xanaduai/thewalrus","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/xanaduai/thewalrus","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/xanaduai/thewalrus/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-06-04T11:31:13.569Z","issues_count":22,"pull_requests_count":106,"avg_time_to_close_issue":17182504.3,"avg_time_to_close_pull_request":1671457.15,"issues_closed_count":10,"pull_requests_closed_count":100,"pull_request_authors_count":26,"issue_authors_count":14,"avg_comments_per_issue":2.9545454545454546,"avg_comments_per_pull_request":2.1320754716981134,"merged_pull_requests_count":89,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":3,"past_year_pull_requests_count":24,"past_year_avg_time_to_close_issue":979510.0,"past_year_avg_time_to_close_pull_request":1788831.3333333333,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":21,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":4.666666666666667,"past_year_avg_comments_per_pull_request":1.375,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/issues","maintainers":[{"login":"nquesada","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nquesada"},{"login":"rachelchadwick","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rachelchadwick"},{"login":"ziofil","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ziofil"},{"login":"josh146","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/josh146"},{"login":"brownj85","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/brownj85"},{"login":"DavidSPhillips","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DavidSPhillips"},{"login":"heltluke","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/heltluke"}],"active_maintainers":[{"login":"nquesada","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nquesada"},{"login":"rachelchadwick","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rachelchadwick"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fxanaduai%2Fthewalrus/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fxanaduai%2Fthewalrus/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fxanaduai%2Fthewalrus/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fxanaduai%2Fthewalrus/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1951493,"maintainers_count":0,"namespaces_count":741113,"keywords_count":109139,"github":"golang","metadata":{"funded_packages_count":48962},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-04T05:53:31.480Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":10445369,"name":"github.com/xanaduAI/thewalrus","ecosystem":"go","description":null,"homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/xanaduAI/thewalrus","keywords_array":[],"namespace":null,"versions_count":24,"first_release_published_at":"2018-11-20T22:17:43.000Z","latest_release_published_at":"2025-05-15T20:30:40.000Z","latest_release_number":"v0.22.0","last_synced_at":"2025-09-03T22:11:00.823Z","created_at":"2024-06-26T04:50:59.815Z","updated_at":"2025-09-03T22:11:00.823Z","registry_url":"https://pkg.go.dev/github.com/xanaduAI/thewalrus","install_command":"go get github.com/xanaduAI/thewalrus","documentation_url":"https://pkg.go.dev/github.com/xanaduAI/thewalrus#section-documentation","metadata":{},"repo_metadata":{"id":39571488,"uuid":"133076992","full_name":"XanaduAI/thewalrus","owner":"XanaduAI","description":"A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.","archived":false,"fork":false,"pushed_at":"2024-05-01T22:24:16.000Z","size":16162,"stargazers_count":94,"open_issues_count":19,"forks_count":53,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-05-02T21:33:25.142Z","etag":null,"topics":["algorithm","combinatorics","graphs","matrix","optimization","physics","quantum","quantum-computing"],"latest_commit_sha":null,"homepage":"https://the-walrus.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/XanaduAI.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/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}},"created_at":"2018-05-11T18:49:44.000Z","updated_at":"2024-06-18T19:45:57.518Z","dependencies_parsed_at":"2024-01-29T04:22:31.311Z","dependency_job_id":"297e8ae1-2b54-494c-82e1-7c0336053349","html_url":"https://github.com/XanaduAI/thewalrus","commit_stats":{"total_commits":963,"total_committers":38,"mean_commits":"25.342105263157894","dds":0.6728971962616823,"last_synced_commit":"43757a9c1e6fa2966c6c401b180951b46fe13c60"},"previous_names":["xanaduai/hafnian"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":208763270,"owners_count":14913237,"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"}},"repo_metadata_updated_at":"2024-06-26T04:56:31.530Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.8769142510811285,"dependent_packages_count":6.4417308482772775,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.659322549679203},"purl":"pkg:golang/github.com/xanadu%21a%21i/thewalrus","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/xanaduAI/thewalrus","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/xanaduAI/thewalrus","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/xanaduAI/thewalrus/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-06-04T11:31:13.569Z","issues_count":22,"pull_requests_count":106,"avg_time_to_close_issue":17182504.3,"avg_time_to_close_pull_request":1671457.15,"issues_closed_count":10,"pull_requests_closed_count":100,"pull_request_authors_count":26,"issue_authors_count":14,"avg_comments_per_issue":2.9545454545454546,"avg_comments_per_pull_request":2.1320754716981134,"merged_pull_requests_count":89,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":3,"past_year_pull_requests_count":24,"past_year_avg_time_to_close_issue":979510.0,"past_year_avg_time_to_close_pull_request":1788831.3333333333,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":21,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":4.666666666666667,"past_year_avg_comments_per_pull_request":1.375,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":19,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/issues","maintainers":[{"login":"nquesada","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nquesada"},{"login":"rachelchadwick","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rachelchadwick"},{"login":"ziofil","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ziofil"},{"login":"josh146","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/josh146"},{"login":"brownj85","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/brownj85"},{"login":"DavidSPhillips","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DavidSPhillips"},{"login":"heltluke","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/heltluke"}],"active_maintainers":[{"login":"nquesada","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nquesada"},{"login":"rachelchadwick","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rachelchadwick"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FxanaduAI%2Fthewalrus/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FxanaduAI%2Fthewalrus/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FxanaduAI%2Fthewalrus/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FxanaduAI%2Fthewalrus/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1951493,"maintainers_count":0,"namespaces_count":741113,"keywords_count":109139,"github":"golang","metadata":{"funded_packages_count":48962},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-04T05:53:31.480Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":5293944,"name":"thewalrus","ecosystem":"conda","description":null,"homepage":"https://github.com/XanaduAI/thewalrus","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/XanaduAI/thewalrus","keywords_array":[],"namespace":null,"versions_count":3,"first_release_published_at":"2021-12-08T00:20:38.000Z","latest_release_published_at":"2022-03-23T10:57:14.000Z","latest_release_number":"0.19.0","last_synced_at":"2025-09-03T22:11:08.472Z","created_at":"2022-10-03T15:56:05.159Z","updated_at":"2025-09-03T22:11:08.472Z","registry_url":"https://anaconda.org/conda-forge/thewalrus","install_command":"conda install -c conda-forge thewalrus","documentation_url":null,"metadata":{},"repo_metadata":{"uuid":"133076992","full_name":"XanaduAI/thewalrus","owner":"XanaduAI","description":"A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.","archived":false,"fork":false,"pushed_at":"2023-03-07T14:53:00.000Z","size":16156,"stargazers_count":85,"open_issues_count":15,"forks_count":50,"subscribers_count":10,"default_branch":"master","last_synced_at":"2023-03-21T12:39:28.243Z","etag":null,"topics":["algorithm","combinatorics","graphs","matrix","optimization","physics","quantum","quantum-computing"],"latest_commit_sha":null,"homepage":"https://the-walrus.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,"logo_url":null,"metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-11T18:49:44.000Z","updated_at":"2023-03-01T23:16:14.000Z","dependencies_parsed_at":"2023-01-29T15:30:31.203Z","dependency_job_id":null,"html_url":"https://github.com/XanaduAI/thewalrus","commit_stats":null,"repository_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus","tags_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags","manifests_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/manifests","owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":108921946,"host_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names"},"owner_record":{"login":"XanaduAI","name":"Xanadu","uuid":"31855630","kind":"organization","description":"Quantum Computing Powered by Light","email":"hello@xanadu.ai","website":"http://xanadu.ai","location":"Toronto, ON","twitter":null,"company":null,"avatar_url":"https://avatars.githubusercontent.com/u/31855630?v=4","repositories_count":35,"last_synced_at":"2023-03-02T02:20:34.489Z","metadata":{"has_sponsors_listing":false},"owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI"},"tags":[{"name":"v0.19.0","sha":"16dc626699fa368d93f534e9332bff58178426ea","kind":"commit","published_at":"2022-03-22T19:07:53.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.19.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.19.0"},{"name":"v0.18.0","sha":"fc35696f54f6c637e8426e8d5a648e36121f5d1b","kind":"commit","published_at":"2021-12-16T19:27:35.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.18.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.18.0"},{"name":"v0.17.0","sha":"c138fdde9849e1f09acaf5d420a977839405a316","kind":"commit","published_at":"2021-11-18T22:24:33.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.17.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.17.0"},{"name":"v0.16.2","sha":"638903ceb76bc6e38ef02ee149f677742065682f","kind":"commit","published_at":"2021-09-16T22:22:36.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.16.2","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.16.2"},{"name":"v0.16.1","sha":"7017e47155fbceab7079ec3d54cfa82cb681d953","kind":"commit","published_at":"2021-09-03T21:47:59.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.16.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.16.1"},{"name":"v0.16.0","sha":"a550d52444d2bd1c141ec7c77c47da2a94eb3fe3","kind":"commit","published_at":"2021-08-18T17:58:29.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.16.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.16.0"},{"name":"v0.15.1","sha":"7659ec6de57a7cfcff554d9aafc536fd0dd22c35","kind":"commit","published_at":"2021-04-24T03:23:43.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.15.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.15.1"},{"name":"v0.15.0","sha":"e0f2ace9c9fd4512b69d6bd33cb957f704e20717","kind":"commit","published_at":"2021-04-23T16:30:18.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.15.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.15.0"},{"name":"v0.14.0","sha":"8ae644cd0d9843112b93164d3282b3cc7cabb5ad","kind":"commit","published_at":"2020-10-21T15:10:48.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.14.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.14.0"},{"name":"v0.13.0","sha":"b7b87bd91aca4716d0bd9fd131370e3294a5b925","kind":"commit","published_at":"2020-08-18T20:26:49.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.13.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.13.0"},{"name":"v0.13.0rc1","sha":"196bbc52ee1b05b74c345b94301720436299eceb","kind":"commit","published_at":"2020-06-16T21:43:57.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.13.0rc1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.13.0rc1"},{"name":"v0.12.0","sha":"3debdba8bd4094d46126c7b18dbede68c94e4f34","kind":"commit","published_at":"2020-03-31T18:03:08.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.12.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.12.0"},{"name":"v0.11.0","sha":"b53119f675939533de04317a3e1e253f27bf7ce8","kind":"commit","published_at":"2020-02-28T22:00:06.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.11.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.11.0"},{"name":"v0.10.1","sha":"0636fd511f83aa6c71017e183da34b307ae74e77","kind":"commit","published_at":"2019-12-19T19:12:02.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.10.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.10.1"},{"name":"v0.10.0","sha":"0636fd511f83aa6c71017e183da34b307ae74e77","kind":"commit","published_at":"2019-12-19T19:12:02.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.10.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.10.0"},{"name":"v0.9.0","sha":"ddbc36f1ae46609f664a7c5662ca8bca11a6e9a2","kind":"commit","published_at":"2019-11-01T18:22:13.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.9.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.9.0"},{"name":"v0.8.0","sha":"63510dbf4963b29c1b033730652d993fa012b51a","kind":"commit","published_at":"2019-10-03T21:55:02.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.8.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.8.0"},{"name":"v0.7.0","sha":"94cd39b3a83b031bfbaa1e1408ce2dd2c2d898d5","kind":"commit","published_at":"2019-08-07T05:46:34.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.7.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.7.0"},{"name":"v0.6.1","sha":"cf1e6d1279177ba9b3a1e97572fe1b2028d692ee","kind":"commit","published_at":"2019-06-21T19:39:23.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.6.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.6.1"},{"name":"v0.6.0","sha":"87f2e604aff214b40770616d060503e4ee73f1f1","kind":"commit","published_at":"2019-06-17T22:21:18.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.6.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.6.0"},{"name":"v0.1.2","sha":"8cc9952eeafd1ae2a7611ca3c3ad223a4864aae7","kind":"commit","published_at":"2018-11-27T17:26:07.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.1.2","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.1.2"},{"name":"v0.1.1","sha":"c4b1b04c25899801b942c1ddf178d29d6d16fbda","kind":"commit","published_at":"2018-11-20T22:17:43.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.1.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.1.1"},{"name":"0.1.1-beta","sha":"ef0a4133e513db0750ca791f91cddbda30c628ca","kind":"commit","published_at":"2018-06-07T02:14:28.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/0.1.1-beta","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/0.1.1-beta"}]},"repo_metadata_updated_at":"2023-03-22T07:26:43.877Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.025455452957324,"dependent_packages_count":28.819565759920142,"stargazers_count":32.1637135013726,"forks_count":22.914898926877964,"average":29.480908410282005},"purl":"pkg:conda/thewalrus","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/thewalrus","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/thewalrus","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/thewalrus/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-17T18:53:31.101Z","issues_count":21,"pull_requests_count":88,"avg_time_to_close_issue":17182504.3,"avg_time_to_close_pull_request":1625897.3333333333,"issues_closed_count":10,"pull_requests_closed_count":81,"pull_request_authors_count":23,"issue_authors_count":13,"avg_comments_per_issue":3.0476190476190474,"avg_comments_per_pull_request":2.2727272727272725,"merged_pull_requests_count":72,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":2,"past_year_pull_requests_count":20,"past_year_avg_time_to_close_issue":979510.0,"past_year_avg_time_to_close_pull_request":846969.0666666667,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":15,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":6.5,"past_year_avg_comments_per_pull_request":1.3,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":14},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/thewalrus/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/thewalrus/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/thewalrus/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/thewalrus/related_packages","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13387,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2180},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2025-09-04T07:00:12.892Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":2945746,"name":"thewalrus","ecosystem":"pypi","description":"Open source library for hafnian calculation","homepage":"https://github.com/XanaduAI/thewalrus","licenses":"Apache License 2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/XanaduAI/thewalrus","keywords_array":[],"namespace":null,"versions_count":20,"first_release_published_at":"2019-08-07T06:21:07.000Z","latest_release_published_at":"2025-05-16T08:42:04.000Z","latest_release_number":"0.22.0","last_synced_at":"2025-09-03T22:10:57.912Z","created_at":"2022-04-10T12:49:59.966Z","updated_at":"2025-09-04T09:00:10.263Z","registry_url":"https://pypi.org/project/thewalrus/","install_command":"pip install thewalrus --index-url https://pypi.org/simple","documentation_url":"https://thewalrus.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 3 - Alpha","Environment :: Console","Intended Audience :: Science/Research","License :: OSI Approved :: Apache Software License","Natural Language :: English","Operating System :: MacOS :: MacOS X","Operating System :: Microsoft :: Windows","Operating System :: POSIX","Operating System :: POSIX :: Linux","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Topic :: Scientific/Engineering :: Physics"],"normalized_name":"thewalrus","project_status":null},"repo_metadata":{"id":39571488,"uuid":"133076992","full_name":"XanaduAI/thewalrus","owner":"XanaduAI","description":"A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.","archived":false,"fork":false,"pushed_at":"2025-05-20T18:47:12.000Z","size":16237,"stargazers_count":104,"open_issues_count":22,"forks_count":58,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-08-28T01:45:39.156Z","etag":null,"topics":["algorithm","combinatorics","graphs","matrix","optimization","physics","quantum","quantum-computing"],"latest_commit_sha":null,"homepage":"https://the-walrus.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/XanaduAI.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/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":"2018-05-11T18:49:44.000Z","updated_at":"2025-05-20T18:47:15.000Z","dependencies_parsed_at":"2024-01-29T04:22:31.311Z","dependency_job_id":"297e8ae1-2b54-494c-82e1-7c0336053349","html_url":"https://github.com/XanaduAI/thewalrus","commit_stats":{"total_commits":963,"total_committers":38,"mean_commits":"25.342105263157894","dds":0.6728971962616823,"last_synced_commit":"43757a9c1e6fa2966c6c401b180951b46fe13c60"},"previous_names":["xanaduai/hafnian"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/XanaduAI/thewalrus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/sbom","scorecard":{"id":152981,"data":{"date":"2025-08-11","repo":{"name":"github.com/XanaduAI/thewalrus","commit":"bdffe32f4042ff70568691635cc835f427ab842f"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Maintained","score":2,"reason":"3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Code-Review","score":10,"reason":"all changesets reviewed","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/format.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Warn: no topLevel permission defined: .github/workflows/tests_full.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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/format.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/format.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/format.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/format.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests_full.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests_full.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests_full.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests_full.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests_full.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests_full.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests_full.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/XanaduAI/thewalrus/tests_full.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/format.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests_full.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests_full.yml:35","Warn: pipCommand not pinned by hash: .github/workflows/tests_full.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/tests_full.yml:40","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   9 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":"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:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-387 / GHSA-j8fq-86c5-5v2r","Warn: Project is vulnerable to: PYSEC-2019-217 / GHSA-462w-v97r-4m45","Warn: Project is vulnerable to: PYSEC-2014-8 / GHSA-8r7q-cvjq-x353","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: PYSEC-2014-82 / GHSA-fqh9-2qgg-h84h","Warn: Project is vulnerable to: PYSEC-2021-66 / GHSA-g3rq-g295-4j3m","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: PYSEC-2019-220 / GHSA-hj2j-77xm-mc5v","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h"],"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 30 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-16T11:09:35.376Z","repository_id":39571488,"created_at":"2025-08-16T11:09:35.376Z","updated_at":"2025-08-16T11:09:35.376Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273543872,"owners_count":25124340,"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_record":{"login":"XanaduAI","name":"Xanadu","uuid":"31855630","kind":"organization","description":"Quantum Computing Powered by Light","email":"hello@xanadu.ai","website":"http://xanadu.ai","location":"Toronto, ON","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/31855630?v=4","repositories_count":35,"last_synced_at":"2023-03-02T02:20:34.489Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/XanaduAI","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-12T20:49:07.904Z","updated_at":"2023-03-02T02:20:34.515Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI/repositories"},"tags":[{"name":"v0.22.0","sha":"6e63b052abe4cf2d7478d92468472a5d4a32396d","kind":"commit","published_at":"2025-05-15T20:30:40.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.22.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"544c4570905d165b5f3194017ea42bd8b10f424e","kind":"commit","published_at":"2024-01-10T21:52:38.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.21.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"f4e0cd2ac7f9c5fa0b10631f3632d6d61a951f64","kind":"commit","published_at":"2023-03-06T17:25:19.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.20.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"16dc626699fa368d93f534e9332bff58178426ea","kind":"commit","published_at":"2022-03-22T19:07:53.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.19.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"fc35696f54f6c637e8426e8d5a648e36121f5d1b","kind":"commit","published_at":"2021-12-16T19:27:35.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.18.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"c138fdde9849e1f09acaf5d420a977839405a316","kind":"commit","published_at":"2021-11-18T22:24:33.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.17.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.17.0/manifests"},{"name":"v0.16.2","sha":"638903ceb76bc6e38ef02ee149f677742065682f","kind":"commit","published_at":"2021-09-16T22:22:36.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.16.2","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.16.2/manifests"},{"name":"v0.16.1","sha":"7017e47155fbceab7079ec3d54cfa82cb681d953","kind":"commit","published_at":"2021-09-03T21:47:59.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.16.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.16.1/manifests"},{"name":"v0.16.0","sha":"a550d52444d2bd1c141ec7c77c47da2a94eb3fe3","kind":"commit","published_at":"2021-08-18T17:58:29.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.16.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.16.0/manifests"},{"name":"v0.15.1","sha":"7659ec6de57a7cfcff554d9aafc536fd0dd22c35","kind":"commit","published_at":"2021-04-24T03:23:43.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.15.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.15.1/manifests"},{"name":"v0.15.0","sha":"e0f2ace9c9fd4512b69d6bd33cb957f704e20717","kind":"commit","published_at":"2021-04-23T16:30:18.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.15.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"8ae644cd0d9843112b93164d3282b3cc7cabb5ad","kind":"commit","published_at":"2020-10-21T15:10:48.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.14.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b7b87bd91aca4716d0bd9fd131370e3294a5b925","kind":"commit","published_at":"2020-08-18T20:26:49.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.13.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.13.0/manifests"},{"name":"v0.13.0rc1","sha":"196bbc52ee1b05b74c345b94301720436299eceb","kind":"commit","published_at":"2020-06-16T21:43:57.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.13.0rc1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.13.0rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.13.0rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.13.0rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.13.0rc1/manifests"},{"name":"v0.12.0","sha":"3debdba8bd4094d46126c7b18dbede68c94e4f34","kind":"commit","published_at":"2020-03-31T18:03:08.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.12.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"b53119f675939533de04317a3e1e253f27bf7ce8","kind":"commit","published_at":"2020-02-28T22:00:06.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.11.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.11.0/manifests"},{"name":"v0.10.1","sha":"0636fd511f83aa6c71017e183da34b307ae74e77","kind":"commit","published_at":"2019-12-19T19:12:02.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.10.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"0636fd511f83aa6c71017e183da34b307ae74e77","kind":"commit","published_at":"2019-12-19T19:12:02.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.10.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"ddbc36f1ae46609f664a7c5662ca8bca11a6e9a2","kind":"commit","published_at":"2019-11-01T18:22:13.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.9.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"63510dbf4963b29c1b033730652d993fa012b51a","kind":"commit","published_at":"2019-10-03T21:55:02.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.8.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"94cd39b3a83b031bfbaa1e1408ce2dd2c2d898d5","kind":"commit","published_at":"2019-08-07T05:46:34.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.7.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.7.0/manifests"},{"name":"v0.6.1","sha":"cf1e6d1279177ba9b3a1e97572fe1b2028d692ee","kind":"commit","published_at":"2019-06-21T19:39:23.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.6.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.6.1/manifests"},{"name":"v0.6.0","sha":"87f2e604aff214b40770616d060503e4ee73f1f1","kind":"commit","published_at":"2019-06-17T22:21:18.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.6.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.6.0/manifests"},{"name":"v0.1.2","sha":"8cc9952eeafd1ae2a7611ca3c3ad223a4864aae7","kind":"commit","published_at":"2018-11-27T17:26:07.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.1.2","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c4b1b04c25899801b942c1ddf178d29d6d16fbda","kind":"commit","published_at":"2018-11-20T22:17:43.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.1.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/v0.1.1/manifests"},{"name":"0.1.1-beta","sha":"ef0a4133e513db0750ca791f91cddbda30c628ca","kind":"commit","published_at":"2018-06-07T02:14:28.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/0.1.1-beta","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/0.1.1-beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/XanaduAI/thewalrus@0.1.1-beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/0.1.1-beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags/0.1.1-beta/manifests"}]},"repo_metadata_updated_at":"2025-09-04T09:00:10.262Z","dependent_packages_count":4,"downloads":22632,"downloads_period":"last-month","dependent_repos_count":18,"rankings":{"downloads":4.371959388696336,"dependent_repos_count":3.450340469424937,"dependent_packages_count":3.2765889321735417,"stargazers_count":7.410767224000948,"forks_count":5.679255389590239,"docker_downloads_count":3.772156901491947,"average":4.660178050896325},"purl":"pkg:pypi/thewalrus","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/thewalrus","docker_dependents_count":0,"docker_downloads_count":0,"usage_url":"https://repos.ecosyste.ms/usage/pypi/thewalrus","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/thewalrus/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T20:50:32.769Z","issues_count":22,"pull_requests_count":116,"avg_time_to_close_issue":17182504.3,"avg_time_to_close_pull_request":1559954.2314814816,"issues_closed_count":10,"pull_requests_closed_count":108,"pull_request_authors_count":29,"issue_authors_count":14,"avg_comments_per_issue":2.9545454545454546,"avg_comments_per_pull_request":2.1810344827586206,"merged_pull_requests_count":95,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":0,"past_year_pull_requests_count":7,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":179280.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":1.5714285714285714,"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/XanaduAI%2Fthewalrus/issues","maintainers":[{"login":"nquesada","count":48,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nquesada"},{"login":"heltluke","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/heltluke"},{"login":"rachelchadwick","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rachelchadwick"},{"login":"RyosukeNORO","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RyosukeNORO"},{"login":"ziofil","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ziofil"},{"login":"josh146","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/josh146"},{"login":"brownj85","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/brownj85"},{"login":"DavidSPhillips","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DavidSPhillips"}],"active_maintainers":[{"login":"heltluke","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/heltluke"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/thewalrus/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/thewalrus/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/thewalrus/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/thewalrus/related_packages","maintainers":[{"uuid":"josh146","login":"josh146","name":null,"email":null,"url":null,"packages_count":20,"html_url":"https://pypi.org/user/josh146/","role":null,"created_at":"2023-02-25T15:35:42.069Z","updated_at":"2023-02-25T15:35:42.069Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/josh146/packages"},{"uuid":"XanaduAI","login":"XanaduAI","name":null,"email":null,"url":null,"packages_count":21,"html_url":"https://pypi.org/user/XanaduAI/","role":null,"created_at":"2023-02-25T15:35:42.086Z","updated_at":"2023-02-25T15:35:42.086Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/XanaduAI/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724727,"maintainers_count":308195,"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"}},{"id":5880254,"name":"py-thewalrus","ecosystem":"spack","description":"A library for the calculation of hafnians, Hermite polynomials and\nGaussian boson sampling.\n","homepage":"https://github.com/XanaduAI/thewalrus","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/XanaduAI/thewalrus","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2023-01-15T00:50:09.244Z","latest_release_published_at":"2023-01-15T00:50:09.244Z","latest_release_number":"0.19.0","last_synced_at":"2025-09-03T22:11:32.671Z","created_at":"2023-01-15T00:50:09.227Z","updated_at":"2025-09-03T22:11:32.671Z","registry_url":"https://packages.spack.io/package.html?name=py-thewalrus","install_command":"spack install py-thewalrus","documentation_url":null,"metadata":{},"repo_metadata":{"uuid":"133076992","full_name":"XanaduAI/thewalrus","owner":"XanaduAI","description":"A library for the calculation of hafnians, Hermite polynomials and Gaussian boson sampling.","archived":false,"fork":false,"pushed_at":"2023-03-07T14:53:00.000Z","size":16156,"stargazers_count":85,"open_issues_count":15,"forks_count":50,"subscribers_count":10,"default_branch":"master","last_synced_at":"2023-03-22T07:26:43.890Z","etag":null,"topics":["algorithm","combinatorics","graphs","matrix","optimization","physics","quantum","quantum-computing"],"latest_commit_sha":null,"homepage":"https://the-walrus.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,"logo_url":null,"metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-11T18:49:44.000Z","updated_at":"2023-03-01T23:16:14.000Z","dependencies_parsed_at":"2023-01-29T15:30:31.203Z","dependency_job_id":null,"html_url":"https://github.com/XanaduAI/thewalrus","commit_stats":null,"repository_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus","tags_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/tags","manifests_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/manifests","owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":108921946,"host_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names"},"owner_record":{"login":"XanaduAI","name":"Xanadu","uuid":"31855630","kind":"organization","description":"Quantum Computing Powered by Light","email":"hello@xanadu.ai","website":"http://xanadu.ai","location":"Toronto, ON","twitter":null,"company":null,"avatar_url":"https://avatars.githubusercontent.com/u/31855630?v=4","repositories_count":35,"last_synced_at":"2023-03-02T02:20:34.489Z","metadata":{"has_sponsors_listing":false},"owner_url":"http://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XanaduAI"},"tags":[{"name":"v0.19.0","sha":"16dc626699fa368d93f534e9332bff58178426ea","kind":"commit","published_at":"2022-03-22T19:07:53.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.19.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.19.0"},{"name":"v0.18.0","sha":"fc35696f54f6c637e8426e8d5a648e36121f5d1b","kind":"commit","published_at":"2021-12-16T19:27:35.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.18.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.18.0"},{"name":"v0.17.0","sha":"c138fdde9849e1f09acaf5d420a977839405a316","kind":"commit","published_at":"2021-11-18T22:24:33.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.17.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.17.0"},{"name":"v0.16.2","sha":"638903ceb76bc6e38ef02ee149f677742065682f","kind":"commit","published_at":"2021-09-16T22:22:36.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.16.2","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.16.2"},{"name":"v0.16.1","sha":"7017e47155fbceab7079ec3d54cfa82cb681d953","kind":"commit","published_at":"2021-09-03T21:47:59.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.16.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.16.1"},{"name":"v0.16.0","sha":"a550d52444d2bd1c141ec7c77c47da2a94eb3fe3","kind":"commit","published_at":"2021-08-18T17:58:29.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.16.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.16.0"},{"name":"v0.15.1","sha":"7659ec6de57a7cfcff554d9aafc536fd0dd22c35","kind":"commit","published_at":"2021-04-24T03:23:43.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.15.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.15.1"},{"name":"v0.15.0","sha":"e0f2ace9c9fd4512b69d6bd33cb957f704e20717","kind":"commit","published_at":"2021-04-23T16:30:18.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.15.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.15.0"},{"name":"v0.14.0","sha":"8ae644cd0d9843112b93164d3282b3cc7cabb5ad","kind":"commit","published_at":"2020-10-21T15:10:48.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.14.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.14.0"},{"name":"v0.13.0","sha":"b7b87bd91aca4716d0bd9fd131370e3294a5b925","kind":"commit","published_at":"2020-08-18T20:26:49.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.13.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.13.0"},{"name":"v0.13.0rc1","sha":"196bbc52ee1b05b74c345b94301720436299eceb","kind":"commit","published_at":"2020-06-16T21:43:57.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.13.0rc1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.13.0rc1"},{"name":"v0.12.0","sha":"3debdba8bd4094d46126c7b18dbede68c94e4f34","kind":"commit","published_at":"2020-03-31T18:03:08.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.12.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.12.0"},{"name":"v0.11.0","sha":"b53119f675939533de04317a3e1e253f27bf7ce8","kind":"commit","published_at":"2020-02-28T22:00:06.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.11.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.11.0"},{"name":"v0.10.1","sha":"0636fd511f83aa6c71017e183da34b307ae74e77","kind":"commit","published_at":"2019-12-19T19:12:02.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.10.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.10.1"},{"name":"v0.10.0","sha":"0636fd511f83aa6c71017e183da34b307ae74e77","kind":"commit","published_at":"2019-12-19T19:12:02.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.10.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.10.0"},{"name":"v0.9.0","sha":"ddbc36f1ae46609f664a7c5662ca8bca11a6e9a2","kind":"commit","published_at":"2019-11-01T18:22:13.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.9.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.9.0"},{"name":"v0.8.0","sha":"63510dbf4963b29c1b033730652d993fa012b51a","kind":"commit","published_at":"2019-10-03T21:55:02.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.8.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.8.0"},{"name":"v0.7.0","sha":"94cd39b3a83b031bfbaa1e1408ce2dd2c2d898d5","kind":"commit","published_at":"2019-08-07T05:46:34.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.7.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.7.0"},{"name":"v0.6.1","sha":"cf1e6d1279177ba9b3a1e97572fe1b2028d692ee","kind":"commit","published_at":"2019-06-21T19:39:23.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.6.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.6.1"},{"name":"v0.6.0","sha":"87f2e604aff214b40770616d060503e4ee73f1f1","kind":"commit","published_at":"2019-06-17T22:21:18.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.6.0","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.6.0"},{"name":"v0.1.2","sha":"8cc9952eeafd1ae2a7611ca3c3ad223a4864aae7","kind":"commit","published_at":"2018-11-27T17:26:07.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.1.2","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.1.2"},{"name":"v0.1.1","sha":"c4b1b04c25899801b942c1ddf178d29d6d16fbda","kind":"commit","published_at":"2018-11-20T22:17:43.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/v0.1.1","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/v0.1.1"},{"name":"0.1.1-beta","sha":"ef0a4133e513db0750ca791f91cddbda30c628ca","kind":"commit","published_at":"2018-06-07T02:14:28.000Z","download_url":"https://codeload.github.com/XanaduAI/thewalrus/tar.gz/0.1.1-beta","html_url":"https://github.com/XanaduAI/thewalrus/releases/tag/0.1.1-beta"}]},"repo_metadata_updated_at":"2023-03-22T08:23:05.709Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":28.06725024315687,"stargazers_count":19.132972071696543,"forks_count":15.131304710295957,"average":15.582881756287343},"purl":"pkg:spack/py-thewalrus","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-thewalrus","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-thewalrus","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-thewalrus/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-17T18:53:31.101Z","issues_count":21,"pull_requests_count":88,"avg_time_to_close_issue":17182504.3,"avg_time_to_close_pull_request":1625897.3333333333,"issues_closed_count":10,"pull_requests_closed_count":81,"pull_request_authors_count":23,"issue_authors_count":13,"avg_comments_per_issue":3.0476190476190474,"avg_comments_per_pull_request":2.2727272727272725,"merged_pull_requests_count":72,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":2,"past_year_pull_requests_count":20,"past_year_avg_time_to_close_issue":979510.0,"past_year_avg_time_to_close_pull_request":846969.0666666667,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":15,"past_year_pull_request_authors_count":7,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":6.5,"past_year_avg_comments_per_pull_request":1.3,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":14},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-thewalrus/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-thewalrus/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-thewalrus/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-thewalrus/related_packages","maintainers":[{"uuid":"adamjstewart","login":"adamjstewart","name":null,"email":null,"url":"https://github.com/adamjstewart","packages_count":2171,"html_url":null,"role":null,"created_at":"2023-01-15T00:54:56.451Z","updated_at":"2023-01-15T00:54:56.451Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/adamjstewart/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":8771,"maintainers_count":926,"namespaces_count":0,"keywords_count":3681,"github":"spack","metadata":{"funded_packages_count":402},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2025-09-04T07:04:55.751Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}}],"commits":{"id":29784,"full_name":"XanaduAI/thewalrus","default_branch":"master","committers":[{"name":"Nicolas Quesada","email":"nicolas@xanadu.ai","login":"nquesada","count":622},{"name":"Josh Izaac","email":"josh146@gmail.com","login":"josh146","count":133},{"name":"Theodor Isacsson","email":"theodor.isacsson@gmail.com","login":"thisac","count":88},{"name":"ziofil","email":"miatto@gmail.com","login":"ziofil","count":26},{"name":"Brajesh Gupt","email":"brajeshgupt@gmail.com","login":"bgupt","count":24},{"name":"Sebastián Duque Mesa","email":"675763+sduquemesa","login":"sduquemesa","count":21},{"name":"Trevor Vincent","email":"trevor@xanadu.ai","login":null,"count":13},{"name":"Trevor Vincent","email":"trevor-vincent","login":"trevor-vincent","count":8},{"name":"Kieran Wilkinson","email":"kieranwilkinson1@gmail.com","login":"knw500","count":5},{"name":"Luke Helt","email":"31250931+heltluke","login":"heltluke","count":5},{"name":"Jake Bulmer","email":"55430813+jakeffbulmer","login":"jakeffbulmer","count":5},{"name":"Gregory Morse","email":"gregory.morse@live.com","login":"GregoryMorse","count":4},{"name":"Soran","email":"soranjh@yahoo.com","login":"soranjh","count":4},{"name":"Jack Brown","email":"jack@xanadu.ai","login":"brownj85","count":2},{"name":"Mikhail Andrenkov","email":"Mandrenkov","login":"Mandrenkov","count":2},{"name":"Ryosuke Noro","email":"64354442+RyosukeNORO","login":"RyosukeNORO","count":2},{"name":"ilan-tz","email":"57886357+ilan-tz","login":"ilan-tz","count":2},{"name":"timjank","email":"45398597+timjank","login":"timjank","count":2},{"name":"Alberto Fumagalli","email":"alberto@xanadu.ai","login":"smokingroosters","count":1},{"name":"Theodor Isacsson","email":"theodori@kth.se","login":null,"count":1},{"name":"Brajesh Gupt","email":"bgupt@Brajeshs-MacBook-Air.local","login":null,"count":1},{"name":"Ali Asadi","email":"m.a.asadi1992@gmail.com","login":"maliasadi","count":1},{"name":"Antonín Hoskovec","email":"a.hoskovec@gmail.com","login":"thonic","count":1},{"name":"Bastian Zimmermann","email":"10774221+BastianZim","login":"BastianZim","count":1},{"name":"Benjamin Lanthier","email":"91567620+benjaminlanthier","login":"benjaminlanthier","count":1},{"name":"Daniel Nagaj","email":"dnagaj@gmail.com","login":"nagaj","count":1},{"name":"Dominic Leclerc","email":"91919995+dleclerc33","login":"dleclerc33","count":1},{"name":"Emanuele Ballarin","email":"emanuele@ballarin.cc","login":"emaballarin","count":1},{"name":"Javier Martínez","email":"95931266+ajmartinezc","login":"ajmartinezc","count":1},{"name":"MHoude2","email":"97066847+MHoude2","login":"MHoude2","count":1},{"name":"Nathan Killoran","email":"co9olguy","login":"co9olguy","count":1},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"fab1an-q","email":"62264296+fab1an-q","login":"fab1an-q","count":1},{"name":"rachelchadwick","email":"33873960+rachelchadwick","login":"rachelchadwick","count":1}],"total_commits":984,"total_committers":34,"total_bot_commits":1,"total_bot_committers":1,"mean_commits":28.941176470588236,"dds":0.36788617886178865,"past_year_committers":[{"name":"Luke Helt","email":"31250931+heltluke","login":"heltluke","count":4}],"past_year_total_commits":4,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":4.0,"past_year_dds":0.0,"last_synced_at":"2025-08-07T07:37:53.654Z","last_synced_commit":"bdffe32f4042ff70568691635cc835f427ab842f","created_at":"2023-03-07T16:41:58.780Z","updated_at":"2025-08-07T07:37:53.666Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-08-27T00:00:29.048Z","repositories_count":5479765,"commits_count":853308191,"contributors_count":31095157,"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":"XanaduAI/thewalrus","html_url":"https://github.com/XanaduAI/thewalrus","last_synced_at":"2025-08-31T20:50:32.769Z","status":"error","issues_count":22,"pull_requests_count":116,"avg_time_to_close_issue":17182504.3,"avg_time_to_close_pull_request":1559954.2314814816,"issues_closed_count":10,"pull_requests_closed_count":108,"pull_request_authors_count":29,"issue_authors_count":14,"avg_comments_per_issue":2.9545454545454546,"avg_comments_per_pull_request":2.1810344827586206,"merged_pull_requests_count":95,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":0,"past_year_pull_requests_count":7,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":179280.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":1.5714285714285714,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"created_at":"2023-05-10T14:49:43.862Z","updated_at":"2025-09-02T02:53:04.182Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/XanaduAI%2Fthewalrus/issues","issue_labels_count":{"bug":9,"enhancement":6,"documentation":3,"python":2,"dependencies":2,"C++":2,"tests":1,"unitaryhack":1,"good first issue":1},"pull_request_labels_count":{"dependencies":5,"enhancement":4,"review-ready":3,"python":3,"documentation":2,"C++":2,"merge-ready":2,"WIP":1,"code quality":1,"tests":1},"issue_author_associations_count":{"NONE":7,"COLLABORATOR":7,"CONTRIBUTOR":6,"MEMBER":3},"pull_request_author_associations_count":{"COLLABORATOR":69,"CONTRIBUTOR":60,"NONE":10},"issue_authors":{"nquesada":6,"josh146":3,"thisac":2,"sduquemesa":2,"jacobhilton":1,"ziofil":1,"sylviemonet":1,"hsgyc":1,"minseok1999":1,"yurivict":1,"GregoryMorse":1,"ggardet":1,"changhun0218":1,"amanuelanteneh":1},"pull_request_authors":{"nquesada":42,"sduquemesa":23,"thisac":14,"heltluke":11,"rachelchadwick":6,"RyosukeNORO":5,"GregoryMorse":4,"ziofil":3,"dependabot[bot]":3,"smokingroosters":2,"dleclerc33":2,"Mandrenkov":2,"aleksey-uvarov":2,"benjaminlanthier":2,"dorakingx":2,"jakeffbulmer":2,"gabrimoreira":2,"thonic":1,"yaniccd":1,"ajmartinezc":1,"BastianZim":1,"fab1an-q":1,"brownj85":1,"math411":1,"trevor-vincent":1,"timjank":1,"DavidSPhillips":1,"MHoude2":1,"lneuhaus":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-02T00:00:07.986Z","repositories_count":10042729,"issues_count":30645220,"pull_requests_count":91402388,"authors_count":10443886,"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":{},"past_year_pull_request_author_associations_count":{"COLLABORATOR":10,"NONE":2},"past_year_issue_authors":{},"past_year_pull_request_authors":{"heltluke":10,"gabrimoreira":2},"maintainers":[{"login":"nquesada","count":48,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nquesada"},{"login":"heltluke","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/heltluke"},{"login":"rachelchadwick","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rachelchadwick"},{"login":"RyosukeNORO","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RyosukeNORO"},{"login":"ziofil","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ziofil"},{"login":"josh146","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/josh146"},{"login":"brownj85","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/brownj85"},{"login":"DavidSPhillips","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/DavidSPhillips"}],"active_maintainers":[{"login":"heltluke","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/heltluke"}]},"events":{"total":{"ReleaseEvent":1,"WatchEvent":4,"DeleteEvent":5,"IssueCommentEvent":7,"PushEvent":41,"PullRequestReviewEvent":28,"PullRequestReviewCommentEvent":28,"PullRequestEvent":10,"ForkEvent":3,"CreateEvent":6},"last_year":{"ReleaseEvent":1,"WatchEvent":4,"DeleteEvent":5,"IssueCommentEvent":7,"PushEvent":41,"PullRequestReviewEvent":28,"PullRequestReviewCommentEvent":28,"PullRequestEvent":10,"ForkEvent":3,"CreateEvent":6}},"keywords":["algorithm","combinatorics","graphs","matrix","optimization","physics","quantum","quantum-computing"],"dependencies":[{"ecosystem":"pypi","filepath":"docs/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-09T15:02:37.862Z","updated_at":"2022-08-09T15:02:37.862Z","repository_link":"https://github.com/XanaduAI/thewalrus/blob/master/docs/requirements.txt","dependencies":[{"id":916073717,"package_name":"docutils","ecosystem":"pypi","requirements":"==0.16","direct":true,"kind":"runtime","optional":false},{"id":916073721,"package_name":"sphinxcontrib-bibtex","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":916073724,"package_name":"sphinx","ecosystem":"pypi","requirements":"==3.5.3","direct":true,"kind":"runtime","optional":false},{"id":916073726,"package_name":"ipykernel","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":916073728,"package_name":"nbsphinx","ecosystem":"pypi","requirements":"==0.7","direct":true,"kind":"runtime","optional":false},{"id":916073729,"package_name":"numba","ecosystem":"pypi","requirements":"\u003e=0.49.1","direct":true,"kind":"runtime","optional":false},{"id":916073730,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.9","direct":true,"kind":"runtime","optional":false},{"id":916073731,"package_name":"sympy","ecosystem":"pypi","requirements":"\u003e=1.5.1","direct":true,"kind":"runtime","optional":false},{"id":916073732,"package_name":"scipy","ecosystem":"pypi","requirements":"\u003e=1.8.0","direct":true,"kind":"runtime","optional":false},{"id":916073733,"package_name":"Jinja2","ecosystem":"pypi","requirements":"==2.11.3","direct":true,"kind":"runtime","optional":false},{"id":916073734,"package_name":"version_information","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":916073735,"package_name":"sphinx-copybutton","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":916073736,"package_name":"dask","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":916073737,"package_name":"markupsafe","ecosystem":"pypi","requirements":"==2.0.1","direct":true,"kind":"runtime","optional":false},{"id":916073738,"package_name":"xanadu-sphinx-theme","ecosystem":"pypi","requirements":"==0.1.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements-dev.txt","sha":null,"kind":"manifest","created_at":"2022-08-09T15:02:38.593Z","updated_at":"2022-08-09T15:02:38.593Z","repository_link":"https://github.com/XanaduAI/thewalrus/blob/master/requirements-dev.txt","dependencies":[{"id":916078860,"package_name":"flaky","ecosystem":"pypi","requirements":"==3.7.0","direct":true,"kind":"development","optional":false},{"id":916078869,"package_name":"pytest","ecosystem":"pypi","requirements":"==7.1.0","direct":true,"kind":"development","optional":false},{"id":916078870,"package_name":"pytest-randomly","ecosystem":"pypi","requirements":"==3.11.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-09T15:02:39.038Z","updated_at":"2022-08-09T15:02:39.038Z","repository_link":"https://github.com/XanaduAI/thewalrus/blob/master/requirements.txt","dependencies":[{"id":916085464,"package_name":"dask","ecosystem":"pypi","requirements":"==2022.2.1","direct":true,"kind":"runtime","optional":false},{"id":916085465,"package_name":"numba","ecosystem":"pypi","requirements":"==0.55.1","direct":true,"kind":"runtime","optional":false},{"id":916085466,"package_name":"numpy","ecosystem":"pypi","requirements":"==1.21.5","direct":true,"kind":"runtime","optional":false},{"id":916085467,"package_name":"scipy","ecosystem":"pypi","requirements":"==1.8.0","direct":true,"kind":"runtime","optional":false},{"id":916085468,"package_name":"sympy","ecosystem":"pypi","requirements":"==1.10","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/format.yml","sha":null,"kind":"manifest","created_at":"2023-01-29T15:30:31.063Z","updated_at":"2023-01-29T15:30:31.063Z","repository_link":"https://github.com/XanaduAI/thewalrus/blob/master/.github/workflows/format.yml","dependencies":[{"id":7226238670,"package_name":"styfle/cancel-workflow-action","ecosystem":"actions","requirements":"0.4.1","direct":true,"kind":"composite","optional":false},{"id":7226238671,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7226238672,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/tests.yml","sha":null,"kind":"manifest","created_at":"2023-01-29T15:30:31.102Z","updated_at":"2023-01-29T15:30:31.102Z","repository_link":"https://github.com/XanaduAI/thewalrus/blob/master/.github/workflows/tests.yml","dependencies":[{"id":7226238673,"package_name":"styfle/cancel-workflow-action","ecosystem":"actions","requirements":"0.4.1","direct":true,"kind":"composite","optional":false},{"id":7226238674,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7226238675,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7226238676,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2024-01-02T17:54:24.458Z","updated_at":"2024-01-02T17:54:24.458Z","repository_link":"https://github.com/XanaduAI/thewalrus/blob/master/setup.py","dependencies":[]}],"score":18.3909548345492,"created_at":"2025-09-04T09:18:00.424Z","updated_at":"2025-10-07T08:04:39.132Z","avatar_url":"https://github.com/XanaduAI.png","language":"Python","category":"Scientific Software","sub_category":"Peer-reviewed","monthly_downloads":22632,"funding_links":[],"readme_doi_urls":["https://doi.org/10.21105/joss.01705"],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["autodiff","automatic-differentiation","jax","jit","llvm","mlir","pennylane","qir","quantum-compiler","mesh"],"project_url":"https://science.ecosyste.ms/api/v1/projects/2351","html_url":"https://science.ecosyste.ms/projects/2351"}