{"id":25027,"name":"amici","description":"High-performance sensitivity analysis for large ordinary differential equation models","url":"https://github.com/amici-dev/amici","last_synced_at":"2025-09-05T02:35:38.642Z","repository":{"id":37449260,"uuid":"43677177","full_name":"AMICI-dev/AMICI","owner":"AMICI-dev","description":"High-performance sensitivity analysis for large ordinary differential equation models","archived":false,"fork":false,"pushed_at":"2025-08-27T08:35:42.000Z","size":221667,"stargazers_count":125,"open_issues_count":123,"forks_count":31,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-27T15:55:18.478Z","etag":null,"topics":["adjoint-sensitivities","cvode","cvodes","differentialequations","forward-sensitivities","hacktoberfest","idas","kinetic-modeling","mechanistic-models","modeling","ode","parameter-estimation","petab","pysb","python","sbml","sensitivities","sensitivity-analysis","simulation","systemsbiology"],"latest_commit_sha":null,"homepage":"https://amici.readthedocs.io/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AMICI-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-10-05T10:08:05.000Z","updated_at":"2025-08-27T08:34:39.000Z","dependencies_parsed_at":"2023-10-20T16:48:38.335Z","dependency_job_id":"4f1ab85e-117a-4f7f-aa34-f74feb2a5418","html_url":"https://github.com/AMICI-dev/AMICI","commit_stats":{"total_commits":3005,"total_committers":30,"mean_commits":"100.16666666666667","dds":0.6189683860232945,"last_synced_commit":"1a99308c23a40a4175aa6b31f01c131f3ee4876e"},"previous_names":[],"tags_count":125,"template":false,"template_full_name":null,"purl":"pkg:github/AMICI-dev/AMICI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMICI-dev","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/sbom","scorecard":{"id":7074,"data":{"date":"2025-08-11","repo":{"name":"github.com/AMICI-dev/AMICI","commit":"bce9a8c92a7872bb427458b8a1b0efb65fdc333d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":9,"reason":"Found 28/30 approved changesets -- score normalized to 9","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":"30 commit(s) and 20 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":"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/deploy_branch.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy_protected.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy_release.yml:1","Warn: no topLevel permission defined: .github/workflows/test_benchmark_collection_models.yml:1","Warn: no topLevel permission defined: .github/workflows/test_doc.yml:1","Warn: no topLevel permission defined: .github/workflows/test_install.yml:1","Warn: no topLevel permission defined: .github/workflows/test_matlab.yml:1","Warn: no topLevel permission defined: .github/workflows/test_performance.yml:1","Warn: no topLevel permission defined: .github/workflows/test_petab_test_suite.yml:1","Warn: no topLevel permission defined: .github/workflows/test_pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/test_python_cplusplus.yml:1","Warn: no topLevel permission defined: .github/workflows/test_python_nogil.yml:1","Warn: no topLevel permission defined: .github/workflows/test_python_ver_matrix.yml:1","Warn: no topLevel permission defined: .github/workflows/test_sbml_semantic_test_suite.yml:1","Warn: no topLevel permission defined: .github/workflows/test_sbml_semantic_test_suite_jax.yml:1","Warn: no topLevel permission defined: .github/workflows/test_valgrind.yml:1","Warn: no topLevel permission defined: .github/workflows/test_windows.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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: matlab/mtoc/config/mtocpp:1","Warn: binary detected: matlab/mtoc/config/mtocpp_post:1"],"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":"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":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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/deploy_branch.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_branch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_branch.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_branch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_branch.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_branch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:89: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:106: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:152: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_matlab.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_matlab.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_matlab.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_matlab.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_matlab.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_matlab.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_performance.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_performance.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_performance.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_performance.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_performance.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_performance.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_petab_test_suite.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_petab_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_petab_test_suite.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_petab_test_suite.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_petab_test_suite.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_petab_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_pypi.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:253: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:257: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:290: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:311: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:318: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:322: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:348: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:167: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:215: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:220: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_nogil.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_nogil.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_nogil.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_nogil.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_ver_matrix.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_ver_matrix.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_ver_matrix.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_ver_matrix.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_ver_matrix.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_ver_matrix.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_windows.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: containerImage not pinned by hash: binder/Dockerfile:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: containerImage not pinned by hash: container/Dockerfile:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: pipCommand not pinned by hash: binder/Dockerfile:31-32","Warn: pipCommand not pinned by hash: binder/Dockerfile:31-32","Warn: pipCommand not pinned by hash: binder/Dockerfile:44-47","Warn: pipCommand not pinned by hash: binder/Dockerfile:44-47","Warn: pipCommand not pinned by hash: container/Dockerfile:21-30","Warn: pipCommand not pinned by hash: container/Dockerfile:21-30","Warn: pipCommand not pinned by hash: scripts/buildAmici.sh:51","Warn: pipCommand not pinned by hash: scripts/buildSdist.sh:10","Warn: pipCommand not pinned by hash: scripts/installAmiciArchive.sh:35","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:35","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:39","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:40","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:41","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:42","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:43","Warn: pipCommand not pinned by hash: scripts/run-SBMLTestsuite.sh:13","Warn: pipCommand not pinned by hash: scripts/run-SBMLTestsuite.sh:14","Warn: pipCommand not pinned by hash: scripts/run-codecov.sh:8","Warn: pipCommand not pinned by hash: scripts/runNotebook.sh:29","Warn: pipCommand not pinned by hash: scripts/runNotebook.sh:30","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:48","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:54","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:55","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:60","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:121","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:124","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:125","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:130","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:131","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:132","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:135","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:138","Warn: pipCommand not pinned by hash: .github/workflows/test_doc.yml:68","Warn: pipCommand not pinned by hash: .github/workflows/test_install.yml:76","Warn: pipCommand not pinned by hash: .github/workflows/test_install.yml:109","Warn: pipCommand not pinned by hash: .github/workflows/test_performance.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:77","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:83","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:89","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:90","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:91","Warn: pipCommand not pinned by hash: .github/workflows/test_pypi.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/test_pypi.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/test_python_cplusplus.yml:332","Warn: pipCommand not pinned by hash: .github/workflows/test_python_cplusplus.yml:357","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/test_python_ver_matrix.yml:54","Warn: pipCommand not pinned by hash: .github/workflows/test_python_ver_matrix.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/test_windows.yml:48","Warn: pipCommand not pinned by hash: .github/workflows/test_windows.yml:58","Info:   0 out of  66 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  19 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of  57 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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy_release.yml:8"],"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":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5"],"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: 1 commits out of 29 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-14T13:47:33.345Z","repository_id":37449260,"created_at":"2025-08-14T13:47:33.345Z","updated_at":"2025-08-14T13:47:33.345Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273702355,"owners_count":25152877,"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":"AMICI-dev","name":"AMICI","uuid":"68919097","kind":"organization","description":"Advanced Multilanguage Interface to CVODES and IDAS ","email":null,"website":null,"location":null,"twitter":"AMICI_toolbox","company":null,"icon_url":"https://avatars.githubusercontent.com/u/68919097?v=4","repositories_count":1,"last_synced_at":"2023-03-05T02:25:16.983Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/AMICI-dev","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-15T04:27:41.657Z","updated_at":"2023-03-05T02:25:16.994Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMICI-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMICI-dev/repositories"},"packages":[{"id":886608,"name":"amici","ecosystem":"pypi","description":"Advanced multi-language Interface to CVODES and IDAS","homepage":"https://github.com/AMICI-dev/AMICI","licenses":"other","normalized_licenses":["GPL-1.0+"],"repository_url":"https://github.com/AMICI-dev/AMICI","keywords_array":["differential equations","simulation","ode","cvodes","systems biology","sensitivity analysis","sbml","pysb","petab"],"namespace":null,"versions_count":127,"first_release_published_at":"2018-05-29T17:28:29.000Z","latest_release_published_at":"2025-08-27T08:37:02.000Z","latest_release_number":"0.34.1","last_synced_at":"2025-08-27T08:46:24.308Z","created_at":"2022-04-07T16:01:41.574Z","updated_at":"2025-08-27T23:27:46.420Z","registry_url":"https://pypi.org/project/amici/","install_command":"pip install amici --index-url https://pypi.org/simple","documentation_url":"https://amici.readthedocs.io/en/latest/","metadata":{"funding":null,"documentation":"https://amici.readthedocs.io/en/latest/","classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Science/Research","Operating System :: MacOS :: MacOS X","Operating System :: POSIX :: Linux","Programming Language :: C++","Programming Language :: Python","Topic :: Scientific/Engineering :: Bio-Informatics"],"normalized_name":"amici","project_status":null},"repo_metadata":{"id":37449260,"uuid":"43677177","full_name":"AMICI-dev/AMICI","owner":"AMICI-dev","description":"High-performance sensitivity analysis for large ordinary differential equation models","archived":false,"fork":false,"pushed_at":"2025-08-27T08:35:42.000Z","size":221667,"stargazers_count":125,"open_issues_count":123,"forks_count":31,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-27T15:55:18.478Z","etag":null,"topics":["adjoint-sensitivities","cvode","cvodes","differentialequations","forward-sensitivities","hacktoberfest","idas","kinetic-modeling","mechanistic-models","modeling","ode","parameter-estimation","petab","pysb","python","sbml","sensitivities","sensitivity-analysis","simulation","systemsbiology"],"latest_commit_sha":null,"homepage":"https://amici.readthedocs.io/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AMICI-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-10-05T10:08:05.000Z","updated_at":"2025-08-27T08:34:39.000Z","dependencies_parsed_at":"2023-10-20T16:48:38.335Z","dependency_job_id":"4f1ab85e-117a-4f7f-aa34-f74feb2a5418","html_url":"https://github.com/AMICI-dev/AMICI","commit_stats":{"total_commits":3005,"total_committers":30,"mean_commits":"100.16666666666667","dds":0.6189683860232945,"last_synced_commit":"1a99308c23a40a4175aa6b31f01c131f3ee4876e"},"previous_names":[],"tags_count":125,"template":false,"template_full_name":null,"purl":"pkg:github/AMICI-dev/AMICI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMICI-dev","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/sbom","scorecard":{"id":7074,"data":{"date":"2025-08-11","repo":{"name":"github.com/AMICI-dev/AMICI","commit":"bce9a8c92a7872bb427458b8a1b0efb65fdc333d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":9,"reason":"Found 28/30 approved changesets -- score normalized to 9","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":"30 commit(s) and 20 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":"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/deploy_branch.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy_protected.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy_release.yml:1","Warn: no topLevel permission defined: .github/workflows/test_benchmark_collection_models.yml:1","Warn: no topLevel permission defined: .github/workflows/test_doc.yml:1","Warn: no topLevel permission defined: .github/workflows/test_install.yml:1","Warn: no topLevel permission defined: .github/workflows/test_matlab.yml:1","Warn: no topLevel permission defined: .github/workflows/test_performance.yml:1","Warn: no topLevel permission defined: .github/workflows/test_petab_test_suite.yml:1","Warn: no topLevel permission defined: .github/workflows/test_pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/test_python_cplusplus.yml:1","Warn: no topLevel permission defined: .github/workflows/test_python_nogil.yml:1","Warn: no topLevel permission defined: .github/workflows/test_python_ver_matrix.yml:1","Warn: no topLevel permission defined: .github/workflows/test_sbml_semantic_test_suite.yml:1","Warn: no topLevel permission defined: .github/workflows/test_sbml_semantic_test_suite_jax.yml:1","Warn: no topLevel permission defined: .github/workflows/test_valgrind.yml:1","Warn: no topLevel permission defined: .github/workflows/test_windows.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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: matlab/mtoc/config/mtocpp:1","Warn: binary detected: matlab/mtoc/config/mtocpp_post:1"],"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":"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":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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/deploy_branch.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_branch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_branch.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_branch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_branch.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_branch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:89: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:106: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:152: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_matlab.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_matlab.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_matlab.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_matlab.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_matlab.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_matlab.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_performance.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_performance.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_performance.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_performance.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_performance.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_performance.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_petab_test_suite.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_petab_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_petab_test_suite.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_petab_test_suite.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_petab_test_suite.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_petab_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_pypi.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:253: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:257: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:290: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:311: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:318: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:322: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:348: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:167: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:215: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:220: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_nogil.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_nogil.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_nogil.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_nogil.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_ver_matrix.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_ver_matrix.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_ver_matrix.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_ver_matrix.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_ver_matrix.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_ver_matrix.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_windows.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: containerImage not pinned by hash: binder/Dockerfile:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: containerImage not pinned by hash: container/Dockerfile:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: pipCommand not pinned by hash: binder/Dockerfile:31-32","Warn: pipCommand not pinned by hash: binder/Dockerfile:31-32","Warn: pipCommand not pinned by hash: binder/Dockerfile:44-47","Warn: pipCommand not pinned by hash: binder/Dockerfile:44-47","Warn: pipCommand not pinned by hash: container/Dockerfile:21-30","Warn: pipCommand not pinned by hash: container/Dockerfile:21-30","Warn: pipCommand not pinned by hash: scripts/buildAmici.sh:51","Warn: pipCommand not pinned by hash: scripts/buildSdist.sh:10","Warn: pipCommand not pinned by hash: scripts/installAmiciArchive.sh:35","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:35","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:39","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:40","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:41","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:42","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:43","Warn: pipCommand not pinned by hash: scripts/run-SBMLTestsuite.sh:13","Warn: pipCommand not pinned by hash: scripts/run-SBMLTestsuite.sh:14","Warn: pipCommand not pinned by hash: scripts/run-codecov.sh:8","Warn: pipCommand not pinned by hash: scripts/runNotebook.sh:29","Warn: pipCommand not pinned by hash: scripts/runNotebook.sh:30","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:48","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:54","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:55","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:60","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:121","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:124","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:125","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:130","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:131","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:132","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:135","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:138","Warn: pipCommand not pinned by hash: .github/workflows/test_doc.yml:68","Warn: pipCommand not pinned by hash: .github/workflows/test_install.yml:76","Warn: pipCommand not pinned by hash: .github/workflows/test_install.yml:109","Warn: pipCommand not pinned by hash: .github/workflows/test_performance.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:77","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:83","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:89","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:90","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:91","Warn: pipCommand not pinned by hash: .github/workflows/test_pypi.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/test_pypi.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/test_python_cplusplus.yml:332","Warn: pipCommand not pinned by hash: .github/workflows/test_python_cplusplus.yml:357","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/test_python_ver_matrix.yml:54","Warn: pipCommand not pinned by hash: .github/workflows/test_python_ver_matrix.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/test_windows.yml:48","Warn: pipCommand not pinned by hash: .github/workflows/test_windows.yml:58","Info:   0 out of  66 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  19 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of  57 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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy_release.yml:8"],"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":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5"],"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: 1 commits out of 29 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-14T13:47:33.345Z","repository_id":37449260,"created_at":"2025-08-14T13:47:33.345Z","updated_at":"2025-08-14T13:47:33.345Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272395914,"owners_count":24927471,"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-27T02:00:09.397Z","response_time":76,"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":"AMICI-dev","name":"AMICI","uuid":"68919097","kind":"organization","description":"Advanced Multilanguage Interface to CVODES and IDAS ","email":null,"website":null,"location":null,"twitter":"AMICI_toolbox","company":null,"icon_url":"https://avatars.githubusercontent.com/u/68919097?v=4","repositories_count":1,"last_synced_at":"2023-03-05T02:25:16.983Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/AMICI-dev","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-15T04:27:41.657Z","updated_at":"2023-03-05T02:25:16.994Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMICI-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMICI-dev/repositories"},"tags":[{"name":"v0.34.1","sha":"17dbad1eb284acef933ddc361a9ea4768a53e10c","kind":"commit","published_at":"2025-08-27T08:34:34.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.34.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.1/manifests"},{"name":"v0.34.0.post0","sha":"bce9a8c92a7872bb427458b8a1b0efb65fdc333d","kind":"commit","published_at":"2025-07-31T09:46:10.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.34.0.post0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.34.0.post0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.34.0.post0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.0.post0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.0.post0/manifests"},{"name":"v0.34.0","sha":"7168721701fca6c0acffba8ee5cf6cc972cfdb62","kind":"commit","published_at":"2025-07-29T13:40:05.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.34.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.0/manifests"},{"name":"v0.33.0","sha":"ce28017159c9172a93b3b5ad6c602ebd3c0cd9d3","kind":"commit","published_at":"2025-06-11T20:44:20.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.33.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"57d8179501a9673ad0f01be273b5c988e3f3aa9a","kind":"commit","published_at":"2025-05-15T19:47:07.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.32.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a87058e94831700fa18b8922e5ba33adb22fec91","kind":"commit","published_at":"2025-04-23T10:14:27.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.31.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"4cda6c7a32613450329dbc717c4e52eccbe58fcb","kind":"commit","published_at":"2025-03-21T15:43:07.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.31.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f742e48d87096cf9a46a9f960184e94833a20f95","kind":"commit","published_at":"2025-02-18T17:40:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.31.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"64bbd800040afa280e8bff1563542497464044a7","kind":"commit","published_at":"2025-02-18T10:51:37.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.30.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"2d58f54be971b478a2318fea1324c74f61ff6610","kind":"commit","published_at":"2024-12-10T17:34:31.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.30.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"d2fbf9175502ac0ce5b138a4137d6fb278dbe124","kind":"commit","published_at":"2024-11-28T11:42:40.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.29.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"c3bbdd9e7261da247ef5e2a648901fd07c2f52fa","kind":"commit","published_at":"2024-11-11T08:16:32.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.28.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"638c3eef18261f82192ac250f4ef3cef5a0359e4","kind":"commit","published_at":"2024-10-21T09:51:09.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.27.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.27.0/manifests"},{"name":"v0.26.3","sha":"e89a1deac59a6a65f39cb1decdf944bd13bf93f7","kind":"commit","published_at":"2024-10-03T16:23:25.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.26.3","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.3/manifests"},{"name":"v0.26.2","sha":"3dca16eb02407ba9f46bde67e8777466b49abdd9","kind":"commit","published_at":"2024-09-26T10:26:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.26.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.2/manifests"},{"name":"v0.26.1","sha":"b0d79fffd3ab6e39296353d906e27033bc13dd4c","kind":"commit","published_at":"2024-07-11T09:31:01.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.26.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"b958cce6a08683104b570b6aaa672d83c2c3fed6","kind":"commit","published_at":"2024-07-02T13:13:34.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.26.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.0/manifests"},{"name":"v0.25.2","sha":"88a545424ee2d8b0e52ae7f90dc64ef3b78750c9","kind":"commit","published_at":"2024-06-16T18:19:22.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.25.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.2/manifests"},{"name":"v0.25.1","sha":"17d6e77a75165250adeff0c3373b0d8ceca398aa","kind":"commit","published_at":"2024-05-17T13:30:40.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.25.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"7487607c6902adbb55dfffeee85c6e1f89dc8f37","kind":"commit","published_at":"2024-05-08T13:04:37.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.25.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"29b7ee8eb8d2025c507858277dbb9fa443f8de69","kind":"commit","published_at":"2024-04-22T07:53:04.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.24.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"4d40911b777613bb9e1b09f26d84d9a82701ab13","kind":"commit","published_at":"2024-03-11T15:31:59.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.23.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"815a50d3817bc7db1901eff1eba5561647e8fb7c","kind":"commit","published_at":"2024-03-07T22:54:29.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.23.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"7a060167d0f2bb5b796a2fa5b43d068a9c11af9a","kind":"commit","published_at":"2024-02-26T10:53:10.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.22.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.22.0/manifests"},{"name":"v0.21.2","sha":"fa7c0bd7c3987d38bb4b1c0e1acd3004433112e5","kind":"commit","published_at":"2024-02-06T17:40:00.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.21.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.2/manifests"},{"name":"v0.21.1","sha":"ec4ee25e9366661b1e23840fbdcf88dea94ca947","kind":"commit","published_at":"2024-01-16T23:11:18.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.21.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.1/manifests"},{"name":"v0.21.0","sha":"224e9bef70978f059b3b832e86a71403f2612a38","kind":"commit","published_at":"2024-01-16T22:41:59.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.21.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"ffcbf6652f0d9e28125647a471bd09bead78c537","kind":"commit","published_at":"2023-11-21T19:04:21.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.20.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7d161a647ec02bef14c43e493cd61879824f8fa0","kind":"commit","published_at":"2023-08-26T06:01:17.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.19.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"a12d17306afb8ad2daf88027a45e2bbac3106862","kind":"commit","published_at":"2023-06-26T10:30:54.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.18.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"0fc51c0ddcac0661a83931e8b1c4a59f0c6db85c","kind":"commit","published_at":"2023-05-26T14:26:07.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.18.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.18.0/manifests"},{"name":"v0.17.1","sha":"81d32e785af4a70e72d458196d709e1d18563556","kind":"commit","published_at":"2023-05-10T09:34:44.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.17.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"e524930f498c1b6d370c75ec5859a8dc64047c1d","kind":"commit","published_at":"2023-05-09T19:05:21.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.17.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.17.0/manifests"},{"name":"v0.16.1","sha":"1a99308c23a40a4175aa6b31f01c131f3ee4876e","kind":"commit","published_at":"2023-02-24T12:31:51.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.16.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.16.1/manifests"},{"name":"v0.16.0","sha":"ed36b2daa214029487588a50b77447d3dac76f78","kind":"commit","published_at":"2023-01-25T15:32:34.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.16.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"0859bdeed6efc286af85a4072cb26e1f747e430b","kind":"commit","published_at":"2023-01-12T08:18:16.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.15.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"b5177d9ccaa1cc7bf48d8467b1f7b8a3bd81818f","kind":"commit","published_at":"2022-11-23T18:48:50.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.14.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"11a881eedf3be7c02e7412d0ee09d3b29a5381cb","kind":"commit","published_at":"2022-10-05T11:45:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.13.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"9c3602935973e3f33347aa116fc2b8639c8d000b","kind":"commit","published_at":"2022-08-26T11:40:13.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.12.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.12.0/manifests"},{"name":"v0.11.32","sha":"fde15d7cdf0c8da183d95b95bf7bf400011e4fa7","kind":"commit","published_at":"2022-07-17T18:45:04.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.32","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.32/manifests"},{"name":"v0.11.31","sha":"7bc909b3624ef1c8217fad77ca72c3e05b760388","kind":"commit","published_at":"2022-07-12T16:32:54.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.31","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.31/manifests"},{"name":"v0.11.30","sha":"650c23d4a60aa6a87675353005839c956d706632","kind":"commit","published_at":"2022-07-08T18:28:09.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.30","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.30/manifests"},{"name":"v0.11.29","sha":"8fe888416d009728b3bb34b833d7f9d392735ea1","kind":"commit","published_at":"2022-05-06T14:59:26.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.29","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.29/manifests"},{"name":"v0.11.28","sha":"da34367cba51e35aaaddbf00707a16a5135b01c7","kind":"commit","published_at":"2022-04-08T22:12:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.28","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.28/manifests"},{"name":"v0.11.27","sha":"82abf371b8569e110a8ae1aca6be2a10ccfa061e","kind":"commit","published_at":"2022-04-07T15:28:42.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.27","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.27/manifests"},{"name":"v0.11.26","sha":"f02dde99a3c85ef824f6c70697389bc7e6fd9a05","kind":"commit","published_at":"2022-03-15T09:23:08.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.26","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.26/manifests"},{"name":"v0.11.25","sha":"067826d40be0704c311c345ab5cd199f8548bc1b","kind":"commit","published_at":"2022-02-09T14:53:59.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.25","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.25/manifests"},{"name":"v0.11.24","sha":"d142fb7d6c60866f262d6f57cb686d106358de62","kind":"commit","published_at":"2022-02-01T19:18:33.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.24","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.24/manifests"},{"name":"v0.11.23","sha":"287364e9360413e8bdfa8d3d3c6bff38ced44077","kind":"commit","published_at":"2022-01-11T15:48:29.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.23","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.23/manifests"},{"name":"v0.11.22","sha":"3a7c28e8bb22819767a5d78d1a1742993cd67d42","kind":"commit","published_at":"2021-12-02T08:39:09.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.22","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.22/manifests"},{"name":"v0.11.21","sha":"82d2cbb9d00ac9c3746b4e85c0fb1d6ebbff2863","kind":"commit","published_at":"2021-11-22T08:26:18.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.21","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.21/manifests"},{"name":"v0.11.20","sha":"e79215df0fe0418271c51487238f306c719c149b","kind":"commit","published_at":"2021-11-12T10:36:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.20","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.20/manifests"},{"name":"v0.11.19","sha":"4610a608d05731d245218c88015d8017f81087b5","kind":"commit","published_at":"2021-10-13T16:11:50.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.19","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.19/manifests"},{"name":"v0.11.18","sha":"bd3b89d3839e6518532d547e54e7fe66ef3cfec3","kind":"commit","published_at":"2021-07-12T12:32:46.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.18","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.18/manifests"},{"name":"v0.11.17","sha":"c0377065207b68c881143d203de1f56fd52878b9","kind":"commit","published_at":"2021-05-30T18:00:43.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.17","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.17/manifests"},{"name":"v0.11.16","sha":"57a7b11cc2fb301cf838daefd966830c522643a8","kind":"commit","published_at":"2021-04-13T20:08:55.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.16","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.16/manifests"},{"name":"v0.11.15","sha":"4e671a5be75e19da81b0946a3e16a913b7fe725b","kind":"commit","published_at":"2021-03-31T20:25:15.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.15","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.15/manifests"},{"name":"v0.11.14","sha":"09132907788a4b443f4d93223b34ee9fc5ad051a","kind":"commit","published_at":"2021-03-16T14:12:10.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.14","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.14/manifests"},{"name":"v0.11.13","sha":"b090fbb34ee64e65522cef0a2c0d639e70cfbcfe","kind":"commit","published_at":"2021-02-20T12:31:46.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.13","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.13/manifests"},{"name":"v0.11.12","sha":"b1135444c46c0ae3a64c6b5e4283dd6165937337","kind":"commit","published_at":"2021-01-26T17:06:24.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.12","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.12/manifests"},{"name":"v0.11.11","sha":"a5c679b0cce90e192bacf9461d43825de8f675ce","kind":"commit","published_at":"2020-12-15T22:22:13.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.11","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.11/manifests"},{"name":"v0.11.10","sha":"275e599ecb87c6f76fa576f5990fae1d8cc8a810","kind":"commit","published_at":"2020-11-30T15:10:48.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.10","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.10/manifests"},{"name":"v0.11.9","sha":"9847fa2f33bf52db075386fb10006227e592e32c","kind":"commit","published_at":"2020-11-29T19:59:55.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.9","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.9/manifests"},{"name":"v0.11.8","sha":"6aa87c34ab80c5a5e6be40b4bcccf3386e316047","kind":"commit","published_at":"2020-10-21T13:34:42.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.8","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.8/manifests"},{"name":"v0.11.7","sha":"d16078e8b6ac8b4ae31d4e7ff01738bc0291ccdd","kind":"commit","published_at":"2020-09-22T23:36:49.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.7","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.7/manifests"},{"name":"v0.11.6","sha":"7a1dc5ed1299273b3670239f5d614eec835f1299","kind":"commit","published_at":"2020-08-20T12:39:59.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.6","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.6/manifests"},{"name":"v0.11.5","sha":"055b1dfc5025df0dbc07eec8385a776a84439865","kind":"commit","published_at":"2020-08-07T23:24:52.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.5","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.5/manifests"},{"name":"v0.11.4","sha":"93cc940a51723841fef938dae9c0513548c820d4","kind":"commit","published_at":"2020-08-06T20:01:24.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.4","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.4/manifests"},{"name":"v0.11.3","sha":"a4324d02c9b1c47c770b48f8427360fe61d5a1ff","kind":"commit","published_at":"2020-08-06T00:08:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.3","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"d220128f262747ad9f15db83377e4f8a5d2006d3","kind":"commit","published_at":"2020-07-17T00:09:53.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"ffb5f33001047556a718c504ad17bc81ed3e206d","kind":"commit","published_at":"2020-06-05T17:42:16.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"a5f30d5886328309f274617d8584324ee2ff0395","kind":"commit","published_at":"2020-05-10T23:25:00.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.0/manifests"},{"name":"v0.10.21","sha":"390305f98c96ea505cf52884991774e7dfefdeff","kind":"commit","published_at":"2020-04-04T17:59:59.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.21","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.21/manifests"},{"name":"v0.10.20","sha":"f92127899b2e7ad64d2b6149b7331afc2348a026","kind":"commit","published_at":"2020-03-18T19:07:17.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.20","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.20/manifests"},{"name":"v0.10.19","sha":"16e3d762a94a35d21825f904d9d4381f82d117ab","kind":"commit","published_at":"2020-02-13T17:13:38.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.19","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.19/manifests"},{"name":"v0.10.18","sha":"fcd0a4d3d329dac53d27de6a17dc5b314d1125c1","kind":"commit","published_at":"2020-02-11T07:08:31.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.18","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.18/manifests"},{"name":"v0.10.17","sha":"a0407673453d6e18a9abec5b6f73758dd09f7aaf","kind":"commit","published_at":"2020-01-15T14:56:47.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.17","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.17/manifests"},{"name":"v0.10.16","sha":"a4e077f317d2d3eb6f93fcb1a849ddb4ffa7a175","kind":"commit","published_at":"2019-12-11T07:42:15.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.16","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.16/manifests"},{"name":"v0.10.15","sha":"d549d9369cb35b35f92e367627ac0c15025153a3","kind":"commit","published_at":"2019-12-03T19:50:25.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.15","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.15/manifests"},{"name":"v0.10.14","sha":"6360bfe1959461965f112a9a2b1fe66f173826a2","kind":"commit","published_at":"2019-12-02T23:33:39.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.14","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.14/manifests"},{"name":"v0.10.13","sha":"76162dfc09d74d439939ab92eac7a2f7b80f0873","kind":"commit","published_at":"2019-10-09T20:07:49.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.13","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.13/manifests"},{"name":"v0.10.12","sha":"8875a646f26328cab503fa313bc976ce9902068c","kind":"commit","published_at":"2019-09-28T11:47:09.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.12","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.12/manifests"},{"name":"v0.10.11","sha":"50313ad30abbb4c9c23fcbd6cc9cda1b31ad2e7f","kind":"commit","published_at":"2019-08-31T17:23:19.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.11","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.11/manifests"},{"name":"v0.10.10","sha":"b39a39f85c68be24bcf8b41e241cb2ada6b4c858","kind":"commit","published_at":"2019-08-07T16:42:16.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.10","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.10/manifests"},{"name":"v0.10.9","sha":"4da5dd993b2c0e14bcebc3445201f3c178510b98","kind":"commit","published_at":"2019-07-24T20:24:24.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.9","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.9/manifests"},{"name":"v0.10.8","sha":"e11eed5e4ce1b279ff1a459f1fa5cfd417d4543b","kind":"commit","published_at":"2019-07-24T11:15:33.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.8","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.8/manifests"},{"name":"v0.10.7","sha":"6e5aaa684cdec0e3a795ac3c19046263eaae1ace","kind":"commit","published_at":"2019-05-01T10:48:34.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.7","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.7/manifests"},{"name":"v0.10.6","sha":"e42d272f842df4584f58590eea487d221d8a82b6","kind":"commit","published_at":"2019-04-19T13:19:21.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.6","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.6/manifests"},{"name":"v0.10.5","sha":"72a7b2b5c6bc571072de14ddcf036c4214a7e589","kind":"commit","published_at":"2019-04-08T16:01:00.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.5","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.5/manifests"},{"name":"v0.10.4","sha":"877bc1a43ebbc7c9afd452b978a6f3b828949a69","kind":"commit","published_at":"2019-03-21T08:48:20.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.4","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.4/manifests"},{"name":"v0.10.3","sha":"0527b5d80f1fd38244fc192edff553e45c965fd9","kind":"commit","published_at":"2019-03-13T01:58:44.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.3","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"b7095b5371b4e615dab4dd1efc193ccee6ebb5f5","kind":"commit","published_at":"2019-03-07T17:54:15.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"fb033dfa873c7312be282c42579482803d29f197","kind":"commit","published_at":"2019-03-04T10:32:54.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"fda9636241603908b025532ebd6a02d922ad5199","kind":"commit","published_at":"2019-03-01T16:06:00.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.0/manifests"},{"name":"v0.9.5","sha":"2044168f75cbadbbe4b2f1987272ace95337fcef","kind":"commit","published_at":"2019-02-26T15:10:03.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.5","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.5/manifests"},{"name":"v0.9.4","sha":"cf492487f533f773d84360a5fbee01f1a3cf126d","kind":"commit","published_at":"2019-02-11T10:45:05.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.4","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.4/manifests"},{"name":"v0.9.3","sha":"8b0ebd2c22cbf1e93cfeacd8dbf08a4accb2db2c","kind":"commit","published_at":"2019-02-07T15:28:09.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.3","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.3/manifests"},{"name":"v0.9.2","sha":"9c34570b8d4a3fa351fd2e351d12895208833c65","kind":"commit","published_at":"2019-01-30T06:19:38.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.2/manifests"},{"name":"v0.9.1","sha":"eb9573b9ed3211a78dec051b0322af263ee3a520","kind":"commit","published_at":"2019-01-21T19:41:15.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"cd7a15e8119fd4838abb8cdba11b3c12bcccbb11","kind":"commit","published_at":"2019-01-18T14:13:47.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.0/manifests"},{"name":"v0.8.2","sha":"dce9bbcf97b9bbbe08757de63180de93f8d8496c","kind":"commit","published_at":"2019-01-07T18:09:01.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.8.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.2/manifests"},{"name":"v0.8.1","sha":"a27d3cf7628152033ace222f96bdc1a5cbff8b0f","kind":"commit","published_at":"2018-11-25T11:23:31.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.8.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"5133ebc8a55bcf7a6ef2e867f6b1bd5e4b9ecd99","kind":"commit","published_at":"2018-11-19T18:58:40.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.8.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.0/manifests"},{"name":"v0.7.13","sha":"a9aaf0e928911393805b1e56f2e536674be4c17c","kind":"commit","published_at":"2018-11-18T20:30:03.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.13","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.13/manifests"},{"name":"v0.7.12","sha":"11c8ec32733cc131dfed4090fd0e4d840ee995a1","kind":"commit","published_at":"2018-11-17T16:22:51.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.12","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.12/manifests"},{"name":"v0.7.11","sha":"467b9ea8b2ee1f7a89346610bcfd379909e99582","kind":"commit","published_at":"2018-10-15T17:32:35.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.11","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.11/manifests"},{"name":"v0.7.10","sha":"71d0f3dae284e28388dea84be2150bf4b860ac59","kind":"commit","published_at":"2018-08-29T05:56:18.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.10","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.10/manifests"},{"name":"v0.7.9","sha":"af50a9f3c3bf5a030a86299d56593630bbdec06f","kind":"commit","published_at":"2018-08-24T15:58:33.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.9","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.9/manifests"},{"name":"v0.7.8","sha":"a18f2a709bb83b4009c80f4355931f865a8065f1","kind":"commit","published_at":"2018-08-18T14:01:17.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.8","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.8/manifests"},{"name":"v0.7.7","sha":"1551d4c68910fe4b636d9da0facbdf13b39f77a9","kind":"commit","published_at":"2018-08-17T13:12:44.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.7","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.7/manifests"},{"name":"v0.7.6","sha":"62a8dc3cc541bbfc5b4f5b5a395d65035c1965cf","kind":"commit","published_at":"2018-08-13T18:30:44.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.6","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.6/manifests"},{"name":"v0.7.5","sha":"6a0f56947687d6fdfa10866e1fd5fd57e1dff666","kind":"commit","published_at":"2018-07-30T13:36:49.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.5","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.5/manifests"},{"name":"v0.7.4","sha":"ff25da81979533020cf6cfe2e37ad68c6b82a434","kind":"commit","published_at":"2018-07-26T19:42:46.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.4","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"acb0375e4e0c93fb725d81b42e7e818c9ba7b65d","kind":"commit","published_at":"2018-07-13T09:35:23.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.3","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"f1e875655d8b056a0adf3c71f583fe988f257a06","kind":"commit","published_at":"2018-07-03T19:58:08.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"897a2e4fd02b19cdce5774c9155cbc766739d660","kind":"commit","published_at":"2018-06-12T15:33:42.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"32ff5874402bf4335dcd258191c251105e377de4","kind":"commit","published_at":"2018-06-09T10:10:20.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"902b27b4c7346b6e3e2bcec027d929b6b4665562","kind":"commit","published_at":"2018-05-22T13:15:31.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.6.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"7e4e208f6b779f504c7f6213008012ff6006f710","kind":"commit","published_at":"2018-03-15T10:00:19.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.5.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.5.0/manifests"},{"name":"Second_order_adjoint_and_hybrid_profile_calculation_submission","sha":"53032d67dfa9b9e400f9ec131a444f83f646a6a7","kind":"commit","published_at":"2018-01-26T14:15:26.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/Second_order_adjoint_and_hybrid_profile_calculation_submission","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/Second_order_adjoint_and_hybrid_profile_calculation_submission","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@Second_order_adjoint_and_hybrid_profile_calculation_submission","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/Second_order_adjoint_and_hybrid_profile_calculation_submission","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/Second_order_adjoint_and_hybrid_profile_calculation_submission/manifests"},{"name":"v0.4.0","sha":"35f18fec2fed2d0b94f25796f2efeddcaaeaad6a","kind":"commit","published_at":"2017-05-12T13:59:10.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.4.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.4.0/manifests"},{"name":"0.3.0","sha":"9f4aa72d0bae2abe1c27a44bc08176f37576d981","kind":"commit","published_at":"2016-09-05T08:53:12.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/0.3.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.3.0/manifests"},{"name":"0.2.1","sha":"051f9c6f29fdba78e6f40d0a9d39c33b02c589b9","kind":"commit","published_at":"2016-05-09T16:33:13.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/0.2.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.2.1/manifests"},{"name":"0.2","sha":"48b65adfb76164117b06d9365584bfcc815952a3","kind":"commit","published_at":"2016-03-17T14:10:04.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/0.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.2/manifests"},{"name":"v0.1","sha":"b0799b5de3d8202eea9596e48d54e232d5bf6804","kind":"commit","published_at":"2015-11-05T17:49:12.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-27T23:27:46.420Z","dependent_packages_count":5,"downloads":3028,"downloads_period":"last-month","dependent_repos_count":13,"rankings":{"downloads":5.01391698480539,"dependent_repos_count":4.002821807782409,"dependent_packages_count":1.5927443127141883,"stargazers_count":6.921204745968969,"forks_count":7.303827987739487,"docker_downloads_count":1.6584406893090178,"average":4.41549275471991},"purl":"pkg:pypi/amici","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/amici","docker_dependents_count":2,"docker_downloads_count":2876,"usage_url":"https://repos.ecosyste.ms/usage/pypi/amici","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/amici/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-27T08:51:42.019Z","issues_count":268,"pull_requests_count":551,"avg_time_to_close_issue":22020231.12849162,"avg_time_to_close_pull_request":1024048.2400756144,"issues_closed_count":179,"pull_requests_closed_count":529,"pull_request_authors_count":13,"issue_authors_count":28,"avg_comments_per_issue":1.791044776119403,"avg_comments_per_pull_request":1.4482758620689655,"merged_pull_requests_count":500,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":94,"past_year_pull_requests_count":306,"past_year_avg_time_to_close_issue":3760034.0,"past_year_avg_time_to_close_pull_request":221026.1095890411,"past_year_issues_closed_count":58,"past_year_pull_requests_closed_count":292,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":1.319148936170213,"past_year_avg_comments_per_pull_request":1.2973856209150327,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":276,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/issues","maintainers":[{"login":"dweindl","count":665,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dweindl"},{"login":"FFroehlich","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FFroehlich"},{"login":"plakrisenko","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/plakrisenko"},{"login":"dilpath","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dilpath"},{"login":"yannikschaelte","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yannikschaelte"},{"login":"paulstapor","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/paulstapor"},{"login":"lcontento","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lcontento"},{"login":"stephanmg","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/stephanmg"},{"login":"Doresic","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Doresic"}],"active_maintainers":[{"login":"dweindl","count":331,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dweindl"},{"login":"FFroehlich","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FFroehlich"},{"login":"stephanmg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/stephanmg"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/amici/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/amici/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/amici/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/amici/related_packages","maintainers":[{"uuid":"dweindl","login":"dweindl","name":null,"email":null,"url":null,"packages_count":10,"html_url":"https://pypi.org/user/dweindl/","role":null,"created_at":"2022-11-14T19:27:06.871Z","updated_at":"2022-11-14T19:27:06.871Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/dweindl/packages"},{"uuid":"ffroehlich","login":"ffroehlich","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/ffroehlich/","role":null,"created_at":"2022-11-14T19:27:06.878Z","updated_at":"2022-11-14T19:27:06.878Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/ffroehlich/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724957,"maintainers_count":308283,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":7686900,"name":"py-amici","ecosystem":"spack","description":"Advanced Multilanguage Interface for CVODES and IDAS\n","homepage":"https://github.com/AMICI-dev/AMICI","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/AMICI-dev/AMICI","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2023-05-05T05:44:23.139Z","latest_release_published_at":"2023-05-05T05:44:23.139Z","latest_release_number":"0.16.0","last_synced_at":"2025-08-27T23:06:28.080Z","created_at":"2023-05-05T05:44:22.240Z","updated_at":"2025-08-27T23:27:42.661Z","registry_url":"https://packages.spack.io/package.html?name=py-amici","install_command":"spack install py-amici","documentation_url":null,"metadata":{},"repo_metadata":{"id":37449260,"uuid":"43677177","full_name":"AMICI-dev/AMICI","owner":"AMICI-dev","description":"High-performance sensitivity analysis for large ordinary differential equation models","archived":false,"fork":false,"pushed_at":"2025-08-27T08:35:42.000Z","size":221667,"stargazers_count":125,"open_issues_count":123,"forks_count":31,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-27T15:55:18.478Z","etag":null,"topics":["adjoint-sensitivities","cvode","cvodes","differentialequations","forward-sensitivities","hacktoberfest","idas","kinetic-modeling","mechanistic-models","modeling","ode","parameter-estimation","petab","pysb","python","sbml","sensitivities","sensitivity-analysis","simulation","systemsbiology"],"latest_commit_sha":null,"homepage":"https://amici.readthedocs.io/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AMICI-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-10-05T10:08:05.000Z","updated_at":"2025-08-27T08:34:39.000Z","dependencies_parsed_at":"2023-10-20T16:48:38.335Z","dependency_job_id":"4f1ab85e-117a-4f7f-aa34-f74feb2a5418","html_url":"https://github.com/AMICI-dev/AMICI","commit_stats":{"total_commits":3005,"total_committers":30,"mean_commits":"100.16666666666667","dds":0.6189683860232945,"last_synced_commit":"1a99308c23a40a4175aa6b31f01c131f3ee4876e"},"previous_names":[],"tags_count":125,"template":false,"template_full_name":null,"purl":"pkg:github/AMICI-dev/AMICI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMICI-dev","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/sbom","scorecard":{"id":7074,"data":{"date":"2025-08-11","repo":{"name":"github.com/AMICI-dev/AMICI","commit":"bce9a8c92a7872bb427458b8a1b0efb65fdc333d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":9,"reason":"Found 28/30 approved changesets -- score normalized to 9","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":"30 commit(s) and 20 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":"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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/deploy_branch.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy_protected.yml:1","Warn: no topLevel permission defined: .github/workflows/deploy_release.yml:1","Warn: no topLevel permission defined: .github/workflows/test_benchmark_collection_models.yml:1","Warn: no topLevel permission defined: .github/workflows/test_doc.yml:1","Warn: no topLevel permission defined: .github/workflows/test_install.yml:1","Warn: no topLevel permission defined: .github/workflows/test_matlab.yml:1","Warn: no topLevel permission defined: .github/workflows/test_performance.yml:1","Warn: no topLevel permission defined: .github/workflows/test_petab_test_suite.yml:1","Warn: no topLevel permission defined: .github/workflows/test_pypi.yml:1","Warn: no topLevel permission defined: .github/workflows/test_python_cplusplus.yml:1","Warn: no topLevel permission defined: .github/workflows/test_python_nogil.yml:1","Warn: no topLevel permission defined: .github/workflows/test_python_ver_matrix.yml:1","Warn: no topLevel permission defined: .github/workflows/test_sbml_semantic_test_suite.yml:1","Warn: no topLevel permission defined: .github/workflows/test_sbml_semantic_test_suite_jax.yml:1","Warn: no topLevel permission defined: .github/workflows/test_valgrind.yml:1","Warn: no topLevel permission defined: .github/workflows/test_windows.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":"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":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: matlab/mtoc/config/mtocpp:1","Warn: binary detected: matlab/mtoc/config/mtocpp_post:1"],"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":"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":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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/deploy_branch.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_branch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_branch.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_branch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_branch.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_branch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_protected.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_protected.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy_release.yml:89: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/deploy_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:87: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:106: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:110: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:152: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_benchmark_collection_models.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_doc.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_doc.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_install.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_install.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_matlab.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_matlab.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_matlab.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_matlab.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_matlab.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_matlab.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_performance.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_performance.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_performance.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_performance.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_performance.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_performance.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_petab_test_suite.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_petab_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_petab_test_suite.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_petab_test_suite.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_petab_test_suite.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_petab_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_pypi.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:253: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:257: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:290: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:311: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:318: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:322: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:348: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:132: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:143: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:167: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:187: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:215: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:220: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_cplusplus.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_cplusplus.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_nogil.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_nogil.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_nogil.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_nogil.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_ver_matrix.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_ver_matrix.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_ver_matrix.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_ver_matrix.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_python_ver_matrix.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_python_ver_matrix.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_sbml_semantic_test_suite_jax.yml:54: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_sbml_semantic_test_suite_jax.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:88: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_valgrind.yml:92: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_valgrind.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_windows.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_windows.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/AMICI-dev/AMICI/test_windows.yml/main?enable=pin","Warn: containerImage not pinned by hash: binder/Dockerfile:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: containerImage not pinned by hash: container/Dockerfile:1: pin your Docker image by updating ubuntu:24.04 to ubuntu:24.04@sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061","Warn: pipCommand not pinned by hash: binder/Dockerfile:31-32","Warn: pipCommand not pinned by hash: binder/Dockerfile:31-32","Warn: pipCommand not pinned by hash: binder/Dockerfile:44-47","Warn: pipCommand not pinned by hash: binder/Dockerfile:44-47","Warn: pipCommand not pinned by hash: container/Dockerfile:21-30","Warn: pipCommand not pinned by hash: container/Dockerfile:21-30","Warn: pipCommand not pinned by hash: scripts/buildAmici.sh:51","Warn: pipCommand not pinned by hash: scripts/buildSdist.sh:10","Warn: pipCommand not pinned by hash: scripts/installAmiciArchive.sh:35","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:35","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:39","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:40","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:41","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:42","Warn: pipCommand not pinned by hash: scripts/installAmiciSource.sh:43","Warn: pipCommand not pinned by hash: scripts/run-SBMLTestsuite.sh:13","Warn: pipCommand not pinned by hash: scripts/run-SBMLTestsuite.sh:14","Warn: pipCommand not pinned by hash: scripts/run-codecov.sh:8","Warn: pipCommand not pinned by hash: scripts/runNotebook.sh:29","Warn: pipCommand not pinned by hash: scripts/runNotebook.sh:30","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:48","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:54","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:55","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:60","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:121","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:124","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:125","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:130","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:131","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:132","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:135","Warn: pipCommand not pinned by hash: .github/workflows/test_benchmark_collection_models.yml:138","Warn: pipCommand not pinned by hash: .github/workflows/test_doc.yml:68","Warn: pipCommand not pinned by hash: .github/workflows/test_install.yml:76","Warn: pipCommand not pinned by hash: .github/workflows/test_install.yml:109","Warn: pipCommand not pinned by hash: .github/workflows/test_performance.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:59","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:77","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:83","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:89","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:90","Warn: pipCommand not pinned by hash: .github/workflows/test_petab_test_suite.yml:91","Warn: pipCommand not pinned by hash: .github/workflows/test_pypi.yml:44","Warn: pipCommand not pinned by hash: .github/workflows/test_pypi.yml:45","Warn: pipCommand not pinned by hash: .github/workflows/test_python_cplusplus.yml:332","Warn: pipCommand not pinned by hash: .github/workflows/test_python_cplusplus.yml:357","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/test_python_nogil.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/test_python_ver_matrix.yml:54","Warn: pipCommand not pinned by hash: .github/workflows/test_python_ver_matrix.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/test_windows.yml:48","Warn: pipCommand not pinned by hash: .github/workflows/test_windows.yml:58","Info:   0 out of  66 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  19 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage dependencies pinned","Info:   0 out of  57 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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy_release.yml:8"],"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":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-cx63-2mw6-8hw5"],"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: 1 commits out of 29 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-14T13:47:33.345Z","repository_id":37449260,"created_at":"2025-08-14T13:47:33.345Z","updated_at":"2025-08-14T13:47:33.345Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272395914,"owners_count":24927471,"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-27T02:00:09.397Z","response_time":76,"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":"AMICI-dev","name":"AMICI","uuid":"68919097","kind":"organization","description":"Advanced Multilanguage Interface to CVODES and IDAS ","email":null,"website":null,"location":null,"twitter":"AMICI_toolbox","company":null,"icon_url":"https://avatars.githubusercontent.com/u/68919097?v=4","repositories_count":1,"last_synced_at":"2023-03-05T02:25:16.983Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/AMICI-dev","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-15T04:27:41.657Z","updated_at":"2023-03-05T02:25:16.994Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMICI-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMICI-dev/repositories"},"tags":[{"name":"v0.34.1","sha":"17dbad1eb284acef933ddc361a9ea4768a53e10c","kind":"commit","published_at":"2025-08-27T08:34:34.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.34.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.1/manifests"},{"name":"v0.34.0.post0","sha":"bce9a8c92a7872bb427458b8a1b0efb65fdc333d","kind":"commit","published_at":"2025-07-31T09:46:10.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.34.0.post0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.34.0.post0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.34.0.post0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.0.post0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.0.post0/manifests"},{"name":"v0.34.0","sha":"7168721701fca6c0acffba8ee5cf6cc972cfdb62","kind":"commit","published_at":"2025-07-29T13:40:05.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.34.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.34.0/manifests"},{"name":"v0.33.0","sha":"ce28017159c9172a93b3b5ad6c602ebd3c0cd9d3","kind":"commit","published_at":"2025-06-11T20:44:20.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.33.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"57d8179501a9673ad0f01be273b5c988e3f3aa9a","kind":"commit","published_at":"2025-05-15T19:47:07.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.32.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.32.0/manifests"},{"name":"v0.31.2","sha":"a87058e94831700fa18b8922e5ba33adb22fec91","kind":"commit","published_at":"2025-04-23T10:14:27.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.31.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.2/manifests"},{"name":"v0.31.1","sha":"4cda6c7a32613450329dbc717c4e52eccbe58fcb","kind":"commit","published_at":"2025-03-21T15:43:07.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.31.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.1/manifests"},{"name":"v0.31.0","sha":"f742e48d87096cf9a46a9f960184e94833a20f95","kind":"commit","published_at":"2025-02-18T17:40:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.31.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"64bbd800040afa280e8bff1563542497464044a7","kind":"commit","published_at":"2025-02-18T10:51:37.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.30.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"2d58f54be971b478a2318fea1324c74f61ff6610","kind":"commit","published_at":"2024-12-10T17:34:31.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.30.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"d2fbf9175502ac0ce5b138a4137d6fb278dbe124","kind":"commit","published_at":"2024-11-28T11:42:40.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.29.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"c3bbdd9e7261da247ef5e2a648901fd07c2f52fa","kind":"commit","published_at":"2024-11-11T08:16:32.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.28.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"638c3eef18261f82192ac250f4ef3cef5a0359e4","kind":"commit","published_at":"2024-10-21T09:51:09.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.27.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.27.0/manifests"},{"name":"v0.26.3","sha":"e89a1deac59a6a65f39cb1decdf944bd13bf93f7","kind":"commit","published_at":"2024-10-03T16:23:25.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.26.3","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.26.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.26.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.3/manifests"},{"name":"v0.26.2","sha":"3dca16eb02407ba9f46bde67e8777466b49abdd9","kind":"commit","published_at":"2024-09-26T10:26:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.26.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.2/manifests"},{"name":"v0.26.1","sha":"b0d79fffd3ab6e39296353d906e27033bc13dd4c","kind":"commit","published_at":"2024-07-11T09:31:01.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.26.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.1/manifests"},{"name":"v0.26.0","sha":"b958cce6a08683104b570b6aaa672d83c2c3fed6","kind":"commit","published_at":"2024-07-02T13:13:34.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.26.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.26.0/manifests"},{"name":"v0.25.2","sha":"88a545424ee2d8b0e52ae7f90dc64ef3b78750c9","kind":"commit","published_at":"2024-06-16T18:19:22.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.25.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.2/manifests"},{"name":"v0.25.1","sha":"17d6e77a75165250adeff0c3373b0d8ceca398aa","kind":"commit","published_at":"2024-05-17T13:30:40.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.25.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.1/manifests"},{"name":"v0.25.0","sha":"7487607c6902adbb55dfffeee85c6e1f89dc8f37","kind":"commit","published_at":"2024-05-08T13:04:37.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.25.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"29b7ee8eb8d2025c507858277dbb9fa443f8de69","kind":"commit","published_at":"2024-04-22T07:53:04.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.24.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.24.0/manifests"},{"name":"v0.23.1","sha":"4d40911b777613bb9e1b09f26d84d9a82701ab13","kind":"commit","published_at":"2024-03-11T15:31:59.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.23.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.23.1/manifests"},{"name":"v0.23.0","sha":"815a50d3817bc7db1901eff1eba5561647e8fb7c","kind":"commit","published_at":"2024-03-07T22:54:29.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.23.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"7a060167d0f2bb5b796a2fa5b43d068a9c11af9a","kind":"commit","published_at":"2024-02-26T10:53:10.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.22.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.22.0/manifests"},{"name":"v0.21.2","sha":"fa7c0bd7c3987d38bb4b1c0e1acd3004433112e5","kind":"commit","published_at":"2024-02-06T17:40:00.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.21.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.2/manifests"},{"name":"v0.21.1","sha":"ec4ee25e9366661b1e23840fbdcf88dea94ca947","kind":"commit","published_at":"2024-01-16T23:11:18.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.21.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.1/manifests"},{"name":"v0.21.0","sha":"224e9bef70978f059b3b832e86a71403f2612a38","kind":"commit","published_at":"2024-01-16T22:41:59.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.21.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"ffcbf6652f0d9e28125647a471bd09bead78c537","kind":"commit","published_at":"2023-11-21T19:04:21.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.20.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"7d161a647ec02bef14c43e493cd61879824f8fa0","kind":"commit","published_at":"2023-08-26T06:01:17.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.19.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.19.0/manifests"},{"name":"v0.18.1","sha":"a12d17306afb8ad2daf88027a45e2bbac3106862","kind":"commit","published_at":"2023-06-26T10:30:54.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.18.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.18.1/manifests"},{"name":"v0.18.0","sha":"0fc51c0ddcac0661a83931e8b1c4a59f0c6db85c","kind":"commit","published_at":"2023-05-26T14:26:07.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.18.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.18.0/manifests"},{"name":"v0.17.1","sha":"81d32e785af4a70e72d458196d709e1d18563556","kind":"commit","published_at":"2023-05-10T09:34:44.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.17.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.17.1/manifests"},{"name":"v0.17.0","sha":"e524930f498c1b6d370c75ec5859a8dc64047c1d","kind":"commit","published_at":"2023-05-09T19:05:21.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.17.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.17.0/manifests"},{"name":"v0.16.1","sha":"1a99308c23a40a4175aa6b31f01c131f3ee4876e","kind":"commit","published_at":"2023-02-24T12:31:51.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.16.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.16.1/manifests"},{"name":"v0.16.0","sha":"ed36b2daa214029487588a50b77447d3dac76f78","kind":"commit","published_at":"2023-01-25T15:32:34.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.16.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"0859bdeed6efc286af85a4072cb26e1f747e430b","kind":"commit","published_at":"2023-01-12T08:18:16.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.15.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"b5177d9ccaa1cc7bf48d8467b1f7b8a3bd81818f","kind":"commit","published_at":"2022-11-23T18:48:50.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.14.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"11a881eedf3be7c02e7412d0ee09d3b29a5381cb","kind":"commit","published_at":"2022-10-05T11:45:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.13.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"9c3602935973e3f33347aa116fc2b8639c8d000b","kind":"commit","published_at":"2022-08-26T11:40:13.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.12.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.12.0/manifests"},{"name":"v0.11.32","sha":"fde15d7cdf0c8da183d95b95bf7bf400011e4fa7","kind":"commit","published_at":"2022-07-17T18:45:04.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.32","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.32","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.32","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.32/manifests"},{"name":"v0.11.31","sha":"7bc909b3624ef1c8217fad77ca72c3e05b760388","kind":"commit","published_at":"2022-07-12T16:32:54.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.31","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.31","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.31","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.31/manifests"},{"name":"v0.11.30","sha":"650c23d4a60aa6a87675353005839c956d706632","kind":"commit","published_at":"2022-07-08T18:28:09.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.30","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.30","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.30","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.30/manifests"},{"name":"v0.11.29","sha":"8fe888416d009728b3bb34b833d7f9d392735ea1","kind":"commit","published_at":"2022-05-06T14:59:26.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.29","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.29","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.29","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.29/manifests"},{"name":"v0.11.28","sha":"da34367cba51e35aaaddbf00707a16a5135b01c7","kind":"commit","published_at":"2022-04-08T22:12:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.28","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.28","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.28","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.28/manifests"},{"name":"v0.11.27","sha":"82abf371b8569e110a8ae1aca6be2a10ccfa061e","kind":"commit","published_at":"2022-04-07T15:28:42.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.27","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.27/manifests"},{"name":"v0.11.26","sha":"f02dde99a3c85ef824f6c70697389bc7e6fd9a05","kind":"commit","published_at":"2022-03-15T09:23:08.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.26","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.26/manifests"},{"name":"v0.11.25","sha":"067826d40be0704c311c345ab5cd199f8548bc1b","kind":"commit","published_at":"2022-02-09T14:53:59.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.25","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.25/manifests"},{"name":"v0.11.24","sha":"d142fb7d6c60866f262d6f57cb686d106358de62","kind":"commit","published_at":"2022-02-01T19:18:33.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.24","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.24/manifests"},{"name":"v0.11.23","sha":"287364e9360413e8bdfa8d3d3c6bff38ced44077","kind":"commit","published_at":"2022-01-11T15:48:29.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.23","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.23/manifests"},{"name":"v0.11.22","sha":"3a7c28e8bb22819767a5d78d1a1742993cd67d42","kind":"commit","published_at":"2021-12-02T08:39:09.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.22","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.22/manifests"},{"name":"v0.11.21","sha":"82d2cbb9d00ac9c3746b4e85c0fb1d6ebbff2863","kind":"commit","published_at":"2021-11-22T08:26:18.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.21","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.21/manifests"},{"name":"v0.11.20","sha":"e79215df0fe0418271c51487238f306c719c149b","kind":"commit","published_at":"2021-11-12T10:36:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.20","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.20/manifests"},{"name":"v0.11.19","sha":"4610a608d05731d245218c88015d8017f81087b5","kind":"commit","published_at":"2021-10-13T16:11:50.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.19","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.19/manifests"},{"name":"v0.11.18","sha":"bd3b89d3839e6518532d547e54e7fe66ef3cfec3","kind":"commit","published_at":"2021-07-12T12:32:46.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.18","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.18/manifests"},{"name":"v0.11.17","sha":"c0377065207b68c881143d203de1f56fd52878b9","kind":"commit","published_at":"2021-05-30T18:00:43.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.17","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.17/manifests"},{"name":"v0.11.16","sha":"57a7b11cc2fb301cf838daefd966830c522643a8","kind":"commit","published_at":"2021-04-13T20:08:55.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.16","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.16/manifests"},{"name":"v0.11.15","sha":"4e671a5be75e19da81b0946a3e16a913b7fe725b","kind":"commit","published_at":"2021-03-31T20:25:15.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.15","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.15/manifests"},{"name":"v0.11.14","sha":"09132907788a4b443f4d93223b34ee9fc5ad051a","kind":"commit","published_at":"2021-03-16T14:12:10.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.14","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.14/manifests"},{"name":"v0.11.13","sha":"b090fbb34ee64e65522cef0a2c0d639e70cfbcfe","kind":"commit","published_at":"2021-02-20T12:31:46.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.13","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.13/manifests"},{"name":"v0.11.12","sha":"b1135444c46c0ae3a64c6b5e4283dd6165937337","kind":"commit","published_at":"2021-01-26T17:06:24.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.12","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.12/manifests"},{"name":"v0.11.11","sha":"a5c679b0cce90e192bacf9461d43825de8f675ce","kind":"commit","published_at":"2020-12-15T22:22:13.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.11","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.11/manifests"},{"name":"v0.11.10","sha":"275e599ecb87c6f76fa576f5990fae1d8cc8a810","kind":"commit","published_at":"2020-11-30T15:10:48.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.10","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.10/manifests"},{"name":"v0.11.9","sha":"9847fa2f33bf52db075386fb10006227e592e32c","kind":"commit","published_at":"2020-11-29T19:59:55.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.9","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.9/manifests"},{"name":"v0.11.8","sha":"6aa87c34ab80c5a5e6be40b4bcccf3386e316047","kind":"commit","published_at":"2020-10-21T13:34:42.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.8","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.8/manifests"},{"name":"v0.11.7","sha":"d16078e8b6ac8b4ae31d4e7ff01738bc0291ccdd","kind":"commit","published_at":"2020-09-22T23:36:49.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.7","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.7/manifests"},{"name":"v0.11.6","sha":"7a1dc5ed1299273b3670239f5d614eec835f1299","kind":"commit","published_at":"2020-08-20T12:39:59.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.6","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.6/manifests"},{"name":"v0.11.5","sha":"055b1dfc5025df0dbc07eec8385a776a84439865","kind":"commit","published_at":"2020-08-07T23:24:52.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.5","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.5/manifests"},{"name":"v0.11.4","sha":"93cc940a51723841fef938dae9c0513548c820d4","kind":"commit","published_at":"2020-08-06T20:01:24.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.4","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.4/manifests"},{"name":"v0.11.3","sha":"a4324d02c9b1c47c770b48f8427360fe61d5a1ff","kind":"commit","published_at":"2020-08-06T00:08:57.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.3","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.3/manifests"},{"name":"v0.11.2","sha":"d220128f262747ad9f15db83377e4f8a5d2006d3","kind":"commit","published_at":"2020-07-17T00:09:53.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.2/manifests"},{"name":"v0.11.1","sha":"ffb5f33001047556a718c504ad17bc81ed3e206d","kind":"commit","published_at":"2020-06-05T17:42:16.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"a5f30d5886328309f274617d8584324ee2ff0395","kind":"commit","published_at":"2020-05-10T23:25:00.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.11.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.11.0/manifests"},{"name":"v0.10.21","sha":"390305f98c96ea505cf52884991774e7dfefdeff","kind":"commit","published_at":"2020-04-04T17:59:59.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.21","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.21/manifests"},{"name":"v0.10.20","sha":"f92127899b2e7ad64d2b6149b7331afc2348a026","kind":"commit","published_at":"2020-03-18T19:07:17.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.20","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.20/manifests"},{"name":"v0.10.19","sha":"16e3d762a94a35d21825f904d9d4381f82d117ab","kind":"commit","published_at":"2020-02-13T17:13:38.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.19","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.19/manifests"},{"name":"v0.10.18","sha":"fcd0a4d3d329dac53d27de6a17dc5b314d1125c1","kind":"commit","published_at":"2020-02-11T07:08:31.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.18","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.18/manifests"},{"name":"v0.10.17","sha":"a0407673453d6e18a9abec5b6f73758dd09f7aaf","kind":"commit","published_at":"2020-01-15T14:56:47.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.17","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.17/manifests"},{"name":"v0.10.16","sha":"a4e077f317d2d3eb6f93fcb1a849ddb4ffa7a175","kind":"commit","published_at":"2019-12-11T07:42:15.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.16","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.16","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.16/manifests"},{"name":"v0.10.15","sha":"d549d9369cb35b35f92e367627ac0c15025153a3","kind":"commit","published_at":"2019-12-03T19:50:25.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.15","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.15/manifests"},{"name":"v0.10.14","sha":"6360bfe1959461965f112a9a2b1fe66f173826a2","kind":"commit","published_at":"2019-12-02T23:33:39.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.14","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.14/manifests"},{"name":"v0.10.13","sha":"76162dfc09d74d439939ab92eac7a2f7b80f0873","kind":"commit","published_at":"2019-10-09T20:07:49.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.13","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.13/manifests"},{"name":"v0.10.12","sha":"8875a646f26328cab503fa313bc976ce9902068c","kind":"commit","published_at":"2019-09-28T11:47:09.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.12","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.12/manifests"},{"name":"v0.10.11","sha":"50313ad30abbb4c9c23fcbd6cc9cda1b31ad2e7f","kind":"commit","published_at":"2019-08-31T17:23:19.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.11","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.11/manifests"},{"name":"v0.10.10","sha":"b39a39f85c68be24bcf8b41e241cb2ada6b4c858","kind":"commit","published_at":"2019-08-07T16:42:16.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.10","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.10/manifests"},{"name":"v0.10.9","sha":"4da5dd993b2c0e14bcebc3445201f3c178510b98","kind":"commit","published_at":"2019-07-24T20:24:24.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.9","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.9/manifests"},{"name":"v0.10.8","sha":"e11eed5e4ce1b279ff1a459f1fa5cfd417d4543b","kind":"commit","published_at":"2019-07-24T11:15:33.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.8","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.8/manifests"},{"name":"v0.10.7","sha":"6e5aaa684cdec0e3a795ac3c19046263eaae1ace","kind":"commit","published_at":"2019-05-01T10:48:34.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.7","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.7/manifests"},{"name":"v0.10.6","sha":"e42d272f842df4584f58590eea487d221d8a82b6","kind":"commit","published_at":"2019-04-19T13:19:21.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.6","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.6/manifests"},{"name":"v0.10.5","sha":"72a7b2b5c6bc571072de14ddcf036c4214a7e589","kind":"commit","published_at":"2019-04-08T16:01:00.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.5","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.5/manifests"},{"name":"v0.10.4","sha":"877bc1a43ebbc7c9afd452b978a6f3b828949a69","kind":"commit","published_at":"2019-03-21T08:48:20.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.4","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.4/manifests"},{"name":"v0.10.3","sha":"0527b5d80f1fd38244fc192edff553e45c965fd9","kind":"commit","published_at":"2019-03-13T01:58:44.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.3","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.3/manifests"},{"name":"v0.10.2","sha":"b7095b5371b4e615dab4dd1efc193ccee6ebb5f5","kind":"commit","published_at":"2019-03-07T17:54:15.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"fb033dfa873c7312be282c42579482803d29f197","kind":"commit","published_at":"2019-03-04T10:32:54.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"fda9636241603908b025532ebd6a02d922ad5199","kind":"commit","published_at":"2019-03-01T16:06:00.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.10.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.10.0/manifests"},{"name":"v0.9.5","sha":"2044168f75cbadbbe4b2f1987272ace95337fcef","kind":"commit","published_at":"2019-02-26T15:10:03.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.5","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.5/manifests"},{"name":"v0.9.4","sha":"cf492487f533f773d84360a5fbee01f1a3cf126d","kind":"commit","published_at":"2019-02-11T10:45:05.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.4","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.4/manifests"},{"name":"v0.9.3","sha":"8b0ebd2c22cbf1e93cfeacd8dbf08a4accb2db2c","kind":"commit","published_at":"2019-02-07T15:28:09.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.3","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.3/manifests"},{"name":"v0.9.2","sha":"9c34570b8d4a3fa351fd2e351d12895208833c65","kind":"commit","published_at":"2019-01-30T06:19:38.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.2/manifests"},{"name":"v0.9.1","sha":"eb9573b9ed3211a78dec051b0322af263ee3a520","kind":"commit","published_at":"2019-01-21T19:41:15.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"cd7a15e8119fd4838abb8cdba11b3c12bcccbb11","kind":"commit","published_at":"2019-01-18T14:13:47.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.9.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.9.0/manifests"},{"name":"v0.8.2","sha":"dce9bbcf97b9bbbe08757de63180de93f8d8496c","kind":"commit","published_at":"2019-01-07T18:09:01.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.8.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.2/manifests"},{"name":"v0.8.1","sha":"a27d3cf7628152033ace222f96bdc1a5cbff8b0f","kind":"commit","published_at":"2018-11-25T11:23:31.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.8.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"5133ebc8a55bcf7a6ef2e867f6b1bd5e4b9ecd99","kind":"commit","published_at":"2018-11-19T18:58:40.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.8.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.8.0/manifests"},{"name":"v0.7.13","sha":"a9aaf0e928911393805b1e56f2e536674be4c17c","kind":"commit","published_at":"2018-11-18T20:30:03.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.13","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.13/manifests"},{"name":"v0.7.12","sha":"11c8ec32733cc131dfed4090fd0e4d840ee995a1","kind":"commit","published_at":"2018-11-17T16:22:51.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.12","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.12/manifests"},{"name":"v0.7.11","sha":"467b9ea8b2ee1f7a89346610bcfd379909e99582","kind":"commit","published_at":"2018-10-15T17:32:35.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.11","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.11/manifests"},{"name":"v0.7.10","sha":"71d0f3dae284e28388dea84be2150bf4b860ac59","kind":"commit","published_at":"2018-08-29T05:56:18.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.10","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.10/manifests"},{"name":"v0.7.9","sha":"af50a9f3c3bf5a030a86299d56593630bbdec06f","kind":"commit","published_at":"2018-08-24T15:58:33.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.9","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.9/manifests"},{"name":"v0.7.8","sha":"a18f2a709bb83b4009c80f4355931f865a8065f1","kind":"commit","published_at":"2018-08-18T14:01:17.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.8","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.8/manifests"},{"name":"v0.7.7","sha":"1551d4c68910fe4b636d9da0facbdf13b39f77a9","kind":"commit","published_at":"2018-08-17T13:12:44.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.7","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.7/manifests"},{"name":"v0.7.6","sha":"62a8dc3cc541bbfc5b4f5b5a395d65035c1965cf","kind":"commit","published_at":"2018-08-13T18:30:44.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.6","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.6/manifests"},{"name":"v0.7.5","sha":"6a0f56947687d6fdfa10866e1fd5fd57e1dff666","kind":"commit","published_at":"2018-07-30T13:36:49.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.5","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.5/manifests"},{"name":"v0.7.4","sha":"ff25da81979533020cf6cfe2e37ad68c6b82a434","kind":"commit","published_at":"2018-07-26T19:42:46.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.4","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"acb0375e4e0c93fb725d81b42e7e818c9ba7b65d","kind":"commit","published_at":"2018-07-13T09:35:23.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.3","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"f1e875655d8b056a0adf3c71f583fe988f257a06","kind":"commit","published_at":"2018-07-03T19:58:08.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"897a2e4fd02b19cdce5774c9155cbc766739d660","kind":"commit","published_at":"2018-06-12T15:33:42.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"32ff5874402bf4335dcd258191c251105e377de4","kind":"commit","published_at":"2018-06-09T10:10:20.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.7.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"902b27b4c7346b6e3e2bcec027d929b6b4665562","kind":"commit","published_at":"2018-05-22T13:15:31.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.6.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"7e4e208f6b779f504c7f6213008012ff6006f710","kind":"commit","published_at":"2018-03-15T10:00:19.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.5.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.5.0/manifests"},{"name":"Second_order_adjoint_and_hybrid_profile_calculation_submission","sha":"53032d67dfa9b9e400f9ec131a444f83f646a6a7","kind":"commit","published_at":"2018-01-26T14:15:26.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/Second_order_adjoint_and_hybrid_profile_calculation_submission","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/Second_order_adjoint_and_hybrid_profile_calculation_submission","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@Second_order_adjoint_and_hybrid_profile_calculation_submission","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/Second_order_adjoint_and_hybrid_profile_calculation_submission","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/Second_order_adjoint_and_hybrid_profile_calculation_submission/manifests"},{"name":"v0.4.0","sha":"35f18fec2fed2d0b94f25796f2efeddcaaeaad6a","kind":"commit","published_at":"2017-05-12T13:59:10.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.4.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.4.0/manifests"},{"name":"0.3.0","sha":"9f4aa72d0bae2abe1c27a44bc08176f37576d981","kind":"commit","published_at":"2016-09-05T08:53:12.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/0.3.0","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.3.0/manifests"},{"name":"0.2.1","sha":"051f9c6f29fdba78e6f40d0a9d39c33b02c589b9","kind":"commit","published_at":"2016-05-09T16:33:13.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/0.2.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.2.1/manifests"},{"name":"0.2","sha":"48b65adfb76164117b06d9365584bfcc815952a3","kind":"commit","published_at":"2016-03-17T14:10:04.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/0.2","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/0.2/manifests"},{"name":"v0.1","sha":"b0799b5de3d8202eea9596e48d54e232d5bf6804","kind":"commit","published_at":"2015-11-05T17:49:12.000Z","download_url":"https://codeload.github.com/AMICI-dev/AMICI/tar.gz/v0.1","html_url":"https://github.com/AMICI-dev/AMICI/releases/tag/v0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/AMICI-dev/AMICI@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-27T23:27:42.661Z","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.029323102219784,"stargazers_count":19.128528363935324,"forks_count":19.197040285009592,"average":23.838722937791175},"purl":"pkg:spack/py-amici","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-amici","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-amici","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-amici/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-27T08:51:42.019Z","issues_count":268,"pull_requests_count":551,"avg_time_to_close_issue":22020231.12849162,"avg_time_to_close_pull_request":1024048.2400756144,"issues_closed_count":179,"pull_requests_closed_count":529,"pull_request_authors_count":13,"issue_authors_count":28,"avg_comments_per_issue":1.791044776119403,"avg_comments_per_pull_request":1.4482758620689655,"merged_pull_requests_count":500,"bot_issues_count":0,"bot_pull_requests_count":8,"past_year_issues_count":94,"past_year_pull_requests_count":306,"past_year_avg_time_to_close_issue":3760034.0,"past_year_avg_time_to_close_pull_request":221026.1095890411,"past_year_issues_closed_count":58,"past_year_pull_requests_closed_count":292,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":1.319148936170213,"past_year_avg_comments_per_pull_request":1.2973856209150327,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":276,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/issues","maintainers":[{"login":"dweindl","count":665,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dweindl"},{"login":"FFroehlich","count":83,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FFroehlich"},{"login":"plakrisenko","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/plakrisenko"},{"login":"dilpath","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dilpath"},{"login":"yannikschaelte","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yannikschaelte"},{"login":"paulstapor","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/paulstapor"},{"login":"lcontento","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lcontento"},{"login":"stephanmg","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/stephanmg"},{"login":"Doresic","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Doresic"}],"active_maintainers":[{"login":"dweindl","count":331,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dweindl"},{"login":"FFroehlich","count":57,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FFroehlich"},{"login":"stephanmg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/stephanmg"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-amici/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-amici/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-amici/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-amici/related_packages","maintainers":[{"uuid":"adamjstewart","login":"adamjstewart","name":null,"email":null,"url":"https://github.com/adamjstewart","packages_count":2171,"html_url":null,"role":null,"created_at":"2023-05-06T20:54:55.622Z","updated_at":"2023-05-06T20:54:55.622Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/adamjstewart/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":8771,"maintainers_count":926,"namespaces_count":0,"keywords_count":3681,"github":"spack","metadata":{"funded_packages_count":402},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2025-09-04T07:04:55.751Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}}],"commits":{"id":528609,"full_name":"AMICI-dev/AMICI","default_branch":"master","committers":[{"name":"fabian.froehlich","email":"fabian.froehlich@helmholtz-muenchen.de","count":1145},{"name":"Daniel Weindl","email":"daniel.weindl@helmholtz-muenchen.de","count":804},{"name":"Daniel Weindl","email":"dweindl@users.noreply.github.com","count":514},{"name":"Fabian Fröhlich","email":"fabian@schaluck.com","count":221},{"name":"Paul Stapor","email":"paul.stapor@helmholtz-muenchen.de","count":149},{"name":"Fabian Fröhlich","email":"fabian_froehlich@hms.harvard.edu","count":58},{"name":"Yannik Schälte","email":"31767307+yannikschaelte@users.noreply.github.com","count":32},{"name":"Dilan Pathirana","email":"59329744+dilpath@users.noreply.github.com","count":21},{"name":"lcontento","email":"lcontento@users.noreply.github.com","count":11},{"name":"AMICI-developer","email":"froehlichfab@gmail.com","count":9},{"name":"Polina Lakrisenko","email":"p.lakrisenko@gmail.com","count":7},{"name":"Thomas S. Ligon","email":"tom@thomassligon.info","count":4},{"name":"Leonard","email":"leonard.schmiester@helmholtz-muenchen.de","count":4},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]@users.noreply.github.com","count":3},{"name":"Jan Hasenauer","email":"jan.hasenauer@helmholtz-muenchen.de","count":2},{"name":"Łukasz Paszkowski","email":"l.paszkowski@radytek.com","count":2},{"name":"Łukasz Paszkowski","email":"45224812+paszkow@users.noreply.github.com","count":2},{"name":"yannikschaelte","email":"yannik.schaelte@gmail.com","count":2},{"name":"Paul Jonas Jost","email":"70631928+PaulJonasJost@users.noreply.github.com","count":2},{"name":"Fabian Froehlich","email":"Fabian.Froehlich@mytum.de","count":2},{"name":"MerktSimon","email":"49190262+MerktSimon@users.noreply.github.com","count":2},{"name":"Kristian Meyer","email":"km@meyerct.com","count":1},{"name":"Paul Lang","email":"47160416+paulflang@users.noreply.github.com","count":1},{"name":"Stephan Grein","email":"stephan.grein@uni-bonn.de","count":1},{"name":"Stephan Grein","email":"1750463+stephanmg@users.noreply.github.com","count":1},{"name":"Doresic","email":"85789271+Doresic@users.noreply.github.com","count":1},{"name":"Katrin Leinweber","email":"9948149+katrinleinweber@users.noreply.github.com","count":1},{"name":"LarsFroehling","email":"61409755+LarsFroehling@users.noreply.github.com","count":1},{"name":"Jakob Vanhoefer","email":"38346459+jvanhoefer@users.noreply.github.com","count":1},{"name":"willov","email":"william.lovfors@gmail.com","count":1}],"total_commits":3005,"total_committers":30,"total_bot_commits":3,"total_bot_committers":1,"mean_commits":100.16666666666667,"dds":0.6189683860232945,"past_year_committers":null,"past_year_total_commits":null,"past_year_total_committers":null,"past_year_total_bot_commits":null,"past_year_total_bot_committers":null,"past_year_mean_commits":null,"past_year_dds":null,"last_synced_at":"2023-03-17T19:32:16.805Z","last_synced_commit":"1a99308c23a40a4175aa6b31f01c131f3ee4876e","created_at":"2023-03-09T03:40:40.975Z","updated_at":"2023-09-19T17:09:14.093Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.343Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"AMICI-dev/AMICI","html_url":"https://github.com/AMICI-dev/AMICI","last_synced_at":"2025-08-31T07:43:03.440Z","status":null,"issues_count":270,"pull_requests_count":742,"avg_time_to_close_issue":23397970.458563536,"avg_time_to_close_pull_request":1049120.2057488654,"issues_closed_count":181,"pull_requests_closed_count":661,"pull_request_authors_count":13,"issue_authors_count":28,"avg_comments_per_issue":1.6851851851851851,"avg_comments_per_pull_request":1.3247978436657681,"merged_pull_requests_count":620,"bot_issues_count":0,"bot_pull_requests_count":9,"past_year_issues_count":96,"past_year_pull_requests_count":495,"past_year_avg_time_to_close_issue":3739275.103448276,"past_year_avg_time_to_close_pull_request":211596.59715639811,"past_year_issues_closed_count":58,"past_year_pull_requests_closed_count":422,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":0.9479166666666666,"past_year_avg_comments_per_pull_request":1.1434343434343435,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":394,"created_at":"2023-05-10T14:49:47.607Z","updated_at":"2025-09-03T04:48:49.923Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMICI-dev%2FAMICI/issues","issue_labels_count":{"enhancement":55,"python":52,"c++":45,"bug":42,"SBML":26,"ci":25,"events":18,"PEtab":17,"documentation":15,"cmake":13,"new":11,"refactoring":10,"matlab":10,"wontfix":8,"good first issue":8,"breaking change":7,"question":7,"steady state":6,"windows":5,"performance":5,"swig":3,"maintenance":2,"DAE":1,"2nd order":1,"HacktoberFest":1,"PySB":1,"help wanted":1,":mega: :mega: :mega:":1},"pull_request_labels_count":{"codex":41,"dependencies":16,"github_actions":12,"PEtab":2,"performance":2,"invalid":2,"help wanted":1},"issue_author_associations_count":{"MEMBER":264,"NONE":26,"CONTRIBUTOR":6,"COLLABORATOR":5},"pull_request_author_associations_count":{"MEMBER":939,"CONTRIBUTOR":20,"COLLABORATOR":9,"NONE":5},"issue_authors":{"dweindl":229,"FFroehlich":27,"paulstapor":6,"aidinbii":5,"yannikschaelte":4,"plakrisenko":3,"matthiaskoenig":3,"dilpath":2,"ahjanee":2,"m-philipps":2,"lcontento":2,"derleanfv":1,"winkmal":1,"lmriccardo":1,"PHvanLent":1,"stephanmg":1,"Mjvolk3":1,"MadNietzsche":1,"LarkinIt":1,"kaiserls":1,"johannahaffner":1,"chloweckel":1,"shoepfl":1,"MerktSimon":1,"anavalinhas":1,"anamariemartinez":1,"fbergmann":1},"pull_request_authors":{"dweindl":833,"FFroehlich":101,"dependabot[bot]":16,"plakrisenko":5,"dilpath":4,"paulstapor":4,"BartoszBartmanski":2,"ChocolateCharlie":2,"willov":1,"Podde1":1,"Doresic":1,"PaulJonasJost":1,"fbergmann":1,"stephanmg":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.273Z","repositories_count":10070563,"issues_count":31247503,"pull_requests_count":95411956,"authors_count":10689197,"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":{"bug":15,"c++":14,"SBML":14,"enhancement":13,"ci":10,"python":9,"events":9,"documentation":7,"PEtab":4,"refactoring":4,"breaking change":4,"new":3,"matlab":2,"swig":2,"cmake":1,"maintenance":1,"performance":1,"steady state":1},"past_year_pull_request_labels_count":{"codex":41,"dependencies":4,"PEtab":2,"performance":2,"invalid":2},"past_year_issue_author_associations_count":{"MEMBER":96,"NONE":5,"COLLABORATOR":1},"past_year_pull_request_author_associations_count":{"MEMBER":570,"CONTRIBUTOR":4,"NONE":2},"past_year_issue_authors":{"dweindl":86,"FFroehlich":10,"m-philipps":2,"chloweckel":1,"johannahaffner":1,"PHvanLent":1,"stephanmg":1},"past_year_pull_request_authors":{"dweindl":483,"FFroehlich":87,"dependabot[bot]":4,"ChocolateCharlie":2},"maintainers":[{"login":"dweindl","count":1062,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dweindl"},{"login":"FFroehlich","count":128,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FFroehlich"},{"login":"plakrisenko","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/plakrisenko"},{"login":"dilpath","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dilpath"},{"login":"yannikschaelte","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/yannikschaelte"},{"login":"paulstapor","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/paulstapor"},{"login":"lcontento","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lcontento"},{"login":"stephanmg","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/stephanmg"},{"login":"PaulJonasJost","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/PaulJonasJost"},{"login":"Doresic","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Doresic"}],"active_maintainers":[{"login":"dweindl","count":569,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dweindl"},{"login":"FFroehlich","count":97,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/FFroehlich"},{"login":"stephanmg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/stephanmg"}]},"events":{"total":{"CreateEvent":190,"ReleaseEvent":11,"IssuesEvent":143,"WatchEvent":13,"DeleteEvent":170,"IssueCommentEvent":870,"PushEvent":560,"PullRequestReviewCommentEvent":80,"PullRequestReviewEvent":250,"PullRequestEvent":424,"ForkEvent":1},"last_year":{"CreateEvent":190,"ReleaseEvent":11,"IssuesEvent":143,"WatchEvent":13,"DeleteEvent":170,"IssueCommentEvent":870,"PushEvent":560,"PullRequestReviewCommentEvent":80,"PullRequestReviewEvent":250,"PullRequestEvent":424,"ForkEvent":1}},"keywords":["adjoint-sensitivities","cvode","cvodes","differentialequations","forward-sensitivities","hacktoberfest","idas","kinetic-modeling","mechanistic-models","modeling","ode","parameter-estimation","petab","pysb","python","sbml","sensitivities","sensitivity-analysis","simulation","systemsbiology"],"dependencies":[{"ecosystem":"pypi","filepath":"documentation/rtd_requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-08T20:16:04.879Z","updated_at":"2022-08-08T20:16:04.879Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/documentation/rtd_requirements.txt","dependencies":[{"id":693321966,"package_name":"sphinx","ecosystem":"pypi","requirements":"==4.2.0","direct":true,"kind":"runtime","optional":false},{"id":693322209,"package_name":"mock","ecosystem":"pypi","requirements":"\u003e=4.0.1","direct":true,"kind":"runtime","optional":false},{"id":693322216,"package_name":"setuptools","ecosystem":"pypi","requirements":"\u003e=45.2.0","direct":true,"kind":"runtime","optional":false},{"id":693322221,"package_name":"pysb","ecosystem":"pypi","requirements":"\u003e=1.11.0","direct":true,"kind":"runtime","optional":false},{"id":693322224,"package_name":"matplotlib","ecosystem":"pypi","requirements":"\u003e=3.4.3","direct":true,"kind":"runtime","optional":false},{"id":693322228,"package_name":"pkgconfig","ecosystem":"pypi","requirements":"\u003e=1.5.5","direct":true,"kind":"runtime","optional":false},{"id":693322231,"package_name":"nbsphinx","ecosystem":"pypi","requirements":"\u003e=0.8.7","direct":true,"kind":"runtime","optional":false},{"id":693322233,"package_name":"nbformat","ecosystem":"pypi","requirements":"==5.1.3","direct":true,"kind":"runtime","optional":false},{"id":693322235,"package_name":"recommonmark","ecosystem":"pypi","requirements":"\u003e=0.6.0","direct":true,"kind":"runtime","optional":false},{"id":693322238,"package_name":"sphinx_rtd_theme","ecosystem":"pypi","requirements":"\u003e=1.0.0","direct":true,"kind":"runtime","optional":false},{"id":693322241,"package_name":"petab","ecosystem":"pypi","requirements":"\u003e=0.1.20","direct":true,"kind":"runtime","optional":false},{"id":693322244,"package_name":"sphinx-autodoc-typehints","ecosystem":"pypi","requirements":"==1.13.0","direct":true,"kind":"runtime","optional":false},{"id":693322247,"package_name":"ipython","ecosystem":"pypi","requirements":"\u003e=7.28.0","direct":true,"kind":"runtime","optional":false},{"id":693322249,"package_name":"breathe","ecosystem":"pypi","requirements":"==4.31.0","direct":true,"kind":"runtime","optional":false},{"id":693322251,"package_name":"exhale","ecosystem":"pypi","requirements":"ea77a313777c1382a7830ce9ee6c405ce47f5f3b","direct":true,"kind":"runtime","optional":false},{"id":693322253,"package_name":"sphinxcontrib-matlabdomain","ecosystem":"pypi","requirements":"\u003e=0.12.0","direct":true,"kind":"runtime","optional":false},{"id":693322255,"package_name":"sphinxcontrib-napoleon","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":693322256,"package_name":"pygments","ecosystem":"pypi","requirements":"==2.10.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/deploy_branch.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:23.083Z","updated_at":"2023-10-20T16:48:23.083Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/deploy_branch.yml","dependencies":[{"id":14265635361,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265635362,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14265635363,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/deploy_protected.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:23.376Z","updated_at":"2023-10-20T16:48:23.376Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/deploy_protected.yml","dependencies":[{"id":14265635447,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265635448,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14265635449,"package_name":"docker/setup-qemu-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":14265635450,"package_name":"docker/setup-buildx-action","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":14265635451,"package_name":"elgohr/Publish-Docker-Github-Action","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/deploy_release.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:25.238Z","updated_at":"2023-10-20T16:48:25.238Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/deploy_release.yml","dependencies":[{"id":14265636248,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265636249,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14265636250,"package_name":"pypa/gh-action-pypi-publish","ecosystem":"actions","requirements":"release/v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_benchmark_collection_models.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:26.108Z","updated_at":"2023-10-20T16:48:26.108Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_benchmark_collection_models.yml","dependencies":[{"id":14265636314,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265636315,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14265636316,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_doc.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:26.551Z","updated_at":"2023-10-20T16:48:26.551Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_doc.yml","dependencies":[{"id":14265636317,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265636318,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_install.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:26.676Z","updated_at":"2023-10-20T16:48:26.676Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_install.yml","dependencies":[{"id":14265636400,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265636401,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_matlab.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:27.071Z","updated_at":"2023-10-20T16:48:27.071Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_matlab.yml","dependencies":[{"id":14265636403,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14265636404,"package_name":"matlab-actions/setup-matlab","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":14265637188,"package_name":"matlab-actions/run-command","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_performance.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:29.786Z","updated_at":"2023-10-20T16:48:29.786Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_performance.yml","dependencies":[{"id":14265637708,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265637709,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14265637710,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_petab_test_suite.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:29.869Z","updated_at":"2023-10-20T16:48:29.869Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_petab_test_suite.yml","dependencies":[{"id":14265638404,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265638405,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14265638406,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v3.1.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_pypi.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:31.683Z","updated_at":"2023-10-20T16:48:31.683Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_pypi.yml","dependencies":[{"id":14265638549,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_python_cplusplus.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:31.837Z","updated_at":"2023-10-20T16:48:31.837Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_python_cplusplus.yml","dependencies":[{"id":14265638595,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265638596,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14265638597,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v3.1.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_python_ver_matrix.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:32.245Z","updated_at":"2023-10-20T16:48:32.245Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_python_ver_matrix.yml","dependencies":[{"id":14265638864,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265638865,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_sbml_semantic_test_suite.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:32.708Z","updated_at":"2023-10-20T16:48:32.708Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_sbml_semantic_test_suite.yml","dependencies":[{"id":14265639289,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265639290,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14265639291,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14265639292,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v3.1.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_valgrind.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:32.763Z","updated_at":"2023-10-20T16:48:32.763Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_valgrind.yml","dependencies":[{"id":14265639450,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265639451,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_windows.yml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:34.008Z","updated_at":"2023-10-20T16:48:34.008Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/.github/workflows/test_windows.yml","dependencies":[{"id":14265639676,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":14265639677,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":14265639679,"package_name":"ilammy/msvc-dev-cmd","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":14265640326,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"docker","filepath":"binder/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:36.012Z","updated_at":"2023-10-20T16:48:36.012Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/binder/Dockerfile","dependencies":[{"id":14265640405,"package_name":"ubuntu","ecosystem":"docker","requirements":"22.04","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"container/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:36.120Z","updated_at":"2023-10-20T16:48:36.120Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/container/Dockerfile","dependencies":[{"id":14265640407,"package_name":"ubuntu","ecosystem":"docker","requirements":"22.04","direct":true,"kind":"build","optional":false}]},{"ecosystem":"pypi","filepath":"documentation/rtd_requirements2.txt","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:36.260Z","updated_at":"2023-10-20T16:48:36.260Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/documentation/rtd_requirements2.txt","dependencies":[{"id":14265640604,"package_name":"exhale","ecosystem":"pypi","requirements":"\u003e=0.3.6","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"python/sdist/pyproject.toml","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:38.291Z","updated_at":"2023-10-20T16:48:38.291Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/python/sdist/pyproject.toml","dependencies":[]},{"ecosystem":"pypi","filepath":"python/sdist/setup.py","sha":null,"kind":"manifest","created_at":"2023-10-20T16:48:38.306Z","updated_at":"2023-10-20T16:48:38.306Z","repository_link":"https://github.com/AMICI-dev/AMICI/blob/main/python/sdist/setup.py","dependencies":[]}],"score":17.601899589614977,"created_at":"2025-09-04T15:50:56.940Z","updated_at":"2025-10-07T08:11:27.346Z","avatar_url":"https://github.com/AMICI-dev.png","language":"C++","category":null,"sub_category":null,"monthly_downloads":3028,"funding_links":[],"readme_doi_urls":["https://doi.org/10.1093/bioinformatics/btab227"],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/25027","html_url":"https://science.ecosyste.ms/projects/25027","bibtex_url":"https://science.ecosyste.ms/projects/25027/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/25027/export.apalike"}