{"id":60228,"name":"scs","description":"Splitting Conic Solver","url":"https://github.com/cvxgrp/scs","last_synced_at":"2025-09-05T15:49:05.427Z","repository":{"id":12205939,"uuid":"14811835","full_name":"cvxgrp/scs","owner":"cvxgrp","description":"Splitting Conic Solver","archived":false,"fork":false,"pushed_at":"2025-08-10T14:34:23.000Z","size":11940,"stargazers_count":581,"open_issues_count":42,"forks_count":139,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-08-10T16:27:06.073Z","etag":null,"topics":["cone-programming","convex-optimization","first-order-methods","linear-programming","numerical-optimization","optimization","optimization-algorithms","quadratic-programming","semidefinite-programming","solver"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cvxgrp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-11-29T23:11:16.000Z","updated_at":"2025-08-10T14:32:45.000Z","dependencies_parsed_at":"2023-02-18T17:15:50.884Z","dependency_job_id":"3aee799a-cc3d-4cd4-bc62-718cda1dbed8","html_url":"https://github.com/cvxgrp/scs","commit_stats":{"total_commits":1161,"total_committers":26,"mean_commits":44.65384615384615,"dds":0.5305770887166237,"last_synced_commit":"f5f054be7dd71ee0d80c4c0eec0df1e9f0ccb123"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/cvxgrp/scs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/sbom","scorecard":{"id":313494,"data":{"date":"2025-08-11","repo":{"name":"github.com/cvxgrp/scs","commit":"b7467a741a98b2a5459e77b5b2512d887e68abcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.2,"checks":[{"name":"Code-Review","score":4,"reason":"Found 7/15 approved changesets -- score normalized to 4","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":"Maintained","score":10,"reason":"10 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/build.yml:1","Warn: no topLevel permission defined: .github/workflows/build_mkl.yml:1","Warn: no topLevel permission defined: .github/workflows/build_openmp.yml:1","Warn: no topLevel permission defined: .github/workflows/build_spectral.yml:1","Warn: no topLevel permission defined: .github/workflows/buildpp.yml:1","Warn: no topLevel permission defined: .github/workflows/cmake.yml:1","Warn: no topLevel permission defined: .github/workflows/cmake_cudss.yml:1","Warn: no topLevel permission defined: .github/workflows/cmake_mkl.yml:1","Warn: no topLevel permission defined: .github/workflows/cmake_openmp.yml:1","Warn: no topLevel permission defined: .github/workflows/coverage.yml:1","Warn: no topLevel permission defined: .github/workflows/docs.yml:1","Warn: no topLevel permission defined: .github/workflows/gpu.yml:1","Warn: no topLevel permission defined: .github/workflows/valgrind.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/build.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_mkl.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/build_mkl.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_openmp.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/build_openmp.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_spectral.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/build_spectral.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build_spectral.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/build_spectral.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/buildpp.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/buildpp.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/buildpp.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/buildpp.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/cmake.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake_cudss.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/cmake_cudss.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cmake_cudss.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/cmake_cudss.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake_mkl.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/cmake_mkl.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/cmake_openmp.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/cmake_openmp.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/coverage.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/coverage.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/coverage.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/coverage.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/coverage.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/coverage.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/docs.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/docs.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/docs.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/gpu.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/gpu.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/gpu.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/gpu.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/valgrind.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/cvxgrp/scs/valgrind.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/docs.yml:21","Info:   0 out of  18 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   1 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"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.txt:0","Info: FSF or OSI recognized license: MIT License: LICENSE.txt: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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"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-17T23:38:39.979Z","repository_id":12205939,"created_at":"2025-08-17T23:38:39.979Z","updated_at":"2025-08-17T23:38:39.979Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273781102,"owners_count":25167123,"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-05T02:00:09.113Z","response_time":402,"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":"cvxgrp","name":"Stanford University Convex Optimization Group","uuid":"2957335","kind":"organization","description":"","email":null,"website":"www.stanford.edu/~boyd","location":"Stanford, CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2957335?v=4","repositories_count":102,"last_synced_at":"2024-04-23T11:28:38.708Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cvxgrp","funding_links":[],"total_stars":6255,"followers":520,"following":0,"created_at":"2022-11-04T17:54:16.095Z","updated_at":"2024-04-23T11:29:23.569Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp/repositories"},"packages":[{"id":7646573,"name":"py3-scs-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for py3-scs","homepage":"https://github.com/cvxgrp/scs","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/cvxgrp/scs","keywords_array":[],"namespace":"testing","versions_count":4,"first_release_published_at":"2023-04-25T07:04:17.000Z","latest_release_published_at":"2024-08-06T12:45:28.000Z","latest_release_number":"3.2.3-r4","last_synced_at":"2025-08-10T16:41:35.965Z","created_at":"2023-04-26T03:28:25.935Z","updated_at":"2025-08-10T16:51:36.011Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/testing/x86_64/py3-scs-pyc","install_command":"apk add py3-scs-pyc","documentation_url":null,"metadata":{"repository":"testing","architecture":"x86_64"},"repo_metadata":{"id":12205939,"uuid":"14811835","full_name":"cvxgrp/scs","owner":"cvxgrp","description":"Splitting Conic Solver","archived":false,"fork":false,"pushed_at":"2025-08-10T14:34:23.000Z","size":11940,"stargazers_count":581,"open_issues_count":42,"forks_count":139,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-08-10T16:27:06.073Z","etag":null,"topics":["cone-programming","convex-optimization","first-order-methods","linear-programming","numerical-optimization","optimization","optimization-algorithms","quadratic-programming","semidefinite-programming","solver"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cvxgrp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-11-29T23:11:16.000Z","updated_at":"2025-08-10T14:32:45.000Z","dependencies_parsed_at":"2023-02-18T17:15:50.884Z","dependency_job_id":"3aee799a-cc3d-4cd4-bc62-718cda1dbed8","html_url":"https://github.com/cvxgrp/scs","commit_stats":{"total_commits":1161,"total_committers":26,"mean_commits":44.65384615384615,"dds":0.5305770887166237,"last_synced_commit":"f5f054be7dd71ee0d80c4c0eec0df1e9f0ccb123"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/cvxgrp/scs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756297,"owners_count":24470559,"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-08-10T02:00:08.965Z","response_time":71,"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"}},"repo_metadata_updated_at":"2025-08-10T16:51:36.010Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":13.38644564324247,"stargazers_count":null,"forks_count":null,"average":6.693222821621235},"purl":"pkg:apk/alpine/py3-scs-pyc?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-scs-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-scs-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-scs-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-22T00:22:23.925Z","issues_count":72,"pull_requests_count":93,"avg_time_to_close_issue":6194814.75,"avg_time_to_close_pull_request":467668.1111111111,"issues_closed_count":44,"pull_requests_closed_count":90,"pull_request_authors_count":13,"issue_authors_count":60,"avg_comments_per_issue":5.041666666666667,"avg_comments_per_pull_request":0.8387096774193549,"merged_pull_requests_count":85,"bot_issues_count":0,"bot_pull_requests_count":19,"past_year_issues_count":10,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":7245850.8,"past_year_avg_time_to_close_pull_request":632744.0,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":10,"past_year_avg_comments_per_issue":6.6,"past_year_avg_comments_per_pull_request":1.0909090909090908,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":15,"past_year_merged_pull_requests_count":27,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/issues","maintainers":[{"login":"bodono","count":58,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"SteveDiamond","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SteveDiamond"},{"login":"PTNobel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"}],"active_maintainers":[{"login":"bodono","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"PTNobel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-scs-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-scs-pyc/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-scs-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-scs-pyc/related_packages","maintainers":[{"uuid":"anjan@momi.ca","login":null,"name":"Anjandev Momi","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Anjandev Momi","packages_count":153,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Anjandev Momi","role":null,"created_at":"2023-04-29T10:30:11.059Z","updated_at":"2023-04-29T10:30:11.059Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/anjan@momi.ca/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":37092,"maintainers_count":822,"namespaces_count":3,"keywords_count":6483,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2627},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2025-09-05T05:01:04.499Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":77895,"name":"scs","ecosystem":"spack","description":"A C package that solves convex cone problems via operator splitting\n","homepage":"https://github.com/cvxgrp/scs","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/cvxgrp/scs","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2022-04-05T09:36:43.360Z","latest_release_published_at":"2022-04-05T09:36:43.360Z","latest_release_number":"2.1.1","last_synced_at":"2025-08-10T16:41:25.316Z","created_at":"2022-04-05T09:36:43.336Z","updated_at":"2025-08-10T16:51:40.660Z","registry_url":"https://packages.spack.io/package.html?name=scs","install_command":"spack install scs","documentation_url":null,"metadata":{},"repo_metadata":{"id":12205939,"uuid":"14811835","full_name":"cvxgrp/scs","owner":"cvxgrp","description":"Splitting Conic Solver","archived":false,"fork":false,"pushed_at":"2025-08-10T14:34:23.000Z","size":11940,"stargazers_count":581,"open_issues_count":42,"forks_count":139,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-08-10T16:27:06.073Z","etag":null,"topics":["cone-programming","convex-optimization","first-order-methods","linear-programming","numerical-optimization","optimization","optimization-algorithms","quadratic-programming","semidefinite-programming","solver"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cvxgrp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-11-29T23:11:16.000Z","updated_at":"2025-08-10T14:32:45.000Z","dependencies_parsed_at":"2023-02-18T17:15:50.884Z","dependency_job_id":"3aee799a-cc3d-4cd4-bc62-718cda1dbed8","html_url":"https://github.com/cvxgrp/scs","commit_stats":{"total_commits":1161,"total_committers":26,"mean_commits":44.65384615384615,"dds":0.5305770887166237,"last_synced_commit":"f5f054be7dd71ee0d80c4c0eec0df1e9f0ccb123"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/cvxgrp/scs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756297,"owners_count":24470559,"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-08-10T02:00:08.965Z","response_time":71,"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":"cvxgrp","name":"Stanford University Convex Optimization Group","uuid":"2957335","kind":"organization","description":"","email":null,"website":"www.stanford.edu/~boyd","location":"Stanford, CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2957335?v=4","repositories_count":102,"last_synced_at":"2024-04-23T11:28:38.708Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cvxgrp","funding_links":[],"total_stars":6255,"followers":520,"following":0,"created_at":"2022-11-04T17:54:16.095Z","updated_at":"2024-04-23T11:29:23.569Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp/repositories"},"tags":[{"name":"3.2.8","sha":"ef77ae11181f399ea3e35122944ba3091ee1a77f","kind":"commit","published_at":"2025-08-10T14:32:41.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.8","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.8/manifests"},{"name":"3.2.7","sha":"775a04634e40177573871c9cb6baae254342de39","kind":"commit","published_at":"2024-08-24T14:28:53.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.7/manifests"},{"name":"3.2.6","sha":"2b9b03d1b312da8e5db49e664b4998123c8ad6bb","kind":"commit","published_at":"2024-07-05T11:28:04.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.6","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.6/manifests"},{"name":"3.2.3","sha":"f0c23340da03bcd663072dc4a90cf1aab8968c61","kind":"commit","published_at":"2023-04-05T08:18:05.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.3/manifests"},{"name":"3.2.0","sha":"ac6840a3b3264950e6c300264cbf3937e0bcc6c5","kind":"commit","published_at":"2022-02-15T21:52:50.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.0/manifests"},{"name":"3.1.0","sha":"1cf5cbc64fc5e30e81a4f687c66bdc97c3ab8754","kind":"commit","published_at":"2022-01-14T15:11:34.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.1.0/manifests"},{"name":"v3.0.0","sha":"3aaa93c7aa04c7001df5e51b81f21b126dfa99b3","kind":"commit","published_at":"2021-10-05T11:57:15.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v3.0.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v3.0.0/manifests"},{"name":"v2.1.4","sha":"a70a42c8c740ee756f787760ed59a8a41531e891","kind":"commit","published_at":"2021-07-24T17:44:41.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.4","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"07ca69c296312c260027c755f545f05bf45156eb","kind":"commit","published_at":"2021-04-12T08:43:08.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"4ed6c2abf28399c01a0417ff3456b2639560afa6","kind":"commit","published_at":"2020-06-05T09:04:23.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.2/manifests"},{"name":"2.1.1","sha":"d2c1ae92b8c5c6d45406afd007d1ddad74635cfd","kind":"commit","published_at":"2019-07-08T19:10:47.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/2.1.1","html_url":"https://github.com/cvxgrp/scs/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/2.1.1/manifests"},{"name":"v2.0.2","sha":"2262586deee242d93ece9ef136666b355ad83d5b","kind":"commit","published_at":"2017-11-30T23:03:00.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.0.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.2/manifests"},{"name":"v2.0.0","sha":"3c2e2cac2a5a0935d71f21218ac0934cf1abb809","kind":"commit","published_at":"2017-11-23T22:18:58.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.0.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.0/manifests"},{"name":"v1.2.6","sha":"35fda417449b358f54092149e131a3f67f5a9514","kind":"commit","published_at":"2016-04-28T17:38:00.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.6","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.6/manifests"},{"name":"v1.2.2","sha":"200f31eaf908b5c19350cadfddf23e2da7cf14f6","kind":"commit","published_at":"2016-02-18T20:22:37.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.2/manifests"},{"name":"v1.2.0","sha":"8504990bbfa625fa29945f0e58d1f9ed594f5453","kind":"commit","published_at":"2016-01-03T09:42:54.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.0/manifests"},{"name":"v1.1.9","sha":"ca3ea847ea6d42525ac4c30fe1af2c2b96516522","kind":"commit","published_at":"2016-01-01T21:02:08.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.9","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.9/manifests"},{"name":"v1.1.8","sha":"248bd25c4bb4e839a1760e3a65df2246e27aba1d","kind":"commit","published_at":"2015-10-17T14:51:55.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.8","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.8/manifests"},{"name":"v1.1.7","sha":"b1bcff3d0e005c46fb600a6a8f135d86e541283a","kind":"commit","published_at":"2015-10-13T12:54:40.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.7/manifests"},{"name":"v1.1.5","sha":"0f9f51d663efd75b9d55d9f6524da75baa498aee","kind":"commit","published_at":"2015-06-24T16:02:42.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.5","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.5/manifests"},{"name":"v1.1.3","sha":"1480f8072fb4a79a118aea66b5a15513e8fea8bf","kind":"commit","published_at":"2015-06-09T15:38:32.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"0538bf42d34021a85914e6f1a5965dfdacbb9873","kind":"commit","published_at":"2015-06-06T15:20:50.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"f7424f149cd9f358ba90760e3a78b96fcb4dacb8","kind":"commit","published_at":"2015-06-06T14:34:38.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.1","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"824dbdf85089c1d517f1a2775573d59fb79a00ea","kind":"commit","published_at":"2015-02-21T18:17:09.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.0/manifests"},{"name":"v1.0.7","sha":"4a1dbbd089990d2ba2633127c05a75a17b7dc60e","kind":"commit","published_at":"2014-12-19T13:34:22.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.0.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.0.7/manifests"},{"name":"1.0.2","sha":"a237b6e0e1eb97dae1c48546fcf7438ab4915dc8","kind":"commit","published_at":"2014-05-10T04:31:55.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/1.0.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0.2/manifests"},{"name":"1.0","sha":"4d63807b5fcc1a0e5bc6178f85b9e5ba91709e9c","kind":"tag","published_at":"2014-04-17T23:58:56.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-10T16:51:40.660Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":57.27386411004586,"stargazers_count":10.462692788661943,"forks_count":8.989856884813117,"average":19.181603445880228},"purl":"pkg:spack/scs","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/scs","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/scs","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/scs/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-22T00:22:23.925Z","issues_count":72,"pull_requests_count":93,"avg_time_to_close_issue":6194814.75,"avg_time_to_close_pull_request":467668.1111111111,"issues_closed_count":44,"pull_requests_closed_count":90,"pull_request_authors_count":13,"issue_authors_count":60,"avg_comments_per_issue":5.041666666666667,"avg_comments_per_pull_request":0.8387096774193549,"merged_pull_requests_count":85,"bot_issues_count":0,"bot_pull_requests_count":19,"past_year_issues_count":10,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":7245850.8,"past_year_avg_time_to_close_pull_request":632744.0,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":10,"past_year_avg_comments_per_issue":6.6,"past_year_avg_comments_per_pull_request":1.0909090909090908,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":15,"past_year_merged_pull_requests_count":27,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/issues","maintainers":[{"login":"bodono","count":58,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"SteveDiamond","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SteveDiamond"},{"login":"PTNobel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"}],"active_maintainers":[{"login":"bodono","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"PTNobel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/scs/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/scs/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/scs/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/scs/related_packages","maintainers":[],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":8772,"maintainers_count":926,"namespaces_count":0,"keywords_count":3680,"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-05T07:48:05.146Z","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"}},{"id":6069249,"name":"py3-scs","ecosystem":"alpine","description":"C package that solves convex cone problems via operator splitting","homepage":"https://github.com/cvxgrp/scs","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/cvxgrp/scs","keywords_array":[],"namespace":"testing","versions_count":6,"first_release_published_at":"2022-11-22T19:33:36.000Z","latest_release_published_at":"2024-08-06T12:45:28.000Z","latest_release_number":"3.2.3-r4","last_synced_at":"2025-08-10T16:41:32.501Z","created_at":"2023-01-31T19:27:27.928Z","updated_at":"2025-08-10T16:51:40.643Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/testing/x86_64/py3-scs","install_command":"apk add py3-scs","documentation_url":null,"metadata":{"repository":"testing","architecture":"x86_64"},"repo_metadata":{"id":12205939,"uuid":"14811835","full_name":"cvxgrp/scs","owner":"cvxgrp","description":"Splitting Conic Solver","archived":false,"fork":false,"pushed_at":"2025-08-10T14:34:23.000Z","size":11940,"stargazers_count":581,"open_issues_count":42,"forks_count":139,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-08-10T16:27:06.073Z","etag":null,"topics":["cone-programming","convex-optimization","first-order-methods","linear-programming","numerical-optimization","optimization","optimization-algorithms","quadratic-programming","semidefinite-programming","solver"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cvxgrp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-11-29T23:11:16.000Z","updated_at":"2025-08-10T14:32:45.000Z","dependencies_parsed_at":"2023-02-18T17:15:50.884Z","dependency_job_id":"3aee799a-cc3d-4cd4-bc62-718cda1dbed8","html_url":"https://github.com/cvxgrp/scs","commit_stats":{"total_commits":1161,"total_committers":26,"mean_commits":44.65384615384615,"dds":0.5305770887166237,"last_synced_commit":"f5f054be7dd71ee0d80c4c0eec0df1e9f0ccb123"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/cvxgrp/scs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756297,"owners_count":24470559,"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-08-10T02:00:08.965Z","response_time":71,"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":"cvxgrp","name":"Stanford University Convex Optimization Group","uuid":"2957335","kind":"organization","description":"","email":null,"website":"www.stanford.edu/~boyd","location":"Stanford, CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2957335?v=4","repositories_count":102,"last_synced_at":"2024-04-23T11:28:38.708Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cvxgrp","funding_links":[],"total_stars":6255,"followers":520,"following":0,"created_at":"2022-11-04T17:54:16.095Z","updated_at":"2024-04-23T11:29:23.569Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp/repositories"},"tags":[{"name":"3.2.8","sha":"ef77ae11181f399ea3e35122944ba3091ee1a77f","kind":"commit","published_at":"2025-08-10T14:32:41.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.8","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.8/manifests"},{"name":"3.2.7","sha":"775a04634e40177573871c9cb6baae254342de39","kind":"commit","published_at":"2024-08-24T14:28:53.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.7/manifests"},{"name":"3.2.6","sha":"2b9b03d1b312da8e5db49e664b4998123c8ad6bb","kind":"commit","published_at":"2024-07-05T11:28:04.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.6","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.6/manifests"},{"name":"3.2.3","sha":"f0c23340da03bcd663072dc4a90cf1aab8968c61","kind":"commit","published_at":"2023-04-05T08:18:05.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.3/manifests"},{"name":"3.2.0","sha":"ac6840a3b3264950e6c300264cbf3937e0bcc6c5","kind":"commit","published_at":"2022-02-15T21:52:50.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.0/manifests"},{"name":"3.1.0","sha":"1cf5cbc64fc5e30e81a4f687c66bdc97c3ab8754","kind":"commit","published_at":"2022-01-14T15:11:34.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.1.0/manifests"},{"name":"v3.0.0","sha":"3aaa93c7aa04c7001df5e51b81f21b126dfa99b3","kind":"commit","published_at":"2021-10-05T11:57:15.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v3.0.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v3.0.0/manifests"},{"name":"v2.1.4","sha":"a70a42c8c740ee756f787760ed59a8a41531e891","kind":"commit","published_at":"2021-07-24T17:44:41.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.4","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"07ca69c296312c260027c755f545f05bf45156eb","kind":"commit","published_at":"2021-04-12T08:43:08.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"4ed6c2abf28399c01a0417ff3456b2639560afa6","kind":"commit","published_at":"2020-06-05T09:04:23.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.2/manifests"},{"name":"2.1.1","sha":"d2c1ae92b8c5c6d45406afd007d1ddad74635cfd","kind":"commit","published_at":"2019-07-08T19:10:47.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/2.1.1","html_url":"https://github.com/cvxgrp/scs/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/2.1.1/manifests"},{"name":"v2.0.2","sha":"2262586deee242d93ece9ef136666b355ad83d5b","kind":"commit","published_at":"2017-11-30T23:03:00.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.0.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.2/manifests"},{"name":"v2.0.0","sha":"3c2e2cac2a5a0935d71f21218ac0934cf1abb809","kind":"commit","published_at":"2017-11-23T22:18:58.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.0.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.0/manifests"},{"name":"v1.2.6","sha":"35fda417449b358f54092149e131a3f67f5a9514","kind":"commit","published_at":"2016-04-28T17:38:00.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.6","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.6/manifests"},{"name":"v1.2.2","sha":"200f31eaf908b5c19350cadfddf23e2da7cf14f6","kind":"commit","published_at":"2016-02-18T20:22:37.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.2/manifests"},{"name":"v1.2.0","sha":"8504990bbfa625fa29945f0e58d1f9ed594f5453","kind":"commit","published_at":"2016-01-03T09:42:54.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.0/manifests"},{"name":"v1.1.9","sha":"ca3ea847ea6d42525ac4c30fe1af2c2b96516522","kind":"commit","published_at":"2016-01-01T21:02:08.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.9","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.9/manifests"},{"name":"v1.1.8","sha":"248bd25c4bb4e839a1760e3a65df2246e27aba1d","kind":"commit","published_at":"2015-10-17T14:51:55.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.8","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.8/manifests"},{"name":"v1.1.7","sha":"b1bcff3d0e005c46fb600a6a8f135d86e541283a","kind":"commit","published_at":"2015-10-13T12:54:40.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.7/manifests"},{"name":"v1.1.5","sha":"0f9f51d663efd75b9d55d9f6524da75baa498aee","kind":"commit","published_at":"2015-06-24T16:02:42.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.5","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.5/manifests"},{"name":"v1.1.3","sha":"1480f8072fb4a79a118aea66b5a15513e8fea8bf","kind":"commit","published_at":"2015-06-09T15:38:32.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"0538bf42d34021a85914e6f1a5965dfdacbb9873","kind":"commit","published_at":"2015-06-06T15:20:50.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"f7424f149cd9f358ba90760e3a78b96fcb4dacb8","kind":"commit","published_at":"2015-06-06T14:34:38.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.1","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"824dbdf85089c1d517f1a2775573d59fb79a00ea","kind":"commit","published_at":"2015-02-21T18:17:09.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.0/manifests"},{"name":"v1.0.7","sha":"4a1dbbd089990d2ba2633127c05a75a17b7dc60e","kind":"commit","published_at":"2014-12-19T13:34:22.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.0.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.0.7/manifests"},{"name":"1.0.2","sha":"a237b6e0e1eb97dae1c48546fcf7438ab4915dc8","kind":"commit","published_at":"2014-05-10T04:31:55.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/1.0.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0.2/manifests"},{"name":"1.0","sha":"4d63807b5fcc1a0e5bc6178f85b9e5ba91709e9c","kind":"tag","published_at":"2014-04-17T23:58:56.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-10T16:51:40.643Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":6.030839073262366,"stargazers_count":13.106606136505949,"forks_count":10.492329367564183,"average":7.407443644333124},"purl":"pkg:apk/alpine/py3-scs?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/py3-scs","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/py3-scs","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/py3-scs/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-22T00:22:23.925Z","issues_count":72,"pull_requests_count":93,"avg_time_to_close_issue":6194814.75,"avg_time_to_close_pull_request":467668.1111111111,"issues_closed_count":44,"pull_requests_closed_count":90,"pull_request_authors_count":13,"issue_authors_count":60,"avg_comments_per_issue":5.041666666666667,"avg_comments_per_pull_request":0.8387096774193549,"merged_pull_requests_count":85,"bot_issues_count":0,"bot_pull_requests_count":19,"past_year_issues_count":10,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":7245850.8,"past_year_avg_time_to_close_pull_request":632744.0,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":10,"past_year_avg_comments_per_issue":6.6,"past_year_avg_comments_per_pull_request":1.0909090909090908,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":15,"past_year_merged_pull_requests_count":27,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/issues","maintainers":[{"login":"bodono","count":58,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"SteveDiamond","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SteveDiamond"},{"login":"PTNobel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"}],"active_maintainers":[{"login":"bodono","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"PTNobel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-scs/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-scs/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-scs/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/py3-scs/related_packages","maintainers":[{"uuid":"anjan@momi.ca","login":null,"name":"Anjandev Momi","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=Anjandev Momi","packages_count":153,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=Anjandev Momi","role":null,"created_at":"2023-02-01T02:28:35.576Z","updated_at":"2023-02-01T02:28:35.576Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/anjan@momi.ca/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":37092,"maintainers_count":822,"namespaces_count":3,"keywords_count":6483,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2627},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2025-09-05T05:01:04.499Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":3869410,"name":"github.com/cvxgrp/scs","ecosystem":"go","description":"","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/cvxgrp/scs","keywords_array":[],"namespace":"github.com/cvxgrp","versions_count":18,"first_release_published_at":"2014-12-19T13:34:22.000Z","latest_release_published_at":"2021-10-05T11:57:15.000Z","latest_release_number":"v3.0.0+incompatible","last_synced_at":"2025-08-10T16:41:28.788Z","created_at":"2022-04-11T22:21:11.699Z","updated_at":"2025-08-10T16:51:40.669Z","registry_url":"https://pkg.go.dev/github.com/cvxgrp/scs","install_command":"go get github.com/cvxgrp/scs","documentation_url":"https://pkg.go.dev/github.com/cvxgrp/scs#section-documentation","metadata":{},"repo_metadata":{"id":12205939,"uuid":"14811835","full_name":"cvxgrp/scs","owner":"cvxgrp","description":"Splitting Conic Solver","archived":false,"fork":false,"pushed_at":"2025-08-10T14:34:23.000Z","size":11940,"stargazers_count":581,"open_issues_count":42,"forks_count":139,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-08-10T16:27:06.073Z","etag":null,"topics":["cone-programming","convex-optimization","first-order-methods","linear-programming","numerical-optimization","optimization","optimization-algorithms","quadratic-programming","semidefinite-programming","solver"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cvxgrp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-11-29T23:11:16.000Z","updated_at":"2025-08-10T14:32:45.000Z","dependencies_parsed_at":"2023-02-18T17:15:50.884Z","dependency_job_id":"3aee799a-cc3d-4cd4-bc62-718cda1dbed8","html_url":"https://github.com/cvxgrp/scs","commit_stats":{"total_commits":1161,"total_committers":26,"mean_commits":44.65384615384615,"dds":0.5305770887166237,"last_synced_commit":"f5f054be7dd71ee0d80c4c0eec0df1e9f0ccb123"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/cvxgrp/scs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756297,"owners_count":24470559,"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-08-10T02:00:08.965Z","response_time":71,"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":"cvxgrp","name":"Stanford University Convex Optimization Group","uuid":"2957335","kind":"organization","description":"","email":null,"website":"www.stanford.edu/~boyd","location":"Stanford, CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2957335?v=4","repositories_count":102,"last_synced_at":"2024-04-23T11:28:38.708Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cvxgrp","funding_links":[],"total_stars":6255,"followers":520,"following":0,"created_at":"2022-11-04T17:54:16.095Z","updated_at":"2024-04-23T11:29:23.569Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp/repositories"},"tags":[{"name":"3.2.8","sha":"ef77ae11181f399ea3e35122944ba3091ee1a77f","kind":"commit","published_at":"2025-08-10T14:32:41.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.8","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.8/manifests"},{"name":"3.2.7","sha":"775a04634e40177573871c9cb6baae254342de39","kind":"commit","published_at":"2024-08-24T14:28:53.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.7/manifests"},{"name":"3.2.6","sha":"2b9b03d1b312da8e5db49e664b4998123c8ad6bb","kind":"commit","published_at":"2024-07-05T11:28:04.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.6","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.6/manifests"},{"name":"3.2.3","sha":"f0c23340da03bcd663072dc4a90cf1aab8968c61","kind":"commit","published_at":"2023-04-05T08:18:05.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.3/manifests"},{"name":"3.2.0","sha":"ac6840a3b3264950e6c300264cbf3937e0bcc6c5","kind":"commit","published_at":"2022-02-15T21:52:50.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.0/manifests"},{"name":"3.1.0","sha":"1cf5cbc64fc5e30e81a4f687c66bdc97c3ab8754","kind":"commit","published_at":"2022-01-14T15:11:34.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.1.0/manifests"},{"name":"v3.0.0","sha":"3aaa93c7aa04c7001df5e51b81f21b126dfa99b3","kind":"commit","published_at":"2021-10-05T11:57:15.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v3.0.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v3.0.0/manifests"},{"name":"v2.1.4","sha":"a70a42c8c740ee756f787760ed59a8a41531e891","kind":"commit","published_at":"2021-07-24T17:44:41.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.4","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"07ca69c296312c260027c755f545f05bf45156eb","kind":"commit","published_at":"2021-04-12T08:43:08.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"4ed6c2abf28399c01a0417ff3456b2639560afa6","kind":"commit","published_at":"2020-06-05T09:04:23.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.2/manifests"},{"name":"2.1.1","sha":"d2c1ae92b8c5c6d45406afd007d1ddad74635cfd","kind":"commit","published_at":"2019-07-08T19:10:47.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/2.1.1","html_url":"https://github.com/cvxgrp/scs/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/2.1.1/manifests"},{"name":"v2.0.2","sha":"2262586deee242d93ece9ef136666b355ad83d5b","kind":"commit","published_at":"2017-11-30T23:03:00.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.0.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.2/manifests"},{"name":"v2.0.0","sha":"3c2e2cac2a5a0935d71f21218ac0934cf1abb809","kind":"commit","published_at":"2017-11-23T22:18:58.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.0.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.0/manifests"},{"name":"v1.2.6","sha":"35fda417449b358f54092149e131a3f67f5a9514","kind":"commit","published_at":"2016-04-28T17:38:00.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.6","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.6/manifests"},{"name":"v1.2.2","sha":"200f31eaf908b5c19350cadfddf23e2da7cf14f6","kind":"commit","published_at":"2016-02-18T20:22:37.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.2/manifests"},{"name":"v1.2.0","sha":"8504990bbfa625fa29945f0e58d1f9ed594f5453","kind":"commit","published_at":"2016-01-03T09:42:54.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.0/manifests"},{"name":"v1.1.9","sha":"ca3ea847ea6d42525ac4c30fe1af2c2b96516522","kind":"commit","published_at":"2016-01-01T21:02:08.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.9","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.9/manifests"},{"name":"v1.1.8","sha":"248bd25c4bb4e839a1760e3a65df2246e27aba1d","kind":"commit","published_at":"2015-10-17T14:51:55.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.8","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.8/manifests"},{"name":"v1.1.7","sha":"b1bcff3d0e005c46fb600a6a8f135d86e541283a","kind":"commit","published_at":"2015-10-13T12:54:40.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.7/manifests"},{"name":"v1.1.5","sha":"0f9f51d663efd75b9d55d9f6524da75baa498aee","kind":"commit","published_at":"2015-06-24T16:02:42.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.5","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.5/manifests"},{"name":"v1.1.3","sha":"1480f8072fb4a79a118aea66b5a15513e8fea8bf","kind":"commit","published_at":"2015-06-09T15:38:32.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"0538bf42d34021a85914e6f1a5965dfdacbb9873","kind":"commit","published_at":"2015-06-06T15:20:50.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"f7424f149cd9f358ba90760e3a78b96fcb4dacb8","kind":"commit","published_at":"2015-06-06T14:34:38.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.1","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"824dbdf85089c1d517f1a2775573d59fb79a00ea","kind":"commit","published_at":"2015-02-21T18:17:09.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.0/manifests"},{"name":"v1.0.7","sha":"4a1dbbd089990d2ba2633127c05a75a17b7dc60e","kind":"commit","published_at":"2014-12-19T13:34:22.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.0.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.0.7/manifests"},{"name":"1.0.2","sha":"a237b6e0e1eb97dae1c48546fcf7438ab4915dc8","kind":"commit","published_at":"2014-05-10T04:31:55.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/1.0.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0.2/manifests"},{"name":"1.0","sha":"4d63807b5fcc1a0e5bc6178f85b9e5ba91709e9c","kind":"tag","published_at":"2014-04-17T23:58:56.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-10T16:51:40.668Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/cvxgrp/scs","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/cvxgrp/scs","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/cvxgrp/scs","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/cvxgrp/scs/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-22T00:22:23.925Z","issues_count":72,"pull_requests_count":93,"avg_time_to_close_issue":6194814.75,"avg_time_to_close_pull_request":467668.1111111111,"issues_closed_count":44,"pull_requests_closed_count":90,"pull_request_authors_count":13,"issue_authors_count":60,"avg_comments_per_issue":5.041666666666667,"avg_comments_per_pull_request":0.8387096774193549,"merged_pull_requests_count":85,"bot_issues_count":0,"bot_pull_requests_count":19,"past_year_issues_count":10,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":7245850.8,"past_year_avg_time_to_close_pull_request":632744.0,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":10,"past_year_avg_comments_per_issue":6.6,"past_year_avg_comments_per_pull_request":1.0909090909090908,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":15,"past_year_merged_pull_requests_count":27,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/issues","maintainers":[{"login":"bodono","count":58,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"SteveDiamond","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SteveDiamond"},{"login":"PTNobel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"}],"active_maintainers":[{"login":"bodono","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"PTNobel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcvxgrp%2Fscs/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcvxgrp%2Fscs/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcvxgrp%2Fscs/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcvxgrp%2Fscs/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1952122,"maintainers_count":0,"namespaces_count":741275,"keywords_count":109185,"github":"golang","metadata":{"funded_packages_count":49011},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-05T05:14:06.439Z","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":76276,"name":"py-scs","ecosystem":"spack","description":"SCS: splitting conic solver\n","homepage":"https://github.com/cvxgrp/scs","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/cvxgrp/scs","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2022-04-05T09:28:52.640Z","latest_release_published_at":"2023-04-04T12:58:10.658Z","latest_release_number":"3.2.2","last_synced_at":"2025-08-10T16:41:24.906Z","created_at":"2022-04-05T09:28:52.609Z","updated_at":"2025-08-10T16:51:40.846Z","registry_url":"https://packages.spack.io/package.html?name=py-scs","install_command":"spack install py-scs","documentation_url":null,"metadata":{},"repo_metadata":{"id":12205939,"uuid":"14811835","full_name":"cvxgrp/scs","owner":"cvxgrp","description":"Splitting Conic Solver","archived":false,"fork":false,"pushed_at":"2025-08-10T14:34:23.000Z","size":11940,"stargazers_count":581,"open_issues_count":42,"forks_count":139,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-08-10T16:27:06.073Z","etag":null,"topics":["cone-programming","convex-optimization","first-order-methods","linear-programming","numerical-optimization","optimization","optimization-algorithms","quadratic-programming","semidefinite-programming","solver"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cvxgrp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-11-29T23:11:16.000Z","updated_at":"2025-08-10T14:32:45.000Z","dependencies_parsed_at":"2023-02-18T17:15:50.884Z","dependency_job_id":"3aee799a-cc3d-4cd4-bc62-718cda1dbed8","html_url":"https://github.com/cvxgrp/scs","commit_stats":{"total_commits":1161,"total_committers":26,"mean_commits":44.65384615384615,"dds":0.5305770887166237,"last_synced_commit":"f5f054be7dd71ee0d80c4c0eec0df1e9f0ccb123"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/cvxgrp/scs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269756297,"owners_count":24470559,"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-08-10T02:00:08.965Z","response_time":71,"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":"cvxgrp","name":"Stanford University Convex Optimization Group","uuid":"2957335","kind":"organization","description":"","email":null,"website":"www.stanford.edu/~boyd","location":"Stanford, CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2957335?v=4","repositories_count":102,"last_synced_at":"2024-04-23T11:28:38.708Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cvxgrp","funding_links":[],"total_stars":6255,"followers":520,"following":0,"created_at":"2022-11-04T17:54:16.095Z","updated_at":"2024-04-23T11:29:23.569Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvxgrp/repositories"},"tags":[{"name":"3.2.8","sha":"ef77ae11181f399ea3e35122944ba3091ee1a77f","kind":"commit","published_at":"2025-08-10T14:32:41.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.8","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.8/manifests"},{"name":"3.2.7","sha":"775a04634e40177573871c9cb6baae254342de39","kind":"commit","published_at":"2024-08-24T14:28:53.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.7/manifests"},{"name":"3.2.6","sha":"2b9b03d1b312da8e5db49e664b4998123c8ad6bb","kind":"commit","published_at":"2024-07-05T11:28:04.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.6","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.6/manifests"},{"name":"3.2.3","sha":"f0c23340da03bcd663072dc4a90cf1aab8968c61","kind":"commit","published_at":"2023-04-05T08:18:05.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.3/manifests"},{"name":"3.2.0","sha":"ac6840a3b3264950e6c300264cbf3937e0bcc6c5","kind":"commit","published_at":"2022-02-15T21:52:50.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.2.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.2.0/manifests"},{"name":"3.1.0","sha":"1cf5cbc64fc5e30e81a4f687c66bdc97c3ab8754","kind":"commit","published_at":"2022-01-14T15:11:34.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/3.1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/3.1.0/manifests"},{"name":"v3.0.0","sha":"3aaa93c7aa04c7001df5e51b81f21b126dfa99b3","kind":"commit","published_at":"2021-10-05T11:57:15.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v3.0.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v3.0.0/manifests"},{"name":"v2.1.4","sha":"a70a42c8c740ee756f787760ed59a8a41531e891","kind":"commit","published_at":"2021-07-24T17:44:41.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.4","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"07ca69c296312c260027c755f545f05bf45156eb","kind":"commit","published_at":"2021-04-12T08:43:08.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"4ed6c2abf28399c01a0417ff3456b2639560afa6","kind":"commit","published_at":"2020-06-05T09:04:23.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.1.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.1.2/manifests"},{"name":"2.1.1","sha":"d2c1ae92b8c5c6d45406afd007d1ddad74635cfd","kind":"commit","published_at":"2019-07-08T19:10:47.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/2.1.1","html_url":"https://github.com/cvxgrp/scs/releases/tag/2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/2.1.1/manifests"},{"name":"v2.0.2","sha":"2262586deee242d93ece9ef136666b355ad83d5b","kind":"commit","published_at":"2017-11-30T23:03:00.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.0.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.2/manifests"},{"name":"v2.0.0","sha":"3c2e2cac2a5a0935d71f21218ac0934cf1abb809","kind":"commit","published_at":"2017-11-23T22:18:58.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v2.0.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v2.0.0/manifests"},{"name":"v1.2.6","sha":"35fda417449b358f54092149e131a3f67f5a9514","kind":"commit","published_at":"2016-04-28T17:38:00.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.6","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.6/manifests"},{"name":"v1.2.2","sha":"200f31eaf908b5c19350cadfddf23e2da7cf14f6","kind":"commit","published_at":"2016-02-18T20:22:37.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.2/manifests"},{"name":"v1.2.0","sha":"8504990bbfa625fa29945f0e58d1f9ed594f5453","kind":"commit","published_at":"2016-01-03T09:42:54.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.2.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.2.0/manifests"},{"name":"v1.1.9","sha":"ca3ea847ea6d42525ac4c30fe1af2c2b96516522","kind":"commit","published_at":"2016-01-01T21:02:08.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.9","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.9/manifests"},{"name":"v1.1.8","sha":"248bd25c4bb4e839a1760e3a65df2246e27aba1d","kind":"commit","published_at":"2015-10-17T14:51:55.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.8","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.8/manifests"},{"name":"v1.1.7","sha":"b1bcff3d0e005c46fb600a6a8f135d86e541283a","kind":"commit","published_at":"2015-10-13T12:54:40.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.7/manifests"},{"name":"v1.1.5","sha":"0f9f51d663efd75b9d55d9f6524da75baa498aee","kind":"commit","published_at":"2015-06-24T16:02:42.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.5","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.5/manifests"},{"name":"v1.1.3","sha":"1480f8072fb4a79a118aea66b5a15513e8fea8bf","kind":"commit","published_at":"2015-06-09T15:38:32.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.3","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"0538bf42d34021a85914e6f1a5965dfdacbb9873","kind":"commit","published_at":"2015-06-06T15:20:50.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"f7424f149cd9f358ba90760e3a78b96fcb4dacb8","kind":"commit","published_at":"2015-06-06T14:34:38.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.1","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"824dbdf85089c1d517f1a2775573d59fb79a00ea","kind":"commit","published_at":"2015-02-21T18:17:09.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.1.0/manifests"},{"name":"v1.0.7","sha":"4a1dbbd089990d2ba2633127c05a75a17b7dc60e","kind":"commit","published_at":"2014-12-19T13:34:22.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/v1.0.7","html_url":"https://github.com/cvxgrp/scs/releases/tag/v1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@v1.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/v1.0.7/manifests"},{"name":"1.0.2","sha":"a237b6e0e1eb97dae1c48546fcf7438ab4915dc8","kind":"commit","published_at":"2014-05-10T04:31:55.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/1.0.2","html_url":"https://github.com/cvxgrp/scs/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0.2/manifests"},{"name":"1.0","sha":"4d63807b5fcc1a0e5bc6178f85b9e5ba91709e9c","kind":"tag","published_at":"2014-04-17T23:58:56.000Z","download_url":"https://codeload.github.com/cvxgrp/scs/tar.gz/1.0","html_url":"https://github.com/cvxgrp/scs/releases/tag/1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cvxgrp/scs@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/tags/1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-10T16:51:40.846Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":28.06725024315687,"stargazers_count":10.462692788661943,"forks_count":8.989856884813117,"average":11.879949979157983},"purl":"pkg:spack/py-scs","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-scs","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-scs","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-scs/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-06-22T00:22:23.925Z","issues_count":72,"pull_requests_count":93,"avg_time_to_close_issue":6194814.75,"avg_time_to_close_pull_request":467668.1111111111,"issues_closed_count":44,"pull_requests_closed_count":90,"pull_request_authors_count":13,"issue_authors_count":60,"avg_comments_per_issue":5.041666666666667,"avg_comments_per_pull_request":0.8387096774193549,"merged_pull_requests_count":85,"bot_issues_count":0,"bot_pull_requests_count":19,"past_year_issues_count":10,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":7245850.8,"past_year_avg_time_to_close_pull_request":632744.0,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":10,"past_year_avg_comments_per_issue":6.6,"past_year_avg_comments_per_pull_request":1.0909090909090908,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":15,"past_year_merged_pull_requests_count":27,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/issues","maintainers":[{"login":"bodono","count":58,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"SteveDiamond","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SteveDiamond"},{"login":"PTNobel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"}],"active_maintainers":[{"login":"bodono","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"PTNobel","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-scs/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-scs/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-scs/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-scs/related_packages","maintainers":[{"uuid":"meyersbs","login":"meyersbs","name":null,"email":null,"url":"https://github.com/meyersbs","packages_count":46,"html_url":null,"role":null,"created_at":"2023-04-04T14:56:11.344Z","updated_at":"2023-04-04T14:56:11.344Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/meyersbs/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":8772,"maintainers_count":926,"namespaces_count":0,"keywords_count":3680,"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-05T07:48:05.146Z","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":16538,"full_name":"cvxgrp/scs","default_branch":"master","committers":[{"name":"bodonoghue","email":"bodonoghue@quantcast.com","login":null,"count":545},{"name":"Brendan O'Donoghue","email":"bodonoghue85@gmail.com","login":"bodono","count":539},{"name":"Brendan O'Donoghue","email":"bodonoghue@google.com","login":null,"count":24},{"name":"Brendan O'Donoghue","email":"bodonoghue@bodonoghue-macbookpro2.roam.corp.google.com","login":null,"count":20},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":16},{"name":"AJ Friend","email":"ajfriend@gmail.com","login":"ajfriend","count":6},{"name":"Jamie Snape","email":"jamie.snape@kitware.com","login":null,"count":4},{"name":"Oscar Dowson","email":"odow","login":"odow","count":4},{"name":"Mikhail Sokolovskiy","email":"sokolmish@gmail.com","login":"Sokolmish","count":4},{"name":"Brandon Amos","email":"bamos@cs.cmu.edu","login":null,"count":3},{"name":"Giulio Romualdi","email":"giulio.romualdi@gmail.com","login":"GiulioRomualdi","count":3},{"name":"Marek Kaluba","email":"kalmar@amu.edu.pl","login":"kalmarek","count":3},{"name":"Alexander Krotov","email":"krotov@iitp.ru","login":null,"count":2},{"name":"Akshay Agrawal","email":"akshaykagrawal7@gmail.com","login":"akshayka","count":2},{"name":"Behroz Sikander","email":"behroz89@gmail.com","login":"bsikander","count":2},{"name":"Benoît Legat","email":"benoit.legat@gmail.com","login":"blegat","count":2},{"name":"Nicholas Musolino","email":"n.musolino@gmail.com","login":"nmusolino","count":2},{"name":"Tony Kelman","email":"tony@kelman.net","login":"tkelman","count":2},{"name":"Albert Shieh","email":"adshieh@gmail.com","login":"adshieh","count":1},{"name":"Alex Voronov","email":"alexey.voronov@gmail.com","login":"alexvoronov","count":1},{"name":"Dominik Peters","email":"mail@dominik-peters.de","login":"DominikPeters","count":1},{"name":"Elliot Saba","email":"staticfloat@gmail.com","login":"staticfloat","count":1},{"name":"Florian Schwendinger","email":"Florian_Schwendinger@gmx.at","login":"FlorianSchwendinger","count":1},{"name":"Miles Lubin","email":"miles.lubin@gmail.com","login":"mlubin","count":1},{"name":"Petter Strandmark","email":"petter.strandmark@gmail.com","login":"PetterS","count":1},{"name":"Robert Bradshaw","email":"robertwb@gmail.com","login":"robertwb","count":1},{"name":"Robert McGibbon","email":"rmcgibbo@gmail.com","login":"rmcgibbo","count":1},{"name":"Tim Gates","email":"tim.gates@iress.com","login":"timgates42","count":1},{"name":"malickf","email":"7147923+malickf","login":"malickf","count":1}],"total_commits":1194,"total_committers":29,"total_bot_commits":16,"total_bot_committers":1,"mean_commits":41.172413793103445,"dds":0.5435510887772195,"past_year_committers":[{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":16},{"name":"Brendan O'Donoghue","email":"bodonoghue85@gmail.com","login":"bodono","count":11},{"name":"Dominik Peters","email":"mail@dominik-peters.de","login":"DominikPeters","count":1}],"past_year_total_commits":28,"past_year_total_committers":3,"past_year_total_bot_commits":16,"past_year_total_bot_committers":1,"past_year_mean_commits":9.333333333333334,"past_year_dds":0.4285714285714286,"last_synced_at":"2025-05-17T22:15:39.444Z","last_synced_commit":"8a739589e66f745d049fc838f55775d3e07f669b","created_at":"2023-03-07T11:32:47.499Z","updated_at":"2025-05-17T22:15:39.547Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-08-29T00:00:19.078Z","repositories_count":5479765,"commits_count":853310153,"contributors_count":31095234,"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":"cvxgrp/scs","html_url":"https://github.com/cvxgrp/scs","last_synced_at":"2025-09-03T19:01:33.851Z","status":null,"issues_count":72,"pull_requests_count":136,"avg_time_to_close_issue":5756179.142857143,"avg_time_to_close_pull_request":502223.87096774194,"issues_closed_count":42,"pull_requests_closed_count":124,"pull_request_authors_count":13,"issue_authors_count":60,"avg_comments_per_issue":4.486111111111111,"avg_comments_per_pull_request":0.6985294117647058,"merged_pull_requests_count":113,"bot_issues_count":0,"bot_pull_requests_count":39,"past_year_issues_count":7,"past_year_pull_requests_count":46,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":629809.6,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":35,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":25,"past_year_merged_pull_requests_count":30,"created_at":"2023-05-10T14:52:57.316Z","updated_at":"2025-09-03T19:01:33.852Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvxgrp%2Fscs/issues","issue_labels_count":{},"pull_request_labels_count":{"dependencies":39,"github_actions":8},"issue_author_associations_count":{"NONE":62,"CONTRIBUTOR":6,"MEMBER":4},"pull_request_author_associations_count":{"MEMBER":70,"CONTRIBUTOR":59,"NONE":7},"issue_authors":{"yurivict":4,"kalmarek":3,"odow":2,"SteveDiamond":2,"caglarari":2,"bodono":2,"stephane-caron":2,"BptGrm":2,"ZedongPeng":2,"zhouyou-gu":1,"xconverge":1,"hassanis":1,"sonvier":1,"SunsetWolf":1,"GiulioRomualdi":1,"ankane":1,"traversaro":1,"jeff-kline-affirm":1,"hitdshu":1,"taogao":1,"imbacalvin":1,"btabibian":1,"fraricca":1,"thomaspdl":1,"skoudoro":1,"IlyaKull":1,"kkzhang3":1,"algebravic":1,"gkronber":1,"thomasfrederikhoeck":1,"araujoms":1,"qianggao-lab":1,"Franc-Z":1,"rbassett3":1,"nickari":1,"topazus":1,"GongSiqiu":1,"ShannonZ":1,"AndreiKeino":1,"MHernandezREV":1,"mwoehlke-kitware":1,"Beliavsky":1,"Yushuibo":1,"kmpape":1,"jwnimmer-tri":1,"ktattan":1,"anqif":1,"JoeyPhung":1,"leniumc":1,"b-grimaud":1,"shihao-applied":1,"222042015":1,"1359347500cwc":1,"hongkai-dai":1,"Gwzwpxz":1,"sbarratt":1,"angzhiping":1,"WellWellww":1,"Hammad-NobleAI":1,"RoyiAvital":1},"pull_request_authors":{"bodono":68,"dependabot[bot]":39,"kalmarek":6,"DominikPeters":4,"nmusolino":3,"araujoms":3,"odow":3,"dance858":3,"ankane":2,"PTNobel":2,"FlorianSchwendinger":1,"blegat":1,"GiulioRomualdi":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10103717,"issues_count":31516646,"pull_requests_count":97722052,"authors_count":10703692,"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":{"dependencies":25,"github_actions":8},"past_year_issue_author_associations_count":{"NONE":7},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":35,"NONE":6,"MEMBER":5},"past_year_issue_authors":{"araujoms":1,"Franc-Z":1,"GongSiqiu":1,"JoeyPhung":1,"MHernandezREV":1,"mwoehlke-kitware":1,"qianggao-lab":1},"past_year_pull_request_authors":{"dependabot[bot]":25,"kalmarek":4,"DominikPeters":4,"dance858":3,"bodono":3,"araujoms":3,"PTNobel":2,"ankane":2},"maintainers":[{"login":"bodono","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"PTNobel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"},{"login":"SteveDiamond","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SteveDiamond"}],"active_maintainers":[{"login":"bodono","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bodono"},{"login":"PTNobel","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PTNobel"}]},"events":{"total":{"IssuesEvent":9,"WatchEvent":35,"DeleteEvent":12,"IssueCommentEvent":53,"PushEvent":19,"PullRequestReviewEvent":5,"PullRequestReviewCommentEvent":7,"PullRequestEvent":42,"ForkEvent":7,"CreateEvent":12},"last_year":{"IssuesEvent":9,"WatchEvent":35,"DeleteEvent":12,"IssueCommentEvent":53,"PushEvent":19,"PullRequestReviewEvent":5,"PullRequestReviewCommentEvent":7,"PullRequestEvent":42,"ForkEvent":7,"CreateEvent":12}},"keywords":["cone-programming","convex-optimization","first-order-methods","linear-programming","numerical-optimization","optimization","optimization-algorithms","quadratic-programming","semidefinite-programming","solver"],"dependencies":[{"ecosystem":"pypi","filepath":"docs/src/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-09-06T23:11:21.433Z","updated_at":"2022-09-06T23:11:21.433Z","repository_link":"https://github.com/cvxgrp/scs/blob/master/docs/src/requirements.txt","dependencies":[{"id":4047217126,"package_name":"sphinx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":4047217127,"package_name":"sphinx-rtd-theme","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":4047217128,"package_name":"alabaster","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":4047217129,"package_name":"breathe","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/build.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:49:52.116Z","updated_at":"2023-01-13T16:49:52.116Z","repository_link":"https://github.com/cvxgrp/scs/blob/master/.github/workflows/build.yml","dependencies":[{"id":6890878459,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/build_mkl.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:49:52.197Z","updated_at":"2023-01-13T16:49:52.197Z","repository_link":"https://github.com/cvxgrp/scs/blob/master/.github/workflows/build_mkl.yml","dependencies":[{"id":6890878460,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/buildpp.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:49:52.239Z","updated_at":"2023-01-13T16:49:52.239Z","repository_link":"https://github.com/cvxgrp/scs/blob/master/.github/workflows/buildpp.yml","dependencies":[{"id":6890878461,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/cmake.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:49:52.287Z","updated_at":"2023-01-13T16:49:52.287Z","repository_link":"https://github.com/cvxgrp/scs/blob/master/.github/workflows/cmake.yml","dependencies":[{"id":6890878462,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/cmake_mkl.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:49:52.379Z","updated_at":"2023-01-13T16:49:52.379Z","repository_link":"https://github.com/cvxgrp/scs/blob/master/.github/workflows/cmake_mkl.yml","dependencies":[{"id":6890878463,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/coverage.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:49:52.503Z","updated_at":"2023-01-13T16:49:52.503Z","repository_link":"https://github.com/cvxgrp/scs/blob/master/.github/workflows/coverage.yml","dependencies":[{"id":6890878464,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6890878465,"package_name":"imciner2/run-lcov","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":6890878466,"package_name":"coverallsapp/github-action","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/docs.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:49:52.599Z","updated_at":"2023-01-13T16:49:52.599Z","repository_link":"https://github.com/cvxgrp/scs/blob/master/.github/workflows/docs.yml","dependencies":[{"id":6890878467,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2.3.1","direct":true,"kind":"composite","optional":false},{"id":6890878468,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6890878469,"package_name":"JamesIves/github-pages-deploy-action","ecosystem":"actions","requirements":"4.2.1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/gpu.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:49:52.644Z","updated_at":"2023-01-13T16:49:52.644Z","repository_link":"https://github.com/cvxgrp/scs/blob/master/.github/workflows/gpu.yml","dependencies":[{"id":6890878470,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6890878471,"package_name":"Jimver/cuda-toolkit","ecosystem":"actions","requirements":"v0.2.5","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/valgrind.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T16:49:52.683Z","updated_at":"2023-01-13T16:49:52.683Z","repository_link":"https://github.com/cvxgrp/scs/blob/master/.github/workflows/valgrind.yml","dependencies":[{"id":6890878472,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]}],"score":11.411280261208027,"created_at":"2025-09-04T15:51:36.989Z","updated_at":"2025-10-07T08:23:39.396Z","avatar_url":"https://github.com/cvxgrp.png","language":"C","category":null,"sub_category":null,"monthly_downloads":0,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["optim","nonlinear-programming","numerical","conic-programs","polynomials","tensors","julialang","programming-language","modeling-language","mixed-integer-programming"],"project_url":"https://science.ecosyste.ms/api/v1/projects/60228","html_url":"https://science.ecosyste.ms/projects/60228","bibtex_url":"https://science.ecosyste.ms/projects/60228/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/60228/export.apalike"}