{"id":371717,"url":"https://github.com/joblib/joblib","last_synced_at":"2026-08-25T14:03:44.383Z","repository":{"id":1054058,"uuid":"654608","full_name":"joblib/joblib","owner":"joblib","description":"Computing with Python functions.","archived":false,"fork":false,"pushed_at":"2026-08-19T09:02:07.000Z","size":4614,"stargazers_count":4386,"open_issues_count":435,"forks_count":473,"subscribers_count":56,"default_branch":"main","last_synced_at":"2026-08-20T11:34:15.061Z","etag":null,"topics":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"latest_commit_sha":null,"homepage":"http://joblib.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joblib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2010-05-07T06:48:26.000Z","updated_at":"2026-08-20T07:16:22.000Z","dependencies_parsed_at":"2026-08-06T00:44:57.202Z","dependency_job_id":null,"html_url":"https://github.com/joblib/joblib","commit_stats":{"total_commits":1410,"total_committers":143,"mean_commits":9.86013986013986,"dds":0.7184397163120567,"last_synced_commit":"e02400a41b8bef0688865ff379ea13f3f7cb4f3b"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/joblib/joblib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/sbom","scorecard":{"id":526072,"data":{"date":"2025-08-11","repo":{"name":"github.com/joblib/joblib","commit":"f72435199155e59d6fab24df656a84e022680d6c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 24/30 approved changesets -- score normalized to 8","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"5 commit(s) and 9 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish-to-pypi.yml:68","Info: topLevel 'contents' permission set to 'read': .github/workflows/codespell.yml:12","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:3"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/codespell.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:44","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:56","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:62","Warn: pipCommand not pinned by hash: continuous_integration/run_tests.sh:31","Warn: pipCommand not pinned by hash: joblib/externals/vendor_cloudpickle.sh:13","Warn: pipCommand not pinned by hash: joblib/externals/vendor_loky.sh:14","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:39","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":8,"reason":"2 out of the last 2 releases have a total of 2 signed artifacts.","details":["Info: signed release artifact: joblib-1.5.1-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.1","Info: signed release artifact: joblib-1.5.0-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.0","Warn: release artifact 1.5.1 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/220626134","Warn: release artifact 1.5.0 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/216320344"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish-to-pypi.yml:37"],"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-871 / PYSEC-2021-872 / GHSA-hwqr-f3v9-hwxr","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8"],"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 28 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-20T04:24:50.553Z","repository_id":1054058,"created_at":"2025-08-20T04:24:50.553Z","updated_at":"2025-08-20T04:24:50.553Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36792186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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":"joblib","name":"joblib","uuid":"332661","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/332661?v=4","repositories_count":8,"last_synced_at":"2026-08-22T00:11:51.884Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/joblib","funding_links":[],"total_stars":5753,"followers":66,"following":0,"created_at":"2022-11-02T16:26:33.120Z","updated_at":"2026-08-22T00:11:51.905Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib/repositories"},"packages":[{"id":13758652,"name":"joblib","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/joblib/joblib","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/joblib/joblib","keywords_array":["universe/python"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T09:23:59.292Z","latest_release_published_at":"2026-02-13T09:23:59.292Z","latest_release_number":"1.3.2-2","last_synced_at":"2026-08-02T09:22:59.878Z","created_at":"2026-02-13T09:23:58.741Z","updated_at":"2026-08-20T12:08:37.709Z","registry_url":"https://launchpad.net/ubuntu/+source/joblib","install_command":"apt-get install joblib","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-joblib","standards_version":"4.6.2","maintainer":"Debian Science Maintainers \u003cdebian-science-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, pybuild-plugin-pyproject, python3-pytest \u003c!nocheck\u003e, python3-numpy, python3-psutil, python3-lz4, python3-threadpoolctl \u003c!nocheck\u003e, cython3, procps","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":1054058,"uuid":"654608","full_name":"joblib/joblib","owner":"joblib","description":"Computing with Python functions.","archived":false,"fork":false,"pushed_at":"2026-08-05T15:13:06.000Z","size":4592,"stargazers_count":4382,"open_issues_count":438,"forks_count":470,"subscribers_count":56,"default_branch":"main","last_synced_at":"2026-08-13T08:51:34.920Z","etag":null,"topics":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"latest_commit_sha":null,"homepage":"http://joblib.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joblib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2010-05-07T06:48:26.000Z","updated_at":"2026-08-10T02:43:56.000Z","dependencies_parsed_at":"2026-08-06T00:44:57.202Z","dependency_job_id":null,"html_url":"https://github.com/joblib/joblib","commit_stats":{"total_commits":1410,"total_committers":143,"mean_commits":9.86013986013986,"dds":0.7184397163120567,"last_synced_commit":"e02400a41b8bef0688865ff379ea13f3f7cb4f3b"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/joblib/joblib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/sbom","scorecard":{"id":526072,"data":{"date":"2025-08-11","repo":{"name":"github.com/joblib/joblib","commit":"f72435199155e59d6fab24df656a84e022680d6c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 24/30 approved changesets -- score normalized to 8","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"5 commit(s) and 9 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish-to-pypi.yml:68","Info: topLevel 'contents' permission set to 'read': .github/workflows/codespell.yml:12","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:3"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/codespell.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:44","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:56","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:62","Warn: pipCommand not pinned by hash: continuous_integration/run_tests.sh:31","Warn: pipCommand not pinned by hash: joblib/externals/vendor_cloudpickle.sh:13","Warn: pipCommand not pinned by hash: joblib/externals/vendor_loky.sh:14","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:39","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":8,"reason":"2 out of the last 2 releases have a total of 2 signed artifacts.","details":["Info: signed release artifact: joblib-1.5.1-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.1","Info: signed release artifact: joblib-1.5.0-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.0","Warn: release artifact 1.5.1 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/220626134","Warn: release artifact 1.5.0 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/216320344"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish-to-pypi.yml:37"],"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-871 / PYSEC-2021-872 / GHSA-hwqr-f3v9-hwxr","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8"],"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 28 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-20T04:24:50.553Z","repository_id":1054058,"created_at":"2025-08-20T04:24:50.553Z","updated_at":"2025-08-20T04:24:50.553Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36602648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"joblib","name":"joblib","uuid":"332661","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/332661?v=4","repositories_count":8,"last_synced_at":"2026-08-14T04:43:02.227Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/joblib","funding_links":[],"total_stars":5748,"followers":66,"following":0,"created_at":"2022-11-02T16:26:33.120Z","updated_at":"2026-08-14T04:43:02.268Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib/repositories"},"tags":[{"name":"1.5.3","sha":"40cd002ae1765195dfc4738a6bc7f5534b420a21","kind":"tag","published_at":"2025-12-15T08:40:28.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"eb74f8e0527f689409f7bb1fcc90e87c27d6ed5a","kind":"commit","published_at":"2025-08-27T12:14:41.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"cb554a51412e385f911b18697bfe9bb407c14bcc","kind":"commit","published_at":"2025-05-23T12:03:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"e347c9233b33758837f02d8ffbba0173f9c76a5c","kind":"commit","published_at":"2025-05-03T21:08:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"d46857a490a70fa8b66b2878066b40de13d3e326","kind":"commit","published_at":"2024-05-02T12:10:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"118ad371e3114b58343a1d868e7039fcf785f2ab","kind":"commit","published_at":"2024-05-02T11:13:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"8b98a48a3c9b0b0f5f323db285c99e695a3b974b","kind":"commit","published_at":"2024-04-08T15:04:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0/manifests"},{"name":"1.3.2","sha":"942a41084dbe79743d3114a475dc9e390b8718f1","kind":"commit","published_at":"2023-08-09T09:21:44.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"476ff8e62b221fc5816bad9b55dec8883d4f157c","kind":"commit","published_at":"2023-06-29T15:14:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"22ff2de102f5b0f7cfe4ab0ec63aec6c6157aa4b","kind":"commit","published_at":"2023-06-28T13:12:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0/manifests"},{"name":"1.1.1","sha":"f08737d9f23d3cdb40680f2e43d5e447bffe6271","kind":"commit","published_at":"2022-10-10T12:50:58.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1/manifests"},{"name":"1.2.0","sha":"5991350e03493fbf27bb596429a935e0c40fb536","kind":"commit","published_at":"2022-09-16T09:59:38.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.2.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"d9302a146e4e38d9d6709357afc1ab1c99ff0a72","kind":"commit","published_at":"2021-10-07T14:41:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"4ea15eea25498429d6cb60100effd11f87bd3a48","kind":"commit","published_at":"2021-02-09T16:44:25.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"302c2418fdc781125785c7c1778d1d79566be758","kind":"commit","published_at":"2020-12-14T13:55:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0/manifests"},{"name":"0.17.0","sha":"27ccbb82a7025e5d149a235582b861db1987dbb5","kind":"commit","published_at":"2020-10-02T19:12:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.17.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"19db4f58ac502a4bd01ab07aa31b2fc8756bcc3a","kind":"commit","published_at":"2020-07-01T16:03:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.16.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"60ee6fe91a9de7210868a24d49e4c50aaee91034","kind":"commit","published_at":"2020-05-16T12:39:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"fea01de9e9878d80303e8052b01b9913956ecbd6","kind":"commit","published_at":"2020-05-15T09:29:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"3629a0b0b036867802cd03c03cde116004826e6a","kind":"commit","published_at":"2019-12-10T08:06:13.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"a07df3beb6565909e660b677922ecd1e6c000d43","kind":"commit","published_at":"2019-10-01T07:39:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0/manifests"},{"name":"0.13.2","sha":"a99273bb0fe1d77c5e5b1b5512c6a9fa1285a125","kind":"commit","published_at":"2019-02-13T15:39:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2/manifests"},{"name":"0.13.1","sha":"d4ee44ada1abfe3ebc2a653796aecaebe48ab931","kind":"commit","published_at":"2019-01-11T18:49:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1/manifests"},{"name":"0.13.0","sha":"6abf62d21fae20b74faf3782bbf6b9ff142546f0","kind":"commit","published_at":"2018-11-14T17:54:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0/manifests"},{"name":"0.12.5","sha":"78b0a41818757612e651ad4dade5f19a226849e9","kind":"commit","published_at":"2018-09-13T13:39:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5/manifests"},{"name":"0.12.4","sha":"94c9c8f2f85a19c52954711434a922f845e21679","kind":"commit","published_at":"2018-09-05T09:17:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4/manifests"},{"name":"0.12.3","sha":"16c3074658b332db8057a88c79bf21b29f88169a","kind":"commit","published_at":"2018-08-30T13:55:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"3556ca4f39b1594e3666414ad1982d58f8e5f951","kind":"commit","published_at":"2018-08-02T12:01:18.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"c675d5d21294ed4868824b42086313a33e29d760","kind":"commit","published_at":"2018-07-17T14:48:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1/manifests"},{"name":"0.12","sha":"bb027ab7dfd01ce618c04a9bbac12f7fa1fe2857","kind":"commit","published_at":"2018-06-22T15:49:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12","html_url":"https://github.com/joblib/joblib/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12/manifests"},{"name":"0.11","sha":"04ceb168ede7ec55daf48c81977a5dc4b369d958","kind":"commit","published_at":"2017-03-02T10:36:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.11","html_url":"https://github.com/joblib/joblib/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11/manifests"},{"name":"0.10.3","sha":"8bbc500c60f14cc21b161b9f62c2be4201116a6a","kind":"commit","published_at":"2016-10-18T09:47:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3/manifests"},{"name":"0.10.2","sha":"9809359065adf268bba1f0b85e3b9a0b70fd1cf2","kind":"commit","published_at":"2016-08-29T14:28:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2/manifests"},{"name":"0.10.0","sha":"304fc58c156b0b2af79efe9cb74c0d9f98c75e0e","kind":"commit","published_at":"2016-07-13T07:05:09.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0/manifests"},{"name":"0.9.4","sha":"6f5906f87ef8894c1bc827e420d111db82333ff7","kind":"commit","published_at":"2016-01-18T13:34:31.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4/manifests"},{"name":"0.9.3","sha":"aeb018af545e025654176ffe9ae876bda1bddb89","kind":"commit","published_at":"2015-10-30T14:37:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"629bc99f6947884c9a61997827d0e1e9966b742a","kind":"commit","published_at":"2015-10-14T17:45:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"d24ce68ab1ef6aa671b81868f1cad003613d7f1d","kind":"commit","published_at":"2015-10-14T13:29:12.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"1e82a667dd076d3af44eb00a99d714f8a6274e10","kind":"commit","published_at":"2015-10-14T12:39:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0/manifests"},{"name":"0.9.0b4","sha":"70a22ea9ef994bf170c328e057edd38e839292c5","kind":"commit","published_at":"2015-08-27T11:44:52.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4/manifests"},{"name":"0.9.0b3","sha":"46ddd8d7e78e223f834860c8a984c082daea5eb6","kind":"commit","published_at":"2015-07-22T14:10:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3/manifests"},{"name":"0.9.0b2","sha":"b24d72e4c4c183017ddd1688c9fccdd1f0a878f6","kind":"commit","published_at":"2015-06-29T11:39:45.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2/manifests"},{"name":"0.8.4","sha":"f4549877622db8f08d70e7ee37e4bbc0060be962","kind":"commit","published_at":"2014-11-24T10:35:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4/manifests"},{"name":"0.8.3-r1","sha":"491db71896547a57446fd63a3f2d273638c63e3f","kind":"commit","published_at":"2014-08-24T09:10:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3-r1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3-r1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3-r1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1/manifests"},{"name":"0.8.3","sha":"7f63af45d8e6314ec575ff1f81094672d710c780","kind":"commit","published_at":"2014-08-20T07:50:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"7182908e70d83d4b0f028789c3168c94888647c3","kind":"tag","published_at":"2014-07-02T11:58:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"fe17f5795d3f0ea55463ce53a004443cf0132321","kind":"commit","published_at":"2014-06-04T12:59:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"74b63abd2864c90d2b8b63b07665da6cfbe38376","kind":"commit","published_at":"2014-05-28T11:51:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0/manifests"},{"name":"0.8.0a3","sha":"1027e576f7a514708004efc0a9ebdf4b4f3c5352","kind":"commit","published_at":"2014-01-15T14:34:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3/manifests"},{"name":"0.8.0a2","sha":"68b99a20857acd29086ff0db9a608929aa936397","kind":"commit","published_at":"2013-12-23T15:20:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2/manifests"},{"name":"0.8.0a","sha":"8f297aa34554b8ab840e9eff464353abe2932506","kind":"commit","published_at":"2013-12-20T17:32:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a/manifests"},{"name":"0.7.1","sha":"40fc9389c4e18510ba2a19c8bd8502fdbdd7e165","kind":"commit","published_at":"2013-07-26T15:01:07.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"3d90e83479be4178cddc79794466eff1cf131c4f","kind":"commit","published_at":"2013-02-20T05:51:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0/manifests"},{"name":"0.7.0d","sha":"6798901d8ba4d6c2c754ef9ae80eb6b3173a13c5","kind":"commit","published_at":"2013-02-08T14:47:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0d","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0d","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d/manifests"},{"name":"0.7.0c","sha":"d16ca3fd6bbc26f3af6a9898b7d16413362e9cd4","kind":"commit","published_at":"2013-02-07T15:25:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0c","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0c","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c/manifests"},{"name":"0.7.0b","sha":"868e633645def6660581278c851e20fbcdc98a6d","kind":"commit","published_at":"2012-11-20T21:04:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0b","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b/manifests"},{"name":"0.7.0a","sha":"373a176877ee58551e3f0a2acef28d97935c4519","kind":"commit","published_at":"2012-11-19T21:34:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a/manifests"},{"name":"0.6.5","sha":"b584962dff589624d2a6ecb7692c999091909603","kind":"commit","published_at":"2012-09-21T21:16:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5/manifests"},{"name":"debian/0.6.4-1","sha":"c01b1407532d9bace3de721ca27ba390a00b5064","kind":"tag","published_at":"2012-05-08T02:36:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1/manifests"},{"name":"0.6.4","sha":"c2d2879b681940813132566c1afae53b54db583d","kind":"commit","published_at":"2012-05-07T12:50:32.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"bcf7c631166bfae106a1c84d033a3aee5f9f814e","kind":"tag","published_at":"2012-05-07T12:47:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3/manifests"},{"name":"0.6.2","sha":"3c55421e0bf3821f9afbe0bf0b532999f58730c7","kind":"commit","published_at":"2012-02-06T17:56:56.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2/manifests"},{"name":"debian/0.6.1-1","sha":"6e6fe01b0f65e050fbd7b77d15013fa40a8f2912","kind":"tag","published_at":"2012-02-06T02:05:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1/manifests"},{"name":"0.6.1","sha":"a5f921ef1c91cb583d7e022e136df470eb252334","kind":"commit","published_at":"2012-02-05T22:36:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"a98b0ebc0b6ef85811326badd750a42b2922c4d2","kind":"commit","published_at":"2012-02-05T17:23:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0/manifests"},{"name":"debian/0.6.0_b3-1","sha":"77cbccbb2e4700ca100df87b55291999d9c3b438","kind":"tag","published_at":"2012-01-12T16:19:37.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1/manifests"},{"name":"0.6.0.b3","sha":"660289433cdebf515447ab4d004631470d1090ae","kind":"commit","published_at":"2012-01-12T10:21:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3/manifests"},{"name":"debian/0.6.0_b2-1","sha":"6eea8f1df2ff5d0805507c45455c59b3b7730891","kind":"tag","published_at":"2012-01-10T22:38:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b2-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b2-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b2-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1/manifests"},{"name":"0.6.0.b2","sha":"173c66927fe139f8c0e562f995bff141cd21a8c5","kind":"commit","published_at":"2012-01-07T16:59:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2/manifests"},{"name":"0.6.0.b","sha":"0f8b769bc077877a11f5baa93261de4188ca0cc8","kind":"commit","published_at":"2012-01-07T15:34:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b/manifests"},{"name":"0.6.0a","sha":"98acdc92a63d7f5a2e3824dfcb437e72cb335130","kind":"commit","published_at":"2012-01-03T16:49:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a/manifests"},{"name":"0.5.7","sha":"3312750fb8c7b642bc8a57ba9b5faac72207bb89","kind":"commit","published_at":"2011-12-28T10:20:29.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.7","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7/manifests"},{"name":"debian/0.5.4-1","sha":"2e5a2d2aaef8f381e3a844936f1bbd885e58d848","kind":"tag","published_at":"2011-10-18T02:34:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1/manifests"},{"name":"0.5.4","sha":"3d53d851db31bfc60c7aa9a0b3b075e598a7e78e","kind":"commit","published_at":"2011-09-29T09:05:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4/manifests"},{"name":"0.5.3","sha":"05be47c19f90040715ce3460178c91b01a0d1ee0","kind":"commit","published_at":"2011-06-25T14:25:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"8f8974006276a0e22491cc99be7da220e8a11047","kind":"commit","published_at":"2011-06-25T14:02:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2/manifests"},{"name":"debian/0.5.1-1","sha":"f7ea1e108ba0337281472072ed8fe7c55e231b18","kind":"tag","published_at":"2011-04-13T13:27:59.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1/manifests"},{"name":"0.5.1","sha":"5e7762192f524998c1411d9b2541efe88664ea80","kind":"tag","published_at":"2011-04-13T06:52:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1/manifests"},{"name":"debian/0.4.6-2","sha":"cfb70370c65e15c6569b9f03e0d643c680d19cad","kind":"tag","published_at":"2011-04-06T18:29:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-2","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2/manifests"},{"name":"0.5.0","sha":"f729c8536ef456e52cec8b35f59f06ccaf598c8c","kind":"commit","published_at":"2011-04-01T06:01:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0/manifests"},{"name":"debian/0.4.6-1","sha":"4d52ea4c940485ed6c33dc55146a6e8fbacf2def","kind":"tag","published_at":"2010-11-22T16:38:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1/manifests"},{"name":"0.4.6","sha":"a2cba91c277ff0638c430f5731207d2733087cbb","kind":"commit","published_at":"2010-11-21T19:11:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.6","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6/manifests"},{"name":"debian/0.4.5-1","sha":"cc47d5234766b7f00e2b6c50e2714e86a6f897a4","kind":"tag","published_at":"2010-10-06T22:22:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.5-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.5-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.5-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1/manifests"},{"name":"0.4.5","sha":"714a512089a9eb78585ebbf6b649d7df71b21866","kind":"commit","published_at":"2010-09-16T08:41:24.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5/manifests"},{"name":"0.4.4","sha":"9f5b08d973b4e3196879398c27cd5816cf09900d","kind":"commit","published_at":"2010-08-22T23:46:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4/manifests"},{"name":"debian/0.4.3-1","sha":"6f8fcefa3c159fdd0b4b3f2fca4b0b229137bc57","kind":"tag","published_at":"2010-08-01T12:05:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1/manifests"},{"name":"0.4.3","sha":"ee731a9738db58cb71693a49b5a7e5a7b883e775","kind":"tag","published_at":"2010-07-22T16:06:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"a378c22bf5c4abf8749cffa366f844dd4f293813","kind":"tag","published_at":"2010-07-16T08:16:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"a8e05c384746f00f0d145459e21af391cc26acd6","kind":"commit","published_at":"2010-07-03T10:02:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T12:08:37.709Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/joblib?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/joblib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/joblib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/joblib/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:31:16.083Z","issues_count":270,"pull_requests_count":367,"avg_time_to_close_issue":46665376.98571429,"avg_time_to_close_pull_request":11240991.513011152,"issues_closed_count":140,"pull_requests_closed_count":269,"pull_request_authors_count":114,"issue_authors_count":218,"avg_comments_per_issue":3.2037037037037037,"avg_comments_per_pull_request":3.0626702997275204,"merged_pull_requests_count":213,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":15,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":8649366.0,"past_year_avg_time_to_close_pull_request":1997205.2333333334,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.2666666666666666,"past_year_avg_comments_per_pull_request":3.30188679245283,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":24,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/issues","maintainers":[{"login":"lesteve","count":62,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"},{"login":"adrinjalali","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrinjalali"},{"login":"GaelVaroquaux","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GaelVaroquaux"}],"active_maintainers":[{"login":"lesteve","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/joblib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/joblib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/joblib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/joblib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/joblib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/joblib/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1440,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1308},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-24T05:05:15.657Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":5284049,"name":"joblib","ecosystem":"conda","description":"A set of tools to provide lightweight pipelining in Python. In particular: transparent disk-caching of functions and lazy re-evaluation (memoize pattern), easy, simple parallel computing. Joblib is optimized to be fast and robust on large data in particular and has specific optimizations for numpy arrays.","homepage":"https://joblib.readthedocs.io","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/joblib/joblib","keywords_array":[],"namespace":null,"versions_count":23,"first_release_published_at":"2018-06-25T16:24:38.000Z","latest_release_published_at":"2026-01-08T10:28:12.000Z","latest_release_number":"1.5.3","last_synced_at":"2026-03-09T22:22:32.543Z","created_at":"2022-10-03T15:40:30.415Z","updated_at":"2026-08-20T13:38:59.221Z","registry_url":"https://anaconda.org/anaconda/joblib","install_command":"conda install -c anaconda joblib","documentation_url":null,"metadata":{},"repo_metadata":{"id":1054058,"uuid":"654608","full_name":"joblib/joblib","owner":"joblib","description":"Computing with Python functions.","archived":false,"fork":false,"pushed_at":"2026-08-05T15:13:06.000Z","size":4592,"stargazers_count":4382,"open_issues_count":438,"forks_count":470,"subscribers_count":56,"default_branch":"main","last_synced_at":"2026-08-13T08:51:34.920Z","etag":null,"topics":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"latest_commit_sha":null,"homepage":"http://joblib.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joblib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2010-05-07T06:48:26.000Z","updated_at":"2026-08-10T02:43:56.000Z","dependencies_parsed_at":"2026-08-06T00:44:57.202Z","dependency_job_id":null,"html_url":"https://github.com/joblib/joblib","commit_stats":{"total_commits":1410,"total_committers":143,"mean_commits":9.86013986013986,"dds":0.7184397163120567,"last_synced_commit":"e02400a41b8bef0688865ff379ea13f3f7cb4f3b"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/joblib/joblib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/sbom","scorecard":{"id":526072,"data":{"date":"2025-08-11","repo":{"name":"github.com/joblib/joblib","commit":"f72435199155e59d6fab24df656a84e022680d6c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 24/30 approved changesets -- score normalized to 8","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"5 commit(s) and 9 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish-to-pypi.yml:68","Info: topLevel 'contents' permission set to 'read': .github/workflows/codespell.yml:12","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:3"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/codespell.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:44","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:56","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:62","Warn: pipCommand not pinned by hash: continuous_integration/run_tests.sh:31","Warn: pipCommand not pinned by hash: joblib/externals/vendor_cloudpickle.sh:13","Warn: pipCommand not pinned by hash: joblib/externals/vendor_loky.sh:14","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:39","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":8,"reason":"2 out of the last 2 releases have a total of 2 signed artifacts.","details":["Info: signed release artifact: joblib-1.5.1-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.1","Info: signed release artifact: joblib-1.5.0-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.0","Warn: release artifact 1.5.1 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/220626134","Warn: release artifact 1.5.0 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/216320344"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish-to-pypi.yml:37"],"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-871 / PYSEC-2021-872 / GHSA-hwqr-f3v9-hwxr","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8"],"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 28 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-20T04:24:50.553Z","repository_id":1054058,"created_at":"2025-08-20T04:24:50.553Z","updated_at":"2025-08-20T04:24:50.553Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36602648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"joblib","name":"joblib","uuid":"332661","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/332661?v=4","repositories_count":8,"last_synced_at":"2026-08-14T04:43:02.227Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/joblib","funding_links":[],"total_stars":5748,"followers":66,"following":0,"created_at":"2022-11-02T16:26:33.120Z","updated_at":"2026-08-14T04:43:02.268Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib/repositories"},"tags":[{"name":"1.5.3","sha":"40cd002ae1765195dfc4738a6bc7f5534b420a21","kind":"tag","published_at":"2025-12-15T08:40:28.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"eb74f8e0527f689409f7bb1fcc90e87c27d6ed5a","kind":"commit","published_at":"2025-08-27T12:14:41.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"cb554a51412e385f911b18697bfe9bb407c14bcc","kind":"commit","published_at":"2025-05-23T12:03:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"e347c9233b33758837f02d8ffbba0173f9c76a5c","kind":"commit","published_at":"2025-05-03T21:08:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"d46857a490a70fa8b66b2878066b40de13d3e326","kind":"commit","published_at":"2024-05-02T12:10:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"118ad371e3114b58343a1d868e7039fcf785f2ab","kind":"commit","published_at":"2024-05-02T11:13:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"8b98a48a3c9b0b0f5f323db285c99e695a3b974b","kind":"commit","published_at":"2024-04-08T15:04:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0/manifests"},{"name":"1.3.2","sha":"942a41084dbe79743d3114a475dc9e390b8718f1","kind":"commit","published_at":"2023-08-09T09:21:44.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"476ff8e62b221fc5816bad9b55dec8883d4f157c","kind":"commit","published_at":"2023-06-29T15:14:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"22ff2de102f5b0f7cfe4ab0ec63aec6c6157aa4b","kind":"commit","published_at":"2023-06-28T13:12:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0/manifests"},{"name":"1.1.1","sha":"f08737d9f23d3cdb40680f2e43d5e447bffe6271","kind":"commit","published_at":"2022-10-10T12:50:58.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1/manifests"},{"name":"1.2.0","sha":"5991350e03493fbf27bb596429a935e0c40fb536","kind":"commit","published_at":"2022-09-16T09:59:38.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.2.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"d9302a146e4e38d9d6709357afc1ab1c99ff0a72","kind":"commit","published_at":"2021-10-07T14:41:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"4ea15eea25498429d6cb60100effd11f87bd3a48","kind":"commit","published_at":"2021-02-09T16:44:25.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"302c2418fdc781125785c7c1778d1d79566be758","kind":"commit","published_at":"2020-12-14T13:55:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0/manifests"},{"name":"0.17.0","sha":"27ccbb82a7025e5d149a235582b861db1987dbb5","kind":"commit","published_at":"2020-10-02T19:12:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.17.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"19db4f58ac502a4bd01ab07aa31b2fc8756bcc3a","kind":"commit","published_at":"2020-07-01T16:03:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.16.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"60ee6fe91a9de7210868a24d49e4c50aaee91034","kind":"commit","published_at":"2020-05-16T12:39:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"fea01de9e9878d80303e8052b01b9913956ecbd6","kind":"commit","published_at":"2020-05-15T09:29:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"3629a0b0b036867802cd03c03cde116004826e6a","kind":"commit","published_at":"2019-12-10T08:06:13.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"a07df3beb6565909e660b677922ecd1e6c000d43","kind":"commit","published_at":"2019-10-01T07:39:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0/manifests"},{"name":"0.13.2","sha":"a99273bb0fe1d77c5e5b1b5512c6a9fa1285a125","kind":"commit","published_at":"2019-02-13T15:39:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2/manifests"},{"name":"0.13.1","sha":"d4ee44ada1abfe3ebc2a653796aecaebe48ab931","kind":"commit","published_at":"2019-01-11T18:49:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1/manifests"},{"name":"0.13.0","sha":"6abf62d21fae20b74faf3782bbf6b9ff142546f0","kind":"commit","published_at":"2018-11-14T17:54:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0/manifests"},{"name":"0.12.5","sha":"78b0a41818757612e651ad4dade5f19a226849e9","kind":"commit","published_at":"2018-09-13T13:39:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5/manifests"},{"name":"0.12.4","sha":"94c9c8f2f85a19c52954711434a922f845e21679","kind":"commit","published_at":"2018-09-05T09:17:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4/manifests"},{"name":"0.12.3","sha":"16c3074658b332db8057a88c79bf21b29f88169a","kind":"commit","published_at":"2018-08-30T13:55:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"3556ca4f39b1594e3666414ad1982d58f8e5f951","kind":"commit","published_at":"2018-08-02T12:01:18.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"c675d5d21294ed4868824b42086313a33e29d760","kind":"commit","published_at":"2018-07-17T14:48:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1/manifests"},{"name":"0.12","sha":"bb027ab7dfd01ce618c04a9bbac12f7fa1fe2857","kind":"commit","published_at":"2018-06-22T15:49:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12","html_url":"https://github.com/joblib/joblib/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12/manifests"},{"name":"0.11","sha":"04ceb168ede7ec55daf48c81977a5dc4b369d958","kind":"commit","published_at":"2017-03-02T10:36:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.11","html_url":"https://github.com/joblib/joblib/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11/manifests"},{"name":"0.10.3","sha":"8bbc500c60f14cc21b161b9f62c2be4201116a6a","kind":"commit","published_at":"2016-10-18T09:47:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3/manifests"},{"name":"0.10.2","sha":"9809359065adf268bba1f0b85e3b9a0b70fd1cf2","kind":"commit","published_at":"2016-08-29T14:28:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2/manifests"},{"name":"0.10.0","sha":"304fc58c156b0b2af79efe9cb74c0d9f98c75e0e","kind":"commit","published_at":"2016-07-13T07:05:09.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0/manifests"},{"name":"0.9.4","sha":"6f5906f87ef8894c1bc827e420d111db82333ff7","kind":"commit","published_at":"2016-01-18T13:34:31.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4/manifests"},{"name":"0.9.3","sha":"aeb018af545e025654176ffe9ae876bda1bddb89","kind":"commit","published_at":"2015-10-30T14:37:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"629bc99f6947884c9a61997827d0e1e9966b742a","kind":"commit","published_at":"2015-10-14T17:45:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"d24ce68ab1ef6aa671b81868f1cad003613d7f1d","kind":"commit","published_at":"2015-10-14T13:29:12.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"1e82a667dd076d3af44eb00a99d714f8a6274e10","kind":"commit","published_at":"2015-10-14T12:39:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0/manifests"},{"name":"0.9.0b4","sha":"70a22ea9ef994bf170c328e057edd38e839292c5","kind":"commit","published_at":"2015-08-27T11:44:52.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4/manifests"},{"name":"0.9.0b3","sha":"46ddd8d7e78e223f834860c8a984c082daea5eb6","kind":"commit","published_at":"2015-07-22T14:10:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3/manifests"},{"name":"0.9.0b2","sha":"b24d72e4c4c183017ddd1688c9fccdd1f0a878f6","kind":"commit","published_at":"2015-06-29T11:39:45.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2/manifests"},{"name":"0.8.4","sha":"f4549877622db8f08d70e7ee37e4bbc0060be962","kind":"commit","published_at":"2014-11-24T10:35:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4/manifests"},{"name":"0.8.3-r1","sha":"491db71896547a57446fd63a3f2d273638c63e3f","kind":"commit","published_at":"2014-08-24T09:10:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3-r1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3-r1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3-r1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1/manifests"},{"name":"0.8.3","sha":"7f63af45d8e6314ec575ff1f81094672d710c780","kind":"commit","published_at":"2014-08-20T07:50:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"7182908e70d83d4b0f028789c3168c94888647c3","kind":"tag","published_at":"2014-07-02T11:58:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"fe17f5795d3f0ea55463ce53a004443cf0132321","kind":"commit","published_at":"2014-06-04T12:59:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"74b63abd2864c90d2b8b63b07665da6cfbe38376","kind":"commit","published_at":"2014-05-28T11:51:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0/manifests"},{"name":"0.8.0a3","sha":"1027e576f7a514708004efc0a9ebdf4b4f3c5352","kind":"commit","published_at":"2014-01-15T14:34:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3/manifests"},{"name":"0.8.0a2","sha":"68b99a20857acd29086ff0db9a608929aa936397","kind":"commit","published_at":"2013-12-23T15:20:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2/manifests"},{"name":"0.8.0a","sha":"8f297aa34554b8ab840e9eff464353abe2932506","kind":"commit","published_at":"2013-12-20T17:32:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a/manifests"},{"name":"0.7.1","sha":"40fc9389c4e18510ba2a19c8bd8502fdbdd7e165","kind":"commit","published_at":"2013-07-26T15:01:07.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"3d90e83479be4178cddc79794466eff1cf131c4f","kind":"commit","published_at":"2013-02-20T05:51:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0/manifests"},{"name":"0.7.0d","sha":"6798901d8ba4d6c2c754ef9ae80eb6b3173a13c5","kind":"commit","published_at":"2013-02-08T14:47:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0d","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0d","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d/manifests"},{"name":"0.7.0c","sha":"d16ca3fd6bbc26f3af6a9898b7d16413362e9cd4","kind":"commit","published_at":"2013-02-07T15:25:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0c","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0c","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c/manifests"},{"name":"0.7.0b","sha":"868e633645def6660581278c851e20fbcdc98a6d","kind":"commit","published_at":"2012-11-20T21:04:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0b","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b/manifests"},{"name":"0.7.0a","sha":"373a176877ee58551e3f0a2acef28d97935c4519","kind":"commit","published_at":"2012-11-19T21:34:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a/manifests"},{"name":"0.6.5","sha":"b584962dff589624d2a6ecb7692c999091909603","kind":"commit","published_at":"2012-09-21T21:16:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5/manifests"},{"name":"debian/0.6.4-1","sha":"c01b1407532d9bace3de721ca27ba390a00b5064","kind":"tag","published_at":"2012-05-08T02:36:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1/manifests"},{"name":"0.6.4","sha":"c2d2879b681940813132566c1afae53b54db583d","kind":"commit","published_at":"2012-05-07T12:50:32.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"bcf7c631166bfae106a1c84d033a3aee5f9f814e","kind":"tag","published_at":"2012-05-07T12:47:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3/manifests"},{"name":"0.6.2","sha":"3c55421e0bf3821f9afbe0bf0b532999f58730c7","kind":"commit","published_at":"2012-02-06T17:56:56.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2/manifests"},{"name":"debian/0.6.1-1","sha":"6e6fe01b0f65e050fbd7b77d15013fa40a8f2912","kind":"tag","published_at":"2012-02-06T02:05:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1/manifests"},{"name":"0.6.1","sha":"a5f921ef1c91cb583d7e022e136df470eb252334","kind":"commit","published_at":"2012-02-05T22:36:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"a98b0ebc0b6ef85811326badd750a42b2922c4d2","kind":"commit","published_at":"2012-02-05T17:23:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0/manifests"},{"name":"debian/0.6.0_b3-1","sha":"77cbccbb2e4700ca100df87b55291999d9c3b438","kind":"tag","published_at":"2012-01-12T16:19:37.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1/manifests"},{"name":"0.6.0.b3","sha":"660289433cdebf515447ab4d004631470d1090ae","kind":"commit","published_at":"2012-01-12T10:21:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3/manifests"},{"name":"debian/0.6.0_b2-1","sha":"6eea8f1df2ff5d0805507c45455c59b3b7730891","kind":"tag","published_at":"2012-01-10T22:38:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b2-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b2-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b2-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1/manifests"},{"name":"0.6.0.b2","sha":"173c66927fe139f8c0e562f995bff141cd21a8c5","kind":"commit","published_at":"2012-01-07T16:59:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2/manifests"},{"name":"0.6.0.b","sha":"0f8b769bc077877a11f5baa93261de4188ca0cc8","kind":"commit","published_at":"2012-01-07T15:34:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b/manifests"},{"name":"0.6.0a","sha":"98acdc92a63d7f5a2e3824dfcb437e72cb335130","kind":"commit","published_at":"2012-01-03T16:49:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a/manifests"},{"name":"0.5.7","sha":"3312750fb8c7b642bc8a57ba9b5faac72207bb89","kind":"commit","published_at":"2011-12-28T10:20:29.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.7","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7/manifests"},{"name":"debian/0.5.4-1","sha":"2e5a2d2aaef8f381e3a844936f1bbd885e58d848","kind":"tag","published_at":"2011-10-18T02:34:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1/manifests"},{"name":"0.5.4","sha":"3d53d851db31bfc60c7aa9a0b3b075e598a7e78e","kind":"commit","published_at":"2011-09-29T09:05:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4/manifests"},{"name":"0.5.3","sha":"05be47c19f90040715ce3460178c91b01a0d1ee0","kind":"commit","published_at":"2011-06-25T14:25:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"8f8974006276a0e22491cc99be7da220e8a11047","kind":"commit","published_at":"2011-06-25T14:02:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2/manifests"},{"name":"debian/0.5.1-1","sha":"f7ea1e108ba0337281472072ed8fe7c55e231b18","kind":"tag","published_at":"2011-04-13T13:27:59.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1/manifests"},{"name":"0.5.1","sha":"5e7762192f524998c1411d9b2541efe88664ea80","kind":"tag","published_at":"2011-04-13T06:52:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1/manifests"},{"name":"debian/0.4.6-2","sha":"cfb70370c65e15c6569b9f03e0d643c680d19cad","kind":"tag","published_at":"2011-04-06T18:29:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-2","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2/manifests"},{"name":"0.5.0","sha":"f729c8536ef456e52cec8b35f59f06ccaf598c8c","kind":"commit","published_at":"2011-04-01T06:01:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0/manifests"},{"name":"debian/0.4.6-1","sha":"4d52ea4c940485ed6c33dc55146a6e8fbacf2def","kind":"tag","published_at":"2010-11-22T16:38:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1/manifests"},{"name":"0.4.6","sha":"a2cba91c277ff0638c430f5731207d2733087cbb","kind":"commit","published_at":"2010-11-21T19:11:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.6","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6/manifests"},{"name":"debian/0.4.5-1","sha":"cc47d5234766b7f00e2b6c50e2714e86a6f897a4","kind":"tag","published_at":"2010-10-06T22:22:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.5-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.5-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.5-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1/manifests"},{"name":"0.4.5","sha":"714a512089a9eb78585ebbf6b649d7df71b21866","kind":"commit","published_at":"2010-09-16T08:41:24.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5/manifests"},{"name":"0.4.4","sha":"9f5b08d973b4e3196879398c27cd5816cf09900d","kind":"commit","published_at":"2010-08-22T23:46:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4/manifests"},{"name":"debian/0.4.3-1","sha":"6f8fcefa3c159fdd0b4b3f2fca4b0b229137bc57","kind":"tag","published_at":"2010-08-01T12:05:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1/manifests"},{"name":"0.4.3","sha":"ee731a9738db58cb71693a49b5a7e5a7b883e775","kind":"tag","published_at":"2010-07-22T16:06:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"a378c22bf5c4abf8749cffa366f844dd4f293813","kind":"tag","published_at":"2010-07-16T08:16:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"a8e05c384746f00f0d145459e21af391cc26acd6","kind":"commit","published_at":"2010-07-03T10:02:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T13:38:59.221Z","dependent_packages_count":16,"downloads":2185457,"downloads_period":"total","dependent_repos_count":1957,"rankings":{"downloads":null,"dependent_repos_count":1.7516902274124155,"dependent_packages_count":5.101413644744929,"stargazers_count":14.290104486785497,"forks_count":17.086662569145666,"docker_downloads_count":null,"average":9.557467732022127},"purl":"pkg:conda/joblib","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/joblib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/joblib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/joblib/dependencies","status":null,"funding_links":[],"critical":false,"issue_metadata":{"last_synced_at":"2026-08-20T11:31:16.083Z","issues_count":270,"pull_requests_count":367,"avg_time_to_close_issue":46665376.98571429,"avg_time_to_close_pull_request":11240991.513011152,"issues_closed_count":140,"pull_requests_closed_count":269,"pull_request_authors_count":114,"issue_authors_count":218,"avg_comments_per_issue":3.2037037037037037,"avg_comments_per_pull_request":3.0626702997275204,"merged_pull_requests_count":213,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":15,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":8649366.0,"past_year_avg_time_to_close_pull_request":1997205.2333333334,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.2666666666666666,"past_year_avg_comments_per_pull_request":3.30188679245283,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":24,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/issues","maintainers":[{"login":"lesteve","count":62,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"},{"login":"adrinjalali","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrinjalali"},{"login":"GaelVaroquaux","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GaelVaroquaux"}],"active_maintainers":[{"login":"lesteve","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/joblib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/joblib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/joblib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/joblib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/joblib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages/joblib/codemeta","maintainers":[],"registry":{"name":"anaconda.org","url":"https://anaconda.org","ecosystem":"conda","default":true,"packages_count":5475,"maintainers_count":0,"namespaces_count":0,"keywords_count":3313,"github":"Anaconda","metadata":{"kind":"anaconda","key":"Main","api":"https://repo.ananconda.com","funded_packages_count":852},"icon_url":"https://github.com/Anaconda.png","created_at":"2022-10-03T15:37:08.736Z","updated_at":"2026-08-24T05:06:29.101Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/anaconda.org/namespaces"}},{"id":13479018,"name":"joblib","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/joblib/joblib","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/joblib/joblib","keywords_array":["universe/python"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-10T08:20:25.274Z","latest_release_published_at":"2026-02-10T08:20:25.274Z","latest_release_number":"1.2.0-4","last_synced_at":"2026-03-10T09:07:48.607Z","created_at":"2026-02-10T08:20:24.898Z","updated_at":"2026-08-20T13:38:59.219Z","registry_url":"https://launchpad.net/ubuntu/+source/joblib","install_command":"apt-get install joblib","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-joblib","standards_version":"4.6.1","maintainer":"Debian Science Maintainers \u003cdebian-science-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-pytest, python3-numpy, python3-psutil, python3-lz4, python3-threadpoolctl \u003c!nocheck\u003e, cython3, procps","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":1054058,"uuid":"654608","full_name":"joblib/joblib","owner":"joblib","description":"Computing with Python functions.","archived":false,"fork":false,"pushed_at":"2026-08-05T15:13:06.000Z","size":4592,"stargazers_count":4382,"open_issues_count":438,"forks_count":470,"subscribers_count":56,"default_branch":"main","last_synced_at":"2026-08-13T08:51:34.920Z","etag":null,"topics":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"latest_commit_sha":null,"homepage":"http://joblib.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joblib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2010-05-07T06:48:26.000Z","updated_at":"2026-08-10T02:43:56.000Z","dependencies_parsed_at":"2026-08-06T00:44:57.202Z","dependency_job_id":null,"html_url":"https://github.com/joblib/joblib","commit_stats":{"total_commits":1410,"total_committers":143,"mean_commits":9.86013986013986,"dds":0.7184397163120567,"last_synced_commit":"e02400a41b8bef0688865ff379ea13f3f7cb4f3b"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/joblib/joblib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/sbom","scorecard":{"id":526072,"data":{"date":"2025-08-11","repo":{"name":"github.com/joblib/joblib","commit":"f72435199155e59d6fab24df656a84e022680d6c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 24/30 approved changesets -- score normalized to 8","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"5 commit(s) and 9 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish-to-pypi.yml:68","Info: topLevel 'contents' permission set to 'read': .github/workflows/codespell.yml:12","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:3"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/codespell.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:44","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:56","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:62","Warn: pipCommand not pinned by hash: continuous_integration/run_tests.sh:31","Warn: pipCommand not pinned by hash: joblib/externals/vendor_cloudpickle.sh:13","Warn: pipCommand not pinned by hash: joblib/externals/vendor_loky.sh:14","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:39","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":8,"reason":"2 out of the last 2 releases have a total of 2 signed artifacts.","details":["Info: signed release artifact: joblib-1.5.1-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.1","Info: signed release artifact: joblib-1.5.0-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.0","Warn: release artifact 1.5.1 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/220626134","Warn: release artifact 1.5.0 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/216320344"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish-to-pypi.yml:37"],"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-871 / PYSEC-2021-872 / GHSA-hwqr-f3v9-hwxr","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8"],"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 28 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-20T04:24:50.553Z","repository_id":1054058,"created_at":"2025-08-20T04:24:50.553Z","updated_at":"2025-08-20T04:24:50.553Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36602648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-13T02:00:06.325Z","response_time":111,"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":"joblib","name":"joblib","uuid":"332661","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/332661?v=4","repositories_count":8,"last_synced_at":"2026-08-14T04:43:02.227Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/joblib","funding_links":[],"total_stars":5748,"followers":66,"following":0,"created_at":"2022-11-02T16:26:33.120Z","updated_at":"2026-08-14T04:43:02.268Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib/repositories"},"tags":[{"name":"1.5.3","sha":"40cd002ae1765195dfc4738a6bc7f5534b420a21","kind":"tag","published_at":"2025-12-15T08:40:28.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"eb74f8e0527f689409f7bb1fcc90e87c27d6ed5a","kind":"commit","published_at":"2025-08-27T12:14:41.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"cb554a51412e385f911b18697bfe9bb407c14bcc","kind":"commit","published_at":"2025-05-23T12:03:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"e347c9233b33758837f02d8ffbba0173f9c76a5c","kind":"commit","published_at":"2025-05-03T21:08:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"d46857a490a70fa8b66b2878066b40de13d3e326","kind":"commit","published_at":"2024-05-02T12:10:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"118ad371e3114b58343a1d868e7039fcf785f2ab","kind":"commit","published_at":"2024-05-02T11:13:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"8b98a48a3c9b0b0f5f323db285c99e695a3b974b","kind":"commit","published_at":"2024-04-08T15:04:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0/manifests"},{"name":"1.3.2","sha":"942a41084dbe79743d3114a475dc9e390b8718f1","kind":"commit","published_at":"2023-08-09T09:21:44.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"476ff8e62b221fc5816bad9b55dec8883d4f157c","kind":"commit","published_at":"2023-06-29T15:14:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"22ff2de102f5b0f7cfe4ab0ec63aec6c6157aa4b","kind":"commit","published_at":"2023-06-28T13:12:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0/manifests"},{"name":"1.1.1","sha":"f08737d9f23d3cdb40680f2e43d5e447bffe6271","kind":"commit","published_at":"2022-10-10T12:50:58.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1/manifests"},{"name":"1.2.0","sha":"5991350e03493fbf27bb596429a935e0c40fb536","kind":"commit","published_at":"2022-09-16T09:59:38.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.2.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"d9302a146e4e38d9d6709357afc1ab1c99ff0a72","kind":"commit","published_at":"2021-10-07T14:41:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"4ea15eea25498429d6cb60100effd11f87bd3a48","kind":"commit","published_at":"2021-02-09T16:44:25.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"302c2418fdc781125785c7c1778d1d79566be758","kind":"commit","published_at":"2020-12-14T13:55:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0/manifests"},{"name":"0.17.0","sha":"27ccbb82a7025e5d149a235582b861db1987dbb5","kind":"commit","published_at":"2020-10-02T19:12:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.17.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"19db4f58ac502a4bd01ab07aa31b2fc8756bcc3a","kind":"commit","published_at":"2020-07-01T16:03:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.16.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"60ee6fe91a9de7210868a24d49e4c50aaee91034","kind":"commit","published_at":"2020-05-16T12:39:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"fea01de9e9878d80303e8052b01b9913956ecbd6","kind":"commit","published_at":"2020-05-15T09:29:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"3629a0b0b036867802cd03c03cde116004826e6a","kind":"commit","published_at":"2019-12-10T08:06:13.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"a07df3beb6565909e660b677922ecd1e6c000d43","kind":"commit","published_at":"2019-10-01T07:39:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0/manifests"},{"name":"0.13.2","sha":"a99273bb0fe1d77c5e5b1b5512c6a9fa1285a125","kind":"commit","published_at":"2019-02-13T15:39:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2/manifests"},{"name":"0.13.1","sha":"d4ee44ada1abfe3ebc2a653796aecaebe48ab931","kind":"commit","published_at":"2019-01-11T18:49:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1/manifests"},{"name":"0.13.0","sha":"6abf62d21fae20b74faf3782bbf6b9ff142546f0","kind":"commit","published_at":"2018-11-14T17:54:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0/manifests"},{"name":"0.12.5","sha":"78b0a41818757612e651ad4dade5f19a226849e9","kind":"commit","published_at":"2018-09-13T13:39:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5/manifests"},{"name":"0.12.4","sha":"94c9c8f2f85a19c52954711434a922f845e21679","kind":"commit","published_at":"2018-09-05T09:17:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4/manifests"},{"name":"0.12.3","sha":"16c3074658b332db8057a88c79bf21b29f88169a","kind":"commit","published_at":"2018-08-30T13:55:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"3556ca4f39b1594e3666414ad1982d58f8e5f951","kind":"commit","published_at":"2018-08-02T12:01:18.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"c675d5d21294ed4868824b42086313a33e29d760","kind":"commit","published_at":"2018-07-17T14:48:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1/manifests"},{"name":"0.12","sha":"bb027ab7dfd01ce618c04a9bbac12f7fa1fe2857","kind":"commit","published_at":"2018-06-22T15:49:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12","html_url":"https://github.com/joblib/joblib/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12/manifests"},{"name":"0.11","sha":"04ceb168ede7ec55daf48c81977a5dc4b369d958","kind":"commit","published_at":"2017-03-02T10:36:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.11","html_url":"https://github.com/joblib/joblib/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11/manifests"},{"name":"0.10.3","sha":"8bbc500c60f14cc21b161b9f62c2be4201116a6a","kind":"commit","published_at":"2016-10-18T09:47:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3/manifests"},{"name":"0.10.2","sha":"9809359065adf268bba1f0b85e3b9a0b70fd1cf2","kind":"commit","published_at":"2016-08-29T14:28:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2/manifests"},{"name":"0.10.0","sha":"304fc58c156b0b2af79efe9cb74c0d9f98c75e0e","kind":"commit","published_at":"2016-07-13T07:05:09.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0/manifests"},{"name":"0.9.4","sha":"6f5906f87ef8894c1bc827e420d111db82333ff7","kind":"commit","published_at":"2016-01-18T13:34:31.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4/manifests"},{"name":"0.9.3","sha":"aeb018af545e025654176ffe9ae876bda1bddb89","kind":"commit","published_at":"2015-10-30T14:37:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"629bc99f6947884c9a61997827d0e1e9966b742a","kind":"commit","published_at":"2015-10-14T17:45:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"d24ce68ab1ef6aa671b81868f1cad003613d7f1d","kind":"commit","published_at":"2015-10-14T13:29:12.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"1e82a667dd076d3af44eb00a99d714f8a6274e10","kind":"commit","published_at":"2015-10-14T12:39:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0/manifests"},{"name":"0.9.0b4","sha":"70a22ea9ef994bf170c328e057edd38e839292c5","kind":"commit","published_at":"2015-08-27T11:44:52.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4/manifests"},{"name":"0.9.0b3","sha":"46ddd8d7e78e223f834860c8a984c082daea5eb6","kind":"commit","published_at":"2015-07-22T14:10:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3/manifests"},{"name":"0.9.0b2","sha":"b24d72e4c4c183017ddd1688c9fccdd1f0a878f6","kind":"commit","published_at":"2015-06-29T11:39:45.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2/manifests"},{"name":"0.8.4","sha":"f4549877622db8f08d70e7ee37e4bbc0060be962","kind":"commit","published_at":"2014-11-24T10:35:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4/manifests"},{"name":"0.8.3-r1","sha":"491db71896547a57446fd63a3f2d273638c63e3f","kind":"commit","published_at":"2014-08-24T09:10:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3-r1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3-r1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3-r1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1/manifests"},{"name":"0.8.3","sha":"7f63af45d8e6314ec575ff1f81094672d710c780","kind":"commit","published_at":"2014-08-20T07:50:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"7182908e70d83d4b0f028789c3168c94888647c3","kind":"tag","published_at":"2014-07-02T11:58:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"fe17f5795d3f0ea55463ce53a004443cf0132321","kind":"commit","published_at":"2014-06-04T12:59:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"74b63abd2864c90d2b8b63b07665da6cfbe38376","kind":"commit","published_at":"2014-05-28T11:51:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0/manifests"},{"name":"0.8.0a3","sha":"1027e576f7a514708004efc0a9ebdf4b4f3c5352","kind":"commit","published_at":"2014-01-15T14:34:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3/manifests"},{"name":"0.8.0a2","sha":"68b99a20857acd29086ff0db9a608929aa936397","kind":"commit","published_at":"2013-12-23T15:20:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2/manifests"},{"name":"0.8.0a","sha":"8f297aa34554b8ab840e9eff464353abe2932506","kind":"commit","published_at":"2013-12-20T17:32:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a/manifests"},{"name":"0.7.1","sha":"40fc9389c4e18510ba2a19c8bd8502fdbdd7e165","kind":"commit","published_at":"2013-07-26T15:01:07.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"3d90e83479be4178cddc79794466eff1cf131c4f","kind":"commit","published_at":"2013-02-20T05:51:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0/manifests"},{"name":"0.7.0d","sha":"6798901d8ba4d6c2c754ef9ae80eb6b3173a13c5","kind":"commit","published_at":"2013-02-08T14:47:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0d","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0d","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d/manifests"},{"name":"0.7.0c","sha":"d16ca3fd6bbc26f3af6a9898b7d16413362e9cd4","kind":"commit","published_at":"2013-02-07T15:25:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0c","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0c","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c/manifests"},{"name":"0.7.0b","sha":"868e633645def6660581278c851e20fbcdc98a6d","kind":"commit","published_at":"2012-11-20T21:04:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0b","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b/manifests"},{"name":"0.7.0a","sha":"373a176877ee58551e3f0a2acef28d97935c4519","kind":"commit","published_at":"2012-11-19T21:34:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a/manifests"},{"name":"0.6.5","sha":"b584962dff589624d2a6ecb7692c999091909603","kind":"commit","published_at":"2012-09-21T21:16:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5/manifests"},{"name":"debian/0.6.4-1","sha":"c01b1407532d9bace3de721ca27ba390a00b5064","kind":"tag","published_at":"2012-05-08T02:36:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1/manifests"},{"name":"0.6.4","sha":"c2d2879b681940813132566c1afae53b54db583d","kind":"commit","published_at":"2012-05-07T12:50:32.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"bcf7c631166bfae106a1c84d033a3aee5f9f814e","kind":"tag","published_at":"2012-05-07T12:47:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3/manifests"},{"name":"0.6.2","sha":"3c55421e0bf3821f9afbe0bf0b532999f58730c7","kind":"commit","published_at":"2012-02-06T17:56:56.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2/manifests"},{"name":"debian/0.6.1-1","sha":"6e6fe01b0f65e050fbd7b77d15013fa40a8f2912","kind":"tag","published_at":"2012-02-06T02:05:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1/manifests"},{"name":"0.6.1","sha":"a5f921ef1c91cb583d7e022e136df470eb252334","kind":"commit","published_at":"2012-02-05T22:36:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"a98b0ebc0b6ef85811326badd750a42b2922c4d2","kind":"commit","published_at":"2012-02-05T17:23:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0/manifests"},{"name":"debian/0.6.0_b3-1","sha":"77cbccbb2e4700ca100df87b55291999d9c3b438","kind":"tag","published_at":"2012-01-12T16:19:37.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1/manifests"},{"name":"0.6.0.b3","sha":"660289433cdebf515447ab4d004631470d1090ae","kind":"commit","published_at":"2012-01-12T10:21:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3/manifests"},{"name":"debian/0.6.0_b2-1","sha":"6eea8f1df2ff5d0805507c45455c59b3b7730891","kind":"tag","published_at":"2012-01-10T22:38:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b2-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b2-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b2-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1/manifests"},{"name":"0.6.0.b2","sha":"173c66927fe139f8c0e562f995bff141cd21a8c5","kind":"commit","published_at":"2012-01-07T16:59:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2/manifests"},{"name":"0.6.0.b","sha":"0f8b769bc077877a11f5baa93261de4188ca0cc8","kind":"commit","published_at":"2012-01-07T15:34:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b/manifests"},{"name":"0.6.0a","sha":"98acdc92a63d7f5a2e3824dfcb437e72cb335130","kind":"commit","published_at":"2012-01-03T16:49:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a/manifests"},{"name":"0.5.7","sha":"3312750fb8c7b642bc8a57ba9b5faac72207bb89","kind":"commit","published_at":"2011-12-28T10:20:29.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.7","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7/manifests"},{"name":"debian/0.5.4-1","sha":"2e5a2d2aaef8f381e3a844936f1bbd885e58d848","kind":"tag","published_at":"2011-10-18T02:34:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1/manifests"},{"name":"0.5.4","sha":"3d53d851db31bfc60c7aa9a0b3b075e598a7e78e","kind":"commit","published_at":"2011-09-29T09:05:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4/manifests"},{"name":"0.5.3","sha":"05be47c19f90040715ce3460178c91b01a0d1ee0","kind":"commit","published_at":"2011-06-25T14:25:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"8f8974006276a0e22491cc99be7da220e8a11047","kind":"commit","published_at":"2011-06-25T14:02:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2/manifests"},{"name":"debian/0.5.1-1","sha":"f7ea1e108ba0337281472072ed8fe7c55e231b18","kind":"tag","published_at":"2011-04-13T13:27:59.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1/manifests"},{"name":"0.5.1","sha":"5e7762192f524998c1411d9b2541efe88664ea80","kind":"tag","published_at":"2011-04-13T06:52:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1/manifests"},{"name":"debian/0.4.6-2","sha":"cfb70370c65e15c6569b9f03e0d643c680d19cad","kind":"tag","published_at":"2011-04-06T18:29:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-2","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2/manifests"},{"name":"0.5.0","sha":"f729c8536ef456e52cec8b35f59f06ccaf598c8c","kind":"commit","published_at":"2011-04-01T06:01:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0/manifests"},{"name":"debian/0.4.6-1","sha":"4d52ea4c940485ed6c33dc55146a6e8fbacf2def","kind":"tag","published_at":"2010-11-22T16:38:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1/manifests"},{"name":"0.4.6","sha":"a2cba91c277ff0638c430f5731207d2733087cbb","kind":"commit","published_at":"2010-11-21T19:11:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.6","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6/manifests"},{"name":"debian/0.4.5-1","sha":"cc47d5234766b7f00e2b6c50e2714e86a6f897a4","kind":"tag","published_at":"2010-10-06T22:22:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.5-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.5-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.5-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1/manifests"},{"name":"0.4.5","sha":"714a512089a9eb78585ebbf6b649d7df71b21866","kind":"commit","published_at":"2010-09-16T08:41:24.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5/manifests"},{"name":"0.4.4","sha":"9f5b08d973b4e3196879398c27cd5816cf09900d","kind":"commit","published_at":"2010-08-22T23:46:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4/manifests"},{"name":"debian/0.4.3-1","sha":"6f8fcefa3c159fdd0b4b3f2fca4b0b229137bc57","kind":"tag","published_at":"2010-08-01T12:05:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1/manifests"},{"name":"0.4.3","sha":"ee731a9738db58cb71693a49b5a7e5a7b883e775","kind":"tag","published_at":"2010-07-22T16:06:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"a378c22bf5c4abf8749cffa366f844dd4f293813","kind":"tag","published_at":"2010-07-16T08:16:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"a8e05c384746f00f0d145459e21af391cc26acd6","kind":"commit","published_at":"2010-07-03T10:02:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T13:38:59.218Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/joblib?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/joblib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/joblib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/joblib/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:31:16.083Z","issues_count":270,"pull_requests_count":367,"avg_time_to_close_issue":46665376.98571429,"avg_time_to_close_pull_request":11240991.513011152,"issues_closed_count":140,"pull_requests_closed_count":269,"pull_request_authors_count":114,"issue_authors_count":218,"avg_comments_per_issue":3.2037037037037037,"avg_comments_per_pull_request":3.0626702997275204,"merged_pull_requests_count":213,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":15,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":8649366.0,"past_year_avg_time_to_close_pull_request":1997205.2333333334,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.2666666666666666,"past_year_avg_comments_per_pull_request":3.30188679245283,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":24,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/issues","maintainers":[{"login":"lesteve","count":62,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"},{"login":"adrinjalali","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrinjalali"},{"login":"GaelVaroquaux","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GaelVaroquaux"}],"active_maintainers":[{"login":"lesteve","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/joblib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/joblib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/joblib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/joblib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/joblib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/joblib/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":2213,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1334},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-08-24T05:06:10.948Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":13509553,"name":"joblib","ecosystem":"debian","description":null,"homepage":"https://github.com/joblib/joblib","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/joblib/joblib","keywords_array":["python"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T19:53:48.005Z","latest_release_published_at":"2026-02-10T19:53:48.005Z","latest_release_number":"0.17.0-4+deb11u1","last_synced_at":"2026-03-13T07:40:57.359Z","created_at":"2026-02-10T19:53:47.803Z","updated_at":"2026-08-20T13:49:35.437Z","registry_url":"https://tracker.debian.org/pkg/joblib","install_command":"apt-get install joblib","documentation_url":"https://packages.debian.org/bullseye/joblib","metadata":{"component":"main","architecture":"all","priority":"source","binary":"python3-joblib","standards_version":"4.5.1","maintainer":"Debian Science Maintainers \u003cdebian-science-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-pytest, python3-numpy, python3-psutil, python3-lz4, python3-threadpoolctl \u003c!nocheck\u003e, cython3, procps","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":1054058,"uuid":"654608","full_name":"joblib/joblib","owner":"joblib","description":"Computing with Python functions.","archived":false,"fork":false,"pushed_at":"2026-08-19T09:02:07.000Z","size":4614,"stargazers_count":4386,"open_issues_count":435,"forks_count":473,"subscribers_count":56,"default_branch":"main","last_synced_at":"2026-08-20T11:34:15.061Z","etag":null,"topics":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"latest_commit_sha":null,"homepage":"http://joblib.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joblib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2010-05-07T06:48:26.000Z","updated_at":"2026-08-20T07:16:22.000Z","dependencies_parsed_at":"2026-08-06T00:44:57.202Z","dependency_job_id":null,"html_url":"https://github.com/joblib/joblib","commit_stats":{"total_commits":1410,"total_committers":143,"mean_commits":9.86013986013986,"dds":0.7184397163120567,"last_synced_commit":"e02400a41b8bef0688865ff379ea13f3f7cb4f3b"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/joblib/joblib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/sbom","scorecard":{"id":526072,"data":{"date":"2025-08-11","repo":{"name":"github.com/joblib/joblib","commit":"f72435199155e59d6fab24df656a84e022680d6c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 24/30 approved changesets -- score normalized to 8","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"5 commit(s) and 9 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish-to-pypi.yml:68","Info: topLevel 'contents' permission set to 'read': .github/workflows/codespell.yml:12","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:3"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/codespell.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:44","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:56","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:62","Warn: pipCommand not pinned by hash: continuous_integration/run_tests.sh:31","Warn: pipCommand not pinned by hash: joblib/externals/vendor_cloudpickle.sh:13","Warn: pipCommand not pinned by hash: joblib/externals/vendor_loky.sh:14","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:39","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":8,"reason":"2 out of the last 2 releases have a total of 2 signed artifacts.","details":["Info: signed release artifact: joblib-1.5.1-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.1","Info: signed release artifact: joblib-1.5.0-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.0","Warn: release artifact 1.5.1 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/220626134","Warn: release artifact 1.5.0 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/216320344"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish-to-pypi.yml:37"],"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-871 / PYSEC-2021-872 / GHSA-hwqr-f3v9-hwxr","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8"],"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 28 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-20T04:24:50.553Z","repository_id":1054058,"created_at":"2025-08-20T04:24:50.553Z","updated_at":"2025-08-20T04:24:50.553Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36792186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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":"joblib","name":"joblib","uuid":"332661","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/332661?v=4","repositories_count":8,"last_synced_at":"2026-08-14T04:43:02.227Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/joblib","funding_links":[],"total_stars":5748,"followers":66,"following":0,"created_at":"2022-11-02T16:26:33.120Z","updated_at":"2026-08-14T04:43:02.268Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib/repositories"},"tags":[{"name":"1.5.3","sha":"40cd002ae1765195dfc4738a6bc7f5534b420a21","kind":"tag","published_at":"2025-12-15T08:40:28.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"eb74f8e0527f689409f7bb1fcc90e87c27d6ed5a","kind":"commit","published_at":"2025-08-27T12:14:41.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"cb554a51412e385f911b18697bfe9bb407c14bcc","kind":"commit","published_at":"2025-05-23T12:03:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"e347c9233b33758837f02d8ffbba0173f9c76a5c","kind":"commit","published_at":"2025-05-03T21:08:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"d46857a490a70fa8b66b2878066b40de13d3e326","kind":"commit","published_at":"2024-05-02T12:10:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"118ad371e3114b58343a1d868e7039fcf785f2ab","kind":"commit","published_at":"2024-05-02T11:13:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"8b98a48a3c9b0b0f5f323db285c99e695a3b974b","kind":"commit","published_at":"2024-04-08T15:04:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0/manifests"},{"name":"1.3.2","sha":"942a41084dbe79743d3114a475dc9e390b8718f1","kind":"commit","published_at":"2023-08-09T09:21:44.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"476ff8e62b221fc5816bad9b55dec8883d4f157c","kind":"commit","published_at":"2023-06-29T15:14:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"22ff2de102f5b0f7cfe4ab0ec63aec6c6157aa4b","kind":"commit","published_at":"2023-06-28T13:12:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0/manifests"},{"name":"1.1.1","sha":"f08737d9f23d3cdb40680f2e43d5e447bffe6271","kind":"commit","published_at":"2022-10-10T12:50:58.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1/manifests"},{"name":"1.2.0","sha":"5991350e03493fbf27bb596429a935e0c40fb536","kind":"commit","published_at":"2022-09-16T09:59:38.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.2.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"d9302a146e4e38d9d6709357afc1ab1c99ff0a72","kind":"commit","published_at":"2021-10-07T14:41:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"4ea15eea25498429d6cb60100effd11f87bd3a48","kind":"commit","published_at":"2021-02-09T16:44:25.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"302c2418fdc781125785c7c1778d1d79566be758","kind":"commit","published_at":"2020-12-14T13:55:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0/manifests"},{"name":"0.17.0","sha":"27ccbb82a7025e5d149a235582b861db1987dbb5","kind":"commit","published_at":"2020-10-02T19:12:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.17.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"19db4f58ac502a4bd01ab07aa31b2fc8756bcc3a","kind":"commit","published_at":"2020-07-01T16:03:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.16.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"60ee6fe91a9de7210868a24d49e4c50aaee91034","kind":"commit","published_at":"2020-05-16T12:39:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"fea01de9e9878d80303e8052b01b9913956ecbd6","kind":"commit","published_at":"2020-05-15T09:29:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"3629a0b0b036867802cd03c03cde116004826e6a","kind":"commit","published_at":"2019-12-10T08:06:13.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"a07df3beb6565909e660b677922ecd1e6c000d43","kind":"commit","published_at":"2019-10-01T07:39:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0/manifests"},{"name":"0.13.2","sha":"a99273bb0fe1d77c5e5b1b5512c6a9fa1285a125","kind":"commit","published_at":"2019-02-13T15:39:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2/manifests"},{"name":"0.13.1","sha":"d4ee44ada1abfe3ebc2a653796aecaebe48ab931","kind":"commit","published_at":"2019-01-11T18:49:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1/manifests"},{"name":"0.13.0","sha":"6abf62d21fae20b74faf3782bbf6b9ff142546f0","kind":"commit","published_at":"2018-11-14T17:54:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0/manifests"},{"name":"0.12.5","sha":"78b0a41818757612e651ad4dade5f19a226849e9","kind":"commit","published_at":"2018-09-13T13:39:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5/manifests"},{"name":"0.12.4","sha":"94c9c8f2f85a19c52954711434a922f845e21679","kind":"commit","published_at":"2018-09-05T09:17:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4/manifests"},{"name":"0.12.3","sha":"16c3074658b332db8057a88c79bf21b29f88169a","kind":"commit","published_at":"2018-08-30T13:55:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"3556ca4f39b1594e3666414ad1982d58f8e5f951","kind":"commit","published_at":"2018-08-02T12:01:18.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"c675d5d21294ed4868824b42086313a33e29d760","kind":"commit","published_at":"2018-07-17T14:48:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1/manifests"},{"name":"0.12","sha":"bb027ab7dfd01ce618c04a9bbac12f7fa1fe2857","kind":"commit","published_at":"2018-06-22T15:49:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12","html_url":"https://github.com/joblib/joblib/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12/manifests"},{"name":"0.11","sha":"04ceb168ede7ec55daf48c81977a5dc4b369d958","kind":"commit","published_at":"2017-03-02T10:36:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.11","html_url":"https://github.com/joblib/joblib/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11/manifests"},{"name":"0.10.3","sha":"8bbc500c60f14cc21b161b9f62c2be4201116a6a","kind":"commit","published_at":"2016-10-18T09:47:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3/manifests"},{"name":"0.10.2","sha":"9809359065adf268bba1f0b85e3b9a0b70fd1cf2","kind":"commit","published_at":"2016-08-29T14:28:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2/manifests"},{"name":"0.10.0","sha":"304fc58c156b0b2af79efe9cb74c0d9f98c75e0e","kind":"commit","published_at":"2016-07-13T07:05:09.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0/manifests"},{"name":"0.9.4","sha":"6f5906f87ef8894c1bc827e420d111db82333ff7","kind":"commit","published_at":"2016-01-18T13:34:31.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4/manifests"},{"name":"0.9.3","sha":"aeb018af545e025654176ffe9ae876bda1bddb89","kind":"commit","published_at":"2015-10-30T14:37:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"629bc99f6947884c9a61997827d0e1e9966b742a","kind":"commit","published_at":"2015-10-14T17:45:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"d24ce68ab1ef6aa671b81868f1cad003613d7f1d","kind":"commit","published_at":"2015-10-14T13:29:12.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"1e82a667dd076d3af44eb00a99d714f8a6274e10","kind":"commit","published_at":"2015-10-14T12:39:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0/manifests"},{"name":"0.9.0b4","sha":"70a22ea9ef994bf170c328e057edd38e839292c5","kind":"commit","published_at":"2015-08-27T11:44:52.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4/manifests"},{"name":"0.9.0b3","sha":"46ddd8d7e78e223f834860c8a984c082daea5eb6","kind":"commit","published_at":"2015-07-22T14:10:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3/manifests"},{"name":"0.9.0b2","sha":"b24d72e4c4c183017ddd1688c9fccdd1f0a878f6","kind":"commit","published_at":"2015-06-29T11:39:45.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2/manifests"},{"name":"0.8.4","sha":"f4549877622db8f08d70e7ee37e4bbc0060be962","kind":"commit","published_at":"2014-11-24T10:35:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4/manifests"},{"name":"0.8.3-r1","sha":"491db71896547a57446fd63a3f2d273638c63e3f","kind":"commit","published_at":"2014-08-24T09:10:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3-r1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3-r1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3-r1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1/manifests"},{"name":"0.8.3","sha":"7f63af45d8e6314ec575ff1f81094672d710c780","kind":"commit","published_at":"2014-08-20T07:50:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"7182908e70d83d4b0f028789c3168c94888647c3","kind":"tag","published_at":"2014-07-02T11:58:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"fe17f5795d3f0ea55463ce53a004443cf0132321","kind":"commit","published_at":"2014-06-04T12:59:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"74b63abd2864c90d2b8b63b07665da6cfbe38376","kind":"commit","published_at":"2014-05-28T11:51:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0/manifests"},{"name":"0.8.0a3","sha":"1027e576f7a514708004efc0a9ebdf4b4f3c5352","kind":"commit","published_at":"2014-01-15T14:34:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3/manifests"},{"name":"0.8.0a2","sha":"68b99a20857acd29086ff0db9a608929aa936397","kind":"commit","published_at":"2013-12-23T15:20:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2/manifests"},{"name":"0.8.0a","sha":"8f297aa34554b8ab840e9eff464353abe2932506","kind":"commit","published_at":"2013-12-20T17:32:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a/manifests"},{"name":"0.7.1","sha":"40fc9389c4e18510ba2a19c8bd8502fdbdd7e165","kind":"commit","published_at":"2013-07-26T15:01:07.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"3d90e83479be4178cddc79794466eff1cf131c4f","kind":"commit","published_at":"2013-02-20T05:51:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0/manifests"},{"name":"0.7.0d","sha":"6798901d8ba4d6c2c754ef9ae80eb6b3173a13c5","kind":"commit","published_at":"2013-02-08T14:47:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0d","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0d","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d/manifests"},{"name":"0.7.0c","sha":"d16ca3fd6bbc26f3af6a9898b7d16413362e9cd4","kind":"commit","published_at":"2013-02-07T15:25:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0c","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0c","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c/manifests"},{"name":"0.7.0b","sha":"868e633645def6660581278c851e20fbcdc98a6d","kind":"commit","published_at":"2012-11-20T21:04:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0b","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b/manifests"},{"name":"0.7.0a","sha":"373a176877ee58551e3f0a2acef28d97935c4519","kind":"commit","published_at":"2012-11-19T21:34:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a/manifests"},{"name":"0.6.5","sha":"b584962dff589624d2a6ecb7692c999091909603","kind":"commit","published_at":"2012-09-21T21:16:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5/manifests"},{"name":"debian/0.6.4-1","sha":"c01b1407532d9bace3de721ca27ba390a00b5064","kind":"tag","published_at":"2012-05-08T02:36:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1/manifests"},{"name":"0.6.4","sha":"c2d2879b681940813132566c1afae53b54db583d","kind":"commit","published_at":"2012-05-07T12:50:32.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"bcf7c631166bfae106a1c84d033a3aee5f9f814e","kind":"tag","published_at":"2012-05-07T12:47:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3/manifests"},{"name":"0.6.2","sha":"3c55421e0bf3821f9afbe0bf0b532999f58730c7","kind":"commit","published_at":"2012-02-06T17:56:56.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2/manifests"},{"name":"debian/0.6.1-1","sha":"6e6fe01b0f65e050fbd7b77d15013fa40a8f2912","kind":"tag","published_at":"2012-02-06T02:05:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1/manifests"},{"name":"0.6.1","sha":"a5f921ef1c91cb583d7e022e136df470eb252334","kind":"commit","published_at":"2012-02-05T22:36:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"a98b0ebc0b6ef85811326badd750a42b2922c4d2","kind":"commit","published_at":"2012-02-05T17:23:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0/manifests"},{"name":"debian/0.6.0_b3-1","sha":"77cbccbb2e4700ca100df87b55291999d9c3b438","kind":"tag","published_at":"2012-01-12T16:19:37.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1/manifests"},{"name":"0.6.0.b3","sha":"660289433cdebf515447ab4d004631470d1090ae","kind":"commit","published_at":"2012-01-12T10:21:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3/manifests"},{"name":"debian/0.6.0_b2-1","sha":"6eea8f1df2ff5d0805507c45455c59b3b7730891","kind":"tag","published_at":"2012-01-10T22:38:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b2-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b2-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b2-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1/manifests"},{"name":"0.6.0.b2","sha":"173c66927fe139f8c0e562f995bff141cd21a8c5","kind":"commit","published_at":"2012-01-07T16:59:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2/manifests"},{"name":"0.6.0.b","sha":"0f8b769bc077877a11f5baa93261de4188ca0cc8","kind":"commit","published_at":"2012-01-07T15:34:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b/manifests"},{"name":"0.6.0a","sha":"98acdc92a63d7f5a2e3824dfcb437e72cb335130","kind":"commit","published_at":"2012-01-03T16:49:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a/manifests"},{"name":"0.5.7","sha":"3312750fb8c7b642bc8a57ba9b5faac72207bb89","kind":"commit","published_at":"2011-12-28T10:20:29.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.7","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7/manifests"},{"name":"debian/0.5.4-1","sha":"2e5a2d2aaef8f381e3a844936f1bbd885e58d848","kind":"tag","published_at":"2011-10-18T02:34:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1/manifests"},{"name":"0.5.4","sha":"3d53d851db31bfc60c7aa9a0b3b075e598a7e78e","kind":"commit","published_at":"2011-09-29T09:05:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4/manifests"},{"name":"0.5.3","sha":"05be47c19f90040715ce3460178c91b01a0d1ee0","kind":"commit","published_at":"2011-06-25T14:25:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"8f8974006276a0e22491cc99be7da220e8a11047","kind":"commit","published_at":"2011-06-25T14:02:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2/manifests"},{"name":"debian/0.5.1-1","sha":"f7ea1e108ba0337281472072ed8fe7c55e231b18","kind":"tag","published_at":"2011-04-13T13:27:59.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1/manifests"},{"name":"0.5.1","sha":"5e7762192f524998c1411d9b2541efe88664ea80","kind":"tag","published_at":"2011-04-13T06:52:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1/manifests"},{"name":"debian/0.4.6-2","sha":"cfb70370c65e15c6569b9f03e0d643c680d19cad","kind":"tag","published_at":"2011-04-06T18:29:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-2","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2/manifests"},{"name":"0.5.0","sha":"f729c8536ef456e52cec8b35f59f06ccaf598c8c","kind":"commit","published_at":"2011-04-01T06:01:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0/manifests"},{"name":"debian/0.4.6-1","sha":"4d52ea4c940485ed6c33dc55146a6e8fbacf2def","kind":"tag","published_at":"2010-11-22T16:38:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1/manifests"},{"name":"0.4.6","sha":"a2cba91c277ff0638c430f5731207d2733087cbb","kind":"commit","published_at":"2010-11-21T19:11:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.6","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6/manifests"},{"name":"debian/0.4.5-1","sha":"cc47d5234766b7f00e2b6c50e2714e86a6f897a4","kind":"tag","published_at":"2010-10-06T22:22:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.5-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.5-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.5-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1/manifests"},{"name":"0.4.5","sha":"714a512089a9eb78585ebbf6b649d7df71b21866","kind":"commit","published_at":"2010-09-16T08:41:24.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5/manifests"},{"name":"0.4.4","sha":"9f5b08d973b4e3196879398c27cd5816cf09900d","kind":"commit","published_at":"2010-08-22T23:46:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4/manifests"},{"name":"debian/0.4.3-1","sha":"6f8fcefa3c159fdd0b4b3f2fca4b0b229137bc57","kind":"tag","published_at":"2010-08-01T12:05:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1/manifests"},{"name":"0.4.3","sha":"ee731a9738db58cb71693a49b5a7e5a7b883e775","kind":"tag","published_at":"2010-07-22T16:06:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"a378c22bf5c4abf8749cffa366f844dd4f293813","kind":"tag","published_at":"2010-07-16T08:16:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"a8e05c384746f00f0d145459e21af391cc26acd6","kind":"commit","published_at":"2010-07-03T10:02:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T13:49:35.437Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/joblib?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/joblib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/joblib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/joblib/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:31:16.083Z","issues_count":270,"pull_requests_count":367,"avg_time_to_close_issue":46665376.98571429,"avg_time_to_close_pull_request":11240991.513011152,"issues_closed_count":140,"pull_requests_closed_count":269,"pull_request_authors_count":114,"issue_authors_count":218,"avg_comments_per_issue":3.2037037037037037,"avg_comments_per_pull_request":3.0626702997275204,"merged_pull_requests_count":213,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":15,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":8649366.0,"past_year_avg_time_to_close_pull_request":1997205.2333333334,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.2666666666666666,"past_year_avg_comments_per_pull_request":3.30188679245283,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":24,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/issues","maintainers":[{"login":"lesteve","count":62,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"},{"login":"adrinjalali","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrinjalali"},{"login":"GaelVaroquaux","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GaelVaroquaux"}],"active_maintainers":[{"login":"lesteve","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/joblib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/joblib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/joblib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/joblib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/joblib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/joblib/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":759,"github":"debian","metadata":{"codename":"bullseye","funded_packages_count":800},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-08-24T05:06:16.474Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":13391537,"name":"joblib","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/joblib/joblib","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/joblib/joblib","keywords_array":["universe/python"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-05T20:17:45.204Z","latest_release_published_at":"2026-02-05T20:17:45.204Z","latest_release_number":"1.3.2-1","last_synced_at":"2026-03-06T12:08:33.973Z","created_at":"2026-02-05T20:17:40.910Z","updated_at":"2026-08-20T15:19:09.027Z","registry_url":"https://launchpad.net/ubuntu/+source/joblib","install_command":"apt-get install joblib","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-joblib","standards_version":"4.6.1","maintainer":"Debian Science Maintainers \u003cdebian-science-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-pytest, python3-numpy, python3-psutil, python3-lz4, python3-threadpoolctl \u003c!nocheck\u003e, cython3, procps","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":1054058,"uuid":"654608","full_name":"joblib/joblib","owner":"joblib","description":"Computing with Python functions.","archived":false,"fork":false,"pushed_at":"2026-08-19T09:02:07.000Z","size":4614,"stargazers_count":4386,"open_issues_count":435,"forks_count":473,"subscribers_count":56,"default_branch":"main","last_synced_at":"2026-08-20T11:34:15.061Z","etag":null,"topics":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"latest_commit_sha":null,"homepage":"http://joblib.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joblib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2010-05-07T06:48:26.000Z","updated_at":"2026-08-20T07:16:22.000Z","dependencies_parsed_at":"2026-08-06T00:44:57.202Z","dependency_job_id":null,"html_url":"https://github.com/joblib/joblib","commit_stats":{"total_commits":1410,"total_committers":143,"mean_commits":9.86013986013986,"dds":0.7184397163120567,"last_synced_commit":"e02400a41b8bef0688865ff379ea13f3f7cb4f3b"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/joblib/joblib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/sbom","scorecard":{"id":526072,"data":{"date":"2025-08-11","repo":{"name":"github.com/joblib/joblib","commit":"f72435199155e59d6fab24df656a84e022680d6c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 24/30 approved changesets -- score normalized to 8","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"5 commit(s) and 9 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish-to-pypi.yml:68","Info: topLevel 'contents' permission set to 'read': .github/workflows/codespell.yml:12","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:3"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/codespell.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:44","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:56","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:62","Warn: pipCommand not pinned by hash: continuous_integration/run_tests.sh:31","Warn: pipCommand not pinned by hash: joblib/externals/vendor_cloudpickle.sh:13","Warn: pipCommand not pinned by hash: joblib/externals/vendor_loky.sh:14","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:39","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":8,"reason":"2 out of the last 2 releases have a total of 2 signed artifacts.","details":["Info: signed release artifact: joblib-1.5.1-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.1","Info: signed release artifact: joblib-1.5.0-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.0","Warn: release artifact 1.5.1 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/220626134","Warn: release artifact 1.5.0 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/216320344"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish-to-pypi.yml:37"],"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-871 / PYSEC-2021-872 / GHSA-hwqr-f3v9-hwxr","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8"],"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 28 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-20T04:24:50.553Z","repository_id":1054058,"created_at":"2025-08-20T04:24:50.553Z","updated_at":"2025-08-20T04:24:50.553Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36792186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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":"joblib","name":"joblib","uuid":"332661","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/332661?v=4","repositories_count":8,"last_synced_at":"2026-08-14T04:43:02.227Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/joblib","funding_links":[],"total_stars":5748,"followers":66,"following":0,"created_at":"2022-11-02T16:26:33.120Z","updated_at":"2026-08-14T04:43:02.268Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib/repositories"},"tags":[{"name":"1.5.3","sha":"40cd002ae1765195dfc4738a6bc7f5534b420a21","kind":"tag","published_at":"2025-12-15T08:40:28.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"eb74f8e0527f689409f7bb1fcc90e87c27d6ed5a","kind":"commit","published_at":"2025-08-27T12:14:41.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"cb554a51412e385f911b18697bfe9bb407c14bcc","kind":"commit","published_at":"2025-05-23T12:03:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"e347c9233b33758837f02d8ffbba0173f9c76a5c","kind":"commit","published_at":"2025-05-03T21:08:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"d46857a490a70fa8b66b2878066b40de13d3e326","kind":"commit","published_at":"2024-05-02T12:10:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"118ad371e3114b58343a1d868e7039fcf785f2ab","kind":"commit","published_at":"2024-05-02T11:13:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"8b98a48a3c9b0b0f5f323db285c99e695a3b974b","kind":"commit","published_at":"2024-04-08T15:04:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0/manifests"},{"name":"1.3.2","sha":"942a41084dbe79743d3114a475dc9e390b8718f1","kind":"commit","published_at":"2023-08-09T09:21:44.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"476ff8e62b221fc5816bad9b55dec8883d4f157c","kind":"commit","published_at":"2023-06-29T15:14:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"22ff2de102f5b0f7cfe4ab0ec63aec6c6157aa4b","kind":"commit","published_at":"2023-06-28T13:12:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0/manifests"},{"name":"1.1.1","sha":"f08737d9f23d3cdb40680f2e43d5e447bffe6271","kind":"commit","published_at":"2022-10-10T12:50:58.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1/manifests"},{"name":"1.2.0","sha":"5991350e03493fbf27bb596429a935e0c40fb536","kind":"commit","published_at":"2022-09-16T09:59:38.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.2.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"d9302a146e4e38d9d6709357afc1ab1c99ff0a72","kind":"commit","published_at":"2021-10-07T14:41:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"4ea15eea25498429d6cb60100effd11f87bd3a48","kind":"commit","published_at":"2021-02-09T16:44:25.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"302c2418fdc781125785c7c1778d1d79566be758","kind":"commit","published_at":"2020-12-14T13:55:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0/manifests"},{"name":"0.17.0","sha":"27ccbb82a7025e5d149a235582b861db1987dbb5","kind":"commit","published_at":"2020-10-02T19:12:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.17.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"19db4f58ac502a4bd01ab07aa31b2fc8756bcc3a","kind":"commit","published_at":"2020-07-01T16:03:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.16.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"60ee6fe91a9de7210868a24d49e4c50aaee91034","kind":"commit","published_at":"2020-05-16T12:39:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"fea01de9e9878d80303e8052b01b9913956ecbd6","kind":"commit","published_at":"2020-05-15T09:29:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"3629a0b0b036867802cd03c03cde116004826e6a","kind":"commit","published_at":"2019-12-10T08:06:13.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"a07df3beb6565909e660b677922ecd1e6c000d43","kind":"commit","published_at":"2019-10-01T07:39:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0/manifests"},{"name":"0.13.2","sha":"a99273bb0fe1d77c5e5b1b5512c6a9fa1285a125","kind":"commit","published_at":"2019-02-13T15:39:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2/manifests"},{"name":"0.13.1","sha":"d4ee44ada1abfe3ebc2a653796aecaebe48ab931","kind":"commit","published_at":"2019-01-11T18:49:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1/manifests"},{"name":"0.13.0","sha":"6abf62d21fae20b74faf3782bbf6b9ff142546f0","kind":"commit","published_at":"2018-11-14T17:54:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0/manifests"},{"name":"0.12.5","sha":"78b0a41818757612e651ad4dade5f19a226849e9","kind":"commit","published_at":"2018-09-13T13:39:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5/manifests"},{"name":"0.12.4","sha":"94c9c8f2f85a19c52954711434a922f845e21679","kind":"commit","published_at":"2018-09-05T09:17:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4/manifests"},{"name":"0.12.3","sha":"16c3074658b332db8057a88c79bf21b29f88169a","kind":"commit","published_at":"2018-08-30T13:55:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"3556ca4f39b1594e3666414ad1982d58f8e5f951","kind":"commit","published_at":"2018-08-02T12:01:18.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"c675d5d21294ed4868824b42086313a33e29d760","kind":"commit","published_at":"2018-07-17T14:48:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1/manifests"},{"name":"0.12","sha":"bb027ab7dfd01ce618c04a9bbac12f7fa1fe2857","kind":"commit","published_at":"2018-06-22T15:49:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12","html_url":"https://github.com/joblib/joblib/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12/manifests"},{"name":"0.11","sha":"04ceb168ede7ec55daf48c81977a5dc4b369d958","kind":"commit","published_at":"2017-03-02T10:36:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.11","html_url":"https://github.com/joblib/joblib/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11/manifests"},{"name":"0.10.3","sha":"8bbc500c60f14cc21b161b9f62c2be4201116a6a","kind":"commit","published_at":"2016-10-18T09:47:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3/manifests"},{"name":"0.10.2","sha":"9809359065adf268bba1f0b85e3b9a0b70fd1cf2","kind":"commit","published_at":"2016-08-29T14:28:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2/manifests"},{"name":"0.10.0","sha":"304fc58c156b0b2af79efe9cb74c0d9f98c75e0e","kind":"commit","published_at":"2016-07-13T07:05:09.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0/manifests"},{"name":"0.9.4","sha":"6f5906f87ef8894c1bc827e420d111db82333ff7","kind":"commit","published_at":"2016-01-18T13:34:31.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4/manifests"},{"name":"0.9.3","sha":"aeb018af545e025654176ffe9ae876bda1bddb89","kind":"commit","published_at":"2015-10-30T14:37:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"629bc99f6947884c9a61997827d0e1e9966b742a","kind":"commit","published_at":"2015-10-14T17:45:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"d24ce68ab1ef6aa671b81868f1cad003613d7f1d","kind":"commit","published_at":"2015-10-14T13:29:12.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"1e82a667dd076d3af44eb00a99d714f8a6274e10","kind":"commit","published_at":"2015-10-14T12:39:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0/manifests"},{"name":"0.9.0b4","sha":"70a22ea9ef994bf170c328e057edd38e839292c5","kind":"commit","published_at":"2015-08-27T11:44:52.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4/manifests"},{"name":"0.9.0b3","sha":"46ddd8d7e78e223f834860c8a984c082daea5eb6","kind":"commit","published_at":"2015-07-22T14:10:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3/manifests"},{"name":"0.9.0b2","sha":"b24d72e4c4c183017ddd1688c9fccdd1f0a878f6","kind":"commit","published_at":"2015-06-29T11:39:45.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2/manifests"},{"name":"0.8.4","sha":"f4549877622db8f08d70e7ee37e4bbc0060be962","kind":"commit","published_at":"2014-11-24T10:35:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4/manifests"},{"name":"0.8.3-r1","sha":"491db71896547a57446fd63a3f2d273638c63e3f","kind":"commit","published_at":"2014-08-24T09:10:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3-r1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3-r1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3-r1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1/manifests"},{"name":"0.8.3","sha":"7f63af45d8e6314ec575ff1f81094672d710c780","kind":"commit","published_at":"2014-08-20T07:50:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"7182908e70d83d4b0f028789c3168c94888647c3","kind":"tag","published_at":"2014-07-02T11:58:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"fe17f5795d3f0ea55463ce53a004443cf0132321","kind":"commit","published_at":"2014-06-04T12:59:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"74b63abd2864c90d2b8b63b07665da6cfbe38376","kind":"commit","published_at":"2014-05-28T11:51:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0/manifests"},{"name":"0.8.0a3","sha":"1027e576f7a514708004efc0a9ebdf4b4f3c5352","kind":"commit","published_at":"2014-01-15T14:34:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3/manifests"},{"name":"0.8.0a2","sha":"68b99a20857acd29086ff0db9a608929aa936397","kind":"commit","published_at":"2013-12-23T15:20:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2/manifests"},{"name":"0.8.0a","sha":"8f297aa34554b8ab840e9eff464353abe2932506","kind":"commit","published_at":"2013-12-20T17:32:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a/manifests"},{"name":"0.7.1","sha":"40fc9389c4e18510ba2a19c8bd8502fdbdd7e165","kind":"commit","published_at":"2013-07-26T15:01:07.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"3d90e83479be4178cddc79794466eff1cf131c4f","kind":"commit","published_at":"2013-02-20T05:51:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0/manifests"},{"name":"0.7.0d","sha":"6798901d8ba4d6c2c754ef9ae80eb6b3173a13c5","kind":"commit","published_at":"2013-02-08T14:47:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0d","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0d","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d/manifests"},{"name":"0.7.0c","sha":"d16ca3fd6bbc26f3af6a9898b7d16413362e9cd4","kind":"commit","published_at":"2013-02-07T15:25:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0c","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0c","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c/manifests"},{"name":"0.7.0b","sha":"868e633645def6660581278c851e20fbcdc98a6d","kind":"commit","published_at":"2012-11-20T21:04:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0b","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b/manifests"},{"name":"0.7.0a","sha":"373a176877ee58551e3f0a2acef28d97935c4519","kind":"commit","published_at":"2012-11-19T21:34:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a/manifests"},{"name":"0.6.5","sha":"b584962dff589624d2a6ecb7692c999091909603","kind":"commit","published_at":"2012-09-21T21:16:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5/manifests"},{"name":"debian/0.6.4-1","sha":"c01b1407532d9bace3de721ca27ba390a00b5064","kind":"tag","published_at":"2012-05-08T02:36:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1/manifests"},{"name":"0.6.4","sha":"c2d2879b681940813132566c1afae53b54db583d","kind":"commit","published_at":"2012-05-07T12:50:32.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"bcf7c631166bfae106a1c84d033a3aee5f9f814e","kind":"tag","published_at":"2012-05-07T12:47:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3/manifests"},{"name":"0.6.2","sha":"3c55421e0bf3821f9afbe0bf0b532999f58730c7","kind":"commit","published_at":"2012-02-06T17:56:56.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2/manifests"},{"name":"debian/0.6.1-1","sha":"6e6fe01b0f65e050fbd7b77d15013fa40a8f2912","kind":"tag","published_at":"2012-02-06T02:05:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1/manifests"},{"name":"0.6.1","sha":"a5f921ef1c91cb583d7e022e136df470eb252334","kind":"commit","published_at":"2012-02-05T22:36:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"a98b0ebc0b6ef85811326badd750a42b2922c4d2","kind":"commit","published_at":"2012-02-05T17:23:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0/manifests"},{"name":"debian/0.6.0_b3-1","sha":"77cbccbb2e4700ca100df87b55291999d9c3b438","kind":"tag","published_at":"2012-01-12T16:19:37.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1/manifests"},{"name":"0.6.0.b3","sha":"660289433cdebf515447ab4d004631470d1090ae","kind":"commit","published_at":"2012-01-12T10:21:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3/manifests"},{"name":"debian/0.6.0_b2-1","sha":"6eea8f1df2ff5d0805507c45455c59b3b7730891","kind":"tag","published_at":"2012-01-10T22:38:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b2-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b2-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b2-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1/manifests"},{"name":"0.6.0.b2","sha":"173c66927fe139f8c0e562f995bff141cd21a8c5","kind":"commit","published_at":"2012-01-07T16:59:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2/manifests"},{"name":"0.6.0.b","sha":"0f8b769bc077877a11f5baa93261de4188ca0cc8","kind":"commit","published_at":"2012-01-07T15:34:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b/manifests"},{"name":"0.6.0a","sha":"98acdc92a63d7f5a2e3824dfcb437e72cb335130","kind":"commit","published_at":"2012-01-03T16:49:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a/manifests"},{"name":"0.5.7","sha":"3312750fb8c7b642bc8a57ba9b5faac72207bb89","kind":"commit","published_at":"2011-12-28T10:20:29.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.7","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7/manifests"},{"name":"debian/0.5.4-1","sha":"2e5a2d2aaef8f381e3a844936f1bbd885e58d848","kind":"tag","published_at":"2011-10-18T02:34:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1/manifests"},{"name":"0.5.4","sha":"3d53d851db31bfc60c7aa9a0b3b075e598a7e78e","kind":"commit","published_at":"2011-09-29T09:05:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4/manifests"},{"name":"0.5.3","sha":"05be47c19f90040715ce3460178c91b01a0d1ee0","kind":"commit","published_at":"2011-06-25T14:25:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"8f8974006276a0e22491cc99be7da220e8a11047","kind":"commit","published_at":"2011-06-25T14:02:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2/manifests"},{"name":"debian/0.5.1-1","sha":"f7ea1e108ba0337281472072ed8fe7c55e231b18","kind":"tag","published_at":"2011-04-13T13:27:59.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1/manifests"},{"name":"0.5.1","sha":"5e7762192f524998c1411d9b2541efe88664ea80","kind":"tag","published_at":"2011-04-13T06:52:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1/manifests"},{"name":"debian/0.4.6-2","sha":"cfb70370c65e15c6569b9f03e0d643c680d19cad","kind":"tag","published_at":"2011-04-06T18:29:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-2","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2/manifests"},{"name":"0.5.0","sha":"f729c8536ef456e52cec8b35f59f06ccaf598c8c","kind":"commit","published_at":"2011-04-01T06:01:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0/manifests"},{"name":"debian/0.4.6-1","sha":"4d52ea4c940485ed6c33dc55146a6e8fbacf2def","kind":"tag","published_at":"2010-11-22T16:38:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1/manifests"},{"name":"0.4.6","sha":"a2cba91c277ff0638c430f5731207d2733087cbb","kind":"commit","published_at":"2010-11-21T19:11:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.6","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6/manifests"},{"name":"debian/0.4.5-1","sha":"cc47d5234766b7f00e2b6c50e2714e86a6f897a4","kind":"tag","published_at":"2010-10-06T22:22:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.5-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.5-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.5-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1/manifests"},{"name":"0.4.5","sha":"714a512089a9eb78585ebbf6b649d7df71b21866","kind":"commit","published_at":"2010-09-16T08:41:24.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5/manifests"},{"name":"0.4.4","sha":"9f5b08d973b4e3196879398c27cd5816cf09900d","kind":"commit","published_at":"2010-08-22T23:46:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4/manifests"},{"name":"debian/0.4.3-1","sha":"6f8fcefa3c159fdd0b4b3f2fca4b0b229137bc57","kind":"tag","published_at":"2010-08-01T12:05:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1/manifests"},{"name":"0.4.3","sha":"ee731a9738db58cb71693a49b5a7e5a7b883e775","kind":"tag","published_at":"2010-07-22T16:06:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"a378c22bf5c4abf8749cffa366f844dd4f293813","kind":"tag","published_at":"2010-07-16T08:16:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"a8e05c384746f00f0d145459e21af391cc26acd6","kind":"commit","published_at":"2010-07-03T10:02:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T15:19:09.027Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:deb/ubuntu/joblib?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/joblib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/joblib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/joblib/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:31:16.083Z","issues_count":270,"pull_requests_count":367,"avg_time_to_close_issue":46665376.98571429,"avg_time_to_close_pull_request":11240991.513011152,"issues_closed_count":140,"pull_requests_closed_count":269,"pull_request_authors_count":114,"issue_authors_count":218,"avg_comments_per_issue":3.2037037037037037,"avg_comments_per_pull_request":3.0626702997275204,"merged_pull_requests_count":213,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":15,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":8649366.0,"past_year_avg_time_to_close_pull_request":1997205.2333333334,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.2666666666666666,"past_year_avg_comments_per_pull_request":3.30188679245283,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":24,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/issues","maintainers":[{"login":"lesteve","count":62,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"},{"login":"adrinjalali","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrinjalali"},{"login":"GaelVaroquaux","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GaelVaroquaux"}],"active_maintainers":[{"login":"lesteve","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/joblib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/joblib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/joblib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/joblib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/joblib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/joblib/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1697,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":1237},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-24T05:06:09.353Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13689770,"name":"joblib","ecosystem":"debian","description":null,"homepage":"https://github.com/joblib/joblib","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/joblib/joblib","keywords_array":["python"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T18:50:31.041Z","latest_release_published_at":"2026-02-12T18:50:31.041Z","latest_release_number":"1.2.0-4+deb12u1","last_synced_at":"2026-03-13T11:36:23.477Z","created_at":"2026-02-12T18:50:30.792Z","updated_at":"2026-08-20T15:19:11.935Z","registry_url":"https://tracker.debian.org/pkg/joblib","install_command":"apt-get install joblib","documentation_url":"https://packages.debian.org/bookworm/joblib","metadata":{"component":"main","architecture":"all","priority":"source","binary":"python3-joblib","standards_version":"4.6.1","maintainer":"Debian Science Maintainers \u003cdebian-science-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-pytest, python3-numpy, python3-psutil, python3-lz4, python3-threadpoolctl \u003c!nocheck\u003e, cython3, procps","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":1054058,"uuid":"654608","full_name":"joblib/joblib","owner":"joblib","description":"Computing with Python functions.","archived":false,"fork":false,"pushed_at":"2026-08-19T09:02:07.000Z","size":4614,"stargazers_count":4386,"open_issues_count":435,"forks_count":473,"subscribers_count":56,"default_branch":"main","last_synced_at":"2026-08-20T11:34:15.061Z","etag":null,"topics":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"latest_commit_sha":null,"homepage":"http://joblib.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joblib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2010-05-07T06:48:26.000Z","updated_at":"2026-08-20T07:16:22.000Z","dependencies_parsed_at":"2026-08-06T00:44:57.202Z","dependency_job_id":null,"html_url":"https://github.com/joblib/joblib","commit_stats":{"total_commits":1410,"total_committers":143,"mean_commits":9.86013986013986,"dds":0.7184397163120567,"last_synced_commit":"e02400a41b8bef0688865ff379ea13f3f7cb4f3b"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/joblib/joblib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/sbom","scorecard":{"id":526072,"data":{"date":"2025-08-11","repo":{"name":"github.com/joblib/joblib","commit":"f72435199155e59d6fab24df656a84e022680d6c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 24/30 approved changesets -- score normalized to 8","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"5 commit(s) and 9 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish-to-pypi.yml:68","Info: topLevel 'contents' permission set to 'read': .github/workflows/codespell.yml:12","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:3"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/codespell.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:44","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:56","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:62","Warn: pipCommand not pinned by hash: continuous_integration/run_tests.sh:31","Warn: pipCommand not pinned by hash: joblib/externals/vendor_cloudpickle.sh:13","Warn: pipCommand not pinned by hash: joblib/externals/vendor_loky.sh:14","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:39","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":8,"reason":"2 out of the last 2 releases have a total of 2 signed artifacts.","details":["Info: signed release artifact: joblib-1.5.1-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.1","Info: signed release artifact: joblib-1.5.0-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.0","Warn: release artifact 1.5.1 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/220626134","Warn: release artifact 1.5.0 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/216320344"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish-to-pypi.yml:37"],"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-871 / PYSEC-2021-872 / GHSA-hwqr-f3v9-hwxr","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8"],"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 28 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-20T04:24:50.553Z","repository_id":1054058,"created_at":"2025-08-20T04:24:50.553Z","updated_at":"2025-08-20T04:24:50.553Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36792186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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":"joblib","name":"joblib","uuid":"332661","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/332661?v=4","repositories_count":8,"last_synced_at":"2026-08-14T04:43:02.227Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/joblib","funding_links":[],"total_stars":5748,"followers":66,"following":0,"created_at":"2022-11-02T16:26:33.120Z","updated_at":"2026-08-14T04:43:02.268Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib/repositories"},"tags":[{"name":"1.5.3","sha":"40cd002ae1765195dfc4738a6bc7f5534b420a21","kind":"tag","published_at":"2025-12-15T08:40:28.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"eb74f8e0527f689409f7bb1fcc90e87c27d6ed5a","kind":"commit","published_at":"2025-08-27T12:14:41.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"cb554a51412e385f911b18697bfe9bb407c14bcc","kind":"commit","published_at":"2025-05-23T12:03:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"e347c9233b33758837f02d8ffbba0173f9c76a5c","kind":"commit","published_at":"2025-05-03T21:08:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"d46857a490a70fa8b66b2878066b40de13d3e326","kind":"commit","published_at":"2024-05-02T12:10:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"118ad371e3114b58343a1d868e7039fcf785f2ab","kind":"commit","published_at":"2024-05-02T11:13:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"8b98a48a3c9b0b0f5f323db285c99e695a3b974b","kind":"commit","published_at":"2024-04-08T15:04:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0/manifests"},{"name":"1.3.2","sha":"942a41084dbe79743d3114a475dc9e390b8718f1","kind":"commit","published_at":"2023-08-09T09:21:44.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"476ff8e62b221fc5816bad9b55dec8883d4f157c","kind":"commit","published_at":"2023-06-29T15:14:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"22ff2de102f5b0f7cfe4ab0ec63aec6c6157aa4b","kind":"commit","published_at":"2023-06-28T13:12:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0/manifests"},{"name":"1.1.1","sha":"f08737d9f23d3cdb40680f2e43d5e447bffe6271","kind":"commit","published_at":"2022-10-10T12:50:58.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1/manifests"},{"name":"1.2.0","sha":"5991350e03493fbf27bb596429a935e0c40fb536","kind":"commit","published_at":"2022-09-16T09:59:38.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.2.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"d9302a146e4e38d9d6709357afc1ab1c99ff0a72","kind":"commit","published_at":"2021-10-07T14:41:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"4ea15eea25498429d6cb60100effd11f87bd3a48","kind":"commit","published_at":"2021-02-09T16:44:25.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"302c2418fdc781125785c7c1778d1d79566be758","kind":"commit","published_at":"2020-12-14T13:55:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0/manifests"},{"name":"0.17.0","sha":"27ccbb82a7025e5d149a235582b861db1987dbb5","kind":"commit","published_at":"2020-10-02T19:12:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.17.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"19db4f58ac502a4bd01ab07aa31b2fc8756bcc3a","kind":"commit","published_at":"2020-07-01T16:03:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.16.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"60ee6fe91a9de7210868a24d49e4c50aaee91034","kind":"commit","published_at":"2020-05-16T12:39:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"fea01de9e9878d80303e8052b01b9913956ecbd6","kind":"commit","published_at":"2020-05-15T09:29:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"3629a0b0b036867802cd03c03cde116004826e6a","kind":"commit","published_at":"2019-12-10T08:06:13.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"a07df3beb6565909e660b677922ecd1e6c000d43","kind":"commit","published_at":"2019-10-01T07:39:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0/manifests"},{"name":"0.13.2","sha":"a99273bb0fe1d77c5e5b1b5512c6a9fa1285a125","kind":"commit","published_at":"2019-02-13T15:39:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2/manifests"},{"name":"0.13.1","sha":"d4ee44ada1abfe3ebc2a653796aecaebe48ab931","kind":"commit","published_at":"2019-01-11T18:49:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1/manifests"},{"name":"0.13.0","sha":"6abf62d21fae20b74faf3782bbf6b9ff142546f0","kind":"commit","published_at":"2018-11-14T17:54:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0/manifests"},{"name":"0.12.5","sha":"78b0a41818757612e651ad4dade5f19a226849e9","kind":"commit","published_at":"2018-09-13T13:39:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5/manifests"},{"name":"0.12.4","sha":"94c9c8f2f85a19c52954711434a922f845e21679","kind":"commit","published_at":"2018-09-05T09:17:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4/manifests"},{"name":"0.12.3","sha":"16c3074658b332db8057a88c79bf21b29f88169a","kind":"commit","published_at":"2018-08-30T13:55:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"3556ca4f39b1594e3666414ad1982d58f8e5f951","kind":"commit","published_at":"2018-08-02T12:01:18.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"c675d5d21294ed4868824b42086313a33e29d760","kind":"commit","published_at":"2018-07-17T14:48:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1/manifests"},{"name":"0.12","sha":"bb027ab7dfd01ce618c04a9bbac12f7fa1fe2857","kind":"commit","published_at":"2018-06-22T15:49:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12","html_url":"https://github.com/joblib/joblib/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12/manifests"},{"name":"0.11","sha":"04ceb168ede7ec55daf48c81977a5dc4b369d958","kind":"commit","published_at":"2017-03-02T10:36:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.11","html_url":"https://github.com/joblib/joblib/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11/manifests"},{"name":"0.10.3","sha":"8bbc500c60f14cc21b161b9f62c2be4201116a6a","kind":"commit","published_at":"2016-10-18T09:47:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3/manifests"},{"name":"0.10.2","sha":"9809359065adf268bba1f0b85e3b9a0b70fd1cf2","kind":"commit","published_at":"2016-08-29T14:28:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2/manifests"},{"name":"0.10.0","sha":"304fc58c156b0b2af79efe9cb74c0d9f98c75e0e","kind":"commit","published_at":"2016-07-13T07:05:09.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0/manifests"},{"name":"0.9.4","sha":"6f5906f87ef8894c1bc827e420d111db82333ff7","kind":"commit","published_at":"2016-01-18T13:34:31.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4/manifests"},{"name":"0.9.3","sha":"aeb018af545e025654176ffe9ae876bda1bddb89","kind":"commit","published_at":"2015-10-30T14:37:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"629bc99f6947884c9a61997827d0e1e9966b742a","kind":"commit","published_at":"2015-10-14T17:45:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"d24ce68ab1ef6aa671b81868f1cad003613d7f1d","kind":"commit","published_at":"2015-10-14T13:29:12.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"1e82a667dd076d3af44eb00a99d714f8a6274e10","kind":"commit","published_at":"2015-10-14T12:39:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0/manifests"},{"name":"0.9.0b4","sha":"70a22ea9ef994bf170c328e057edd38e839292c5","kind":"commit","published_at":"2015-08-27T11:44:52.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4/manifests"},{"name":"0.9.0b3","sha":"46ddd8d7e78e223f834860c8a984c082daea5eb6","kind":"commit","published_at":"2015-07-22T14:10:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3/manifests"},{"name":"0.9.0b2","sha":"b24d72e4c4c183017ddd1688c9fccdd1f0a878f6","kind":"commit","published_at":"2015-06-29T11:39:45.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2/manifests"},{"name":"0.8.4","sha":"f4549877622db8f08d70e7ee37e4bbc0060be962","kind":"commit","published_at":"2014-11-24T10:35:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4/manifests"},{"name":"0.8.3-r1","sha":"491db71896547a57446fd63a3f2d273638c63e3f","kind":"commit","published_at":"2014-08-24T09:10:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3-r1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3-r1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3-r1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1/manifests"},{"name":"0.8.3","sha":"7f63af45d8e6314ec575ff1f81094672d710c780","kind":"commit","published_at":"2014-08-20T07:50:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"7182908e70d83d4b0f028789c3168c94888647c3","kind":"tag","published_at":"2014-07-02T11:58:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"fe17f5795d3f0ea55463ce53a004443cf0132321","kind":"commit","published_at":"2014-06-04T12:59:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"74b63abd2864c90d2b8b63b07665da6cfbe38376","kind":"commit","published_at":"2014-05-28T11:51:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0/manifests"},{"name":"0.8.0a3","sha":"1027e576f7a514708004efc0a9ebdf4b4f3c5352","kind":"commit","published_at":"2014-01-15T14:34:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3/manifests"},{"name":"0.8.0a2","sha":"68b99a20857acd29086ff0db9a608929aa936397","kind":"commit","published_at":"2013-12-23T15:20:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2/manifests"},{"name":"0.8.0a","sha":"8f297aa34554b8ab840e9eff464353abe2932506","kind":"commit","published_at":"2013-12-20T17:32:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a/manifests"},{"name":"0.7.1","sha":"40fc9389c4e18510ba2a19c8bd8502fdbdd7e165","kind":"commit","published_at":"2013-07-26T15:01:07.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"3d90e83479be4178cddc79794466eff1cf131c4f","kind":"commit","published_at":"2013-02-20T05:51:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0/manifests"},{"name":"0.7.0d","sha":"6798901d8ba4d6c2c754ef9ae80eb6b3173a13c5","kind":"commit","published_at":"2013-02-08T14:47:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0d","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0d","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d/manifests"},{"name":"0.7.0c","sha":"d16ca3fd6bbc26f3af6a9898b7d16413362e9cd4","kind":"commit","published_at":"2013-02-07T15:25:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0c","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0c","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c/manifests"},{"name":"0.7.0b","sha":"868e633645def6660581278c851e20fbcdc98a6d","kind":"commit","published_at":"2012-11-20T21:04:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0b","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b/manifests"},{"name":"0.7.0a","sha":"373a176877ee58551e3f0a2acef28d97935c4519","kind":"commit","published_at":"2012-11-19T21:34:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a/manifests"},{"name":"0.6.5","sha":"b584962dff589624d2a6ecb7692c999091909603","kind":"commit","published_at":"2012-09-21T21:16:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5/manifests"},{"name":"debian/0.6.4-1","sha":"c01b1407532d9bace3de721ca27ba390a00b5064","kind":"tag","published_at":"2012-05-08T02:36:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1/manifests"},{"name":"0.6.4","sha":"c2d2879b681940813132566c1afae53b54db583d","kind":"commit","published_at":"2012-05-07T12:50:32.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"bcf7c631166bfae106a1c84d033a3aee5f9f814e","kind":"tag","published_at":"2012-05-07T12:47:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3/manifests"},{"name":"0.6.2","sha":"3c55421e0bf3821f9afbe0bf0b532999f58730c7","kind":"commit","published_at":"2012-02-06T17:56:56.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2/manifests"},{"name":"debian/0.6.1-1","sha":"6e6fe01b0f65e050fbd7b77d15013fa40a8f2912","kind":"tag","published_at":"2012-02-06T02:05:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1/manifests"},{"name":"0.6.1","sha":"a5f921ef1c91cb583d7e022e136df470eb252334","kind":"commit","published_at":"2012-02-05T22:36:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"a98b0ebc0b6ef85811326badd750a42b2922c4d2","kind":"commit","published_at":"2012-02-05T17:23:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0/manifests"},{"name":"debian/0.6.0_b3-1","sha":"77cbccbb2e4700ca100df87b55291999d9c3b438","kind":"tag","published_at":"2012-01-12T16:19:37.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1/manifests"},{"name":"0.6.0.b3","sha":"660289433cdebf515447ab4d004631470d1090ae","kind":"commit","published_at":"2012-01-12T10:21:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3/manifests"},{"name":"debian/0.6.0_b2-1","sha":"6eea8f1df2ff5d0805507c45455c59b3b7730891","kind":"tag","published_at":"2012-01-10T22:38:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b2-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b2-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b2-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1/manifests"},{"name":"0.6.0.b2","sha":"173c66927fe139f8c0e562f995bff141cd21a8c5","kind":"commit","published_at":"2012-01-07T16:59:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2/manifests"},{"name":"0.6.0.b","sha":"0f8b769bc077877a11f5baa93261de4188ca0cc8","kind":"commit","published_at":"2012-01-07T15:34:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b/manifests"},{"name":"0.6.0a","sha":"98acdc92a63d7f5a2e3824dfcb437e72cb335130","kind":"commit","published_at":"2012-01-03T16:49:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a/manifests"},{"name":"0.5.7","sha":"3312750fb8c7b642bc8a57ba9b5faac72207bb89","kind":"commit","published_at":"2011-12-28T10:20:29.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.7","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7/manifests"},{"name":"debian/0.5.4-1","sha":"2e5a2d2aaef8f381e3a844936f1bbd885e58d848","kind":"tag","published_at":"2011-10-18T02:34:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1/manifests"},{"name":"0.5.4","sha":"3d53d851db31bfc60c7aa9a0b3b075e598a7e78e","kind":"commit","published_at":"2011-09-29T09:05:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4/manifests"},{"name":"0.5.3","sha":"05be47c19f90040715ce3460178c91b01a0d1ee0","kind":"commit","published_at":"2011-06-25T14:25:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"8f8974006276a0e22491cc99be7da220e8a11047","kind":"commit","published_at":"2011-06-25T14:02:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2/manifests"},{"name":"debian/0.5.1-1","sha":"f7ea1e108ba0337281472072ed8fe7c55e231b18","kind":"tag","published_at":"2011-04-13T13:27:59.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1/manifests"},{"name":"0.5.1","sha":"5e7762192f524998c1411d9b2541efe88664ea80","kind":"tag","published_at":"2011-04-13T06:52:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1/manifests"},{"name":"debian/0.4.6-2","sha":"cfb70370c65e15c6569b9f03e0d643c680d19cad","kind":"tag","published_at":"2011-04-06T18:29:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-2","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2/manifests"},{"name":"0.5.0","sha":"f729c8536ef456e52cec8b35f59f06ccaf598c8c","kind":"commit","published_at":"2011-04-01T06:01:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0/manifests"},{"name":"debian/0.4.6-1","sha":"4d52ea4c940485ed6c33dc55146a6e8fbacf2def","kind":"tag","published_at":"2010-11-22T16:38:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1/manifests"},{"name":"0.4.6","sha":"a2cba91c277ff0638c430f5731207d2733087cbb","kind":"commit","published_at":"2010-11-21T19:11:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.6","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6/manifests"},{"name":"debian/0.4.5-1","sha":"cc47d5234766b7f00e2b6c50e2714e86a6f897a4","kind":"tag","published_at":"2010-10-06T22:22:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.5-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.5-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.5-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1/manifests"},{"name":"0.4.5","sha":"714a512089a9eb78585ebbf6b649d7df71b21866","kind":"commit","published_at":"2010-09-16T08:41:24.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5/manifests"},{"name":"0.4.4","sha":"9f5b08d973b4e3196879398c27cd5816cf09900d","kind":"commit","published_at":"2010-08-22T23:46:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4/manifests"},{"name":"debian/0.4.3-1","sha":"6f8fcefa3c159fdd0b4b3f2fca4b0b229137bc57","kind":"tag","published_at":"2010-08-01T12:05:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1/manifests"},{"name":"0.4.3","sha":"ee731a9738db58cb71693a49b5a7e5a7b883e775","kind":"tag","published_at":"2010-07-22T16:06:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"a378c22bf5c4abf8749cffa366f844dd4f293813","kind":"tag","published_at":"2010-07-16T08:16:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"a8e05c384746f00f0d145459e21af391cc26acd6","kind":"commit","published_at":"2010-07-03T10:02:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T15:19:11.935Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/joblib?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/joblib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/joblib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/joblib/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:31:16.083Z","issues_count":270,"pull_requests_count":367,"avg_time_to_close_issue":46665376.98571429,"avg_time_to_close_pull_request":11240991.513011152,"issues_closed_count":140,"pull_requests_closed_count":269,"pull_request_authors_count":114,"issue_authors_count":218,"avg_comments_per_issue":3.2037037037037037,"avg_comments_per_pull_request":3.0626702997275204,"merged_pull_requests_count":213,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":15,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":8649366.0,"past_year_avg_time_to_close_pull_request":1997205.2333333334,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.2666666666666666,"past_year_avg_comments_per_pull_request":3.30188679245283,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":24,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/issues","maintainers":[{"login":"lesteve","count":62,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"},{"login":"adrinjalali","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrinjalali"},{"login":"GaelVaroquaux","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GaelVaroquaux"}],"active_maintainers":[{"login":"lesteve","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/joblib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/joblib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/joblib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/joblib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/joblib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/joblib/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":2650,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":1231},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-08-24T05:06:15.317Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":13649952,"name":"joblib","ecosystem":"debian","description":null,"homepage":"https://github.com/joblib/joblib","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/joblib/joblib","keywords_array":["python"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T04:46:34.924Z","latest_release_published_at":"2026-02-12T04:46:34.924Z","latest_release_number":"1.4.2-4","last_synced_at":"2026-03-13T23:13:54.281Z","created_at":"2026-02-12T04:46:34.737Z","updated_at":"2026-08-20T15:36:49.550Z","registry_url":"https://tracker.debian.org/pkg/joblib","install_command":"apt-get install joblib","documentation_url":"https://packages.debian.org/trixie/joblib","metadata":{"component":"main","architecture":"all","priority":"source","binary":"python3-joblib, python-joblib-doc","standards_version":"4.7.2","maintainer":"Debian Science Maintainers \u003cdebian-science-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-python3, cython3, procps, pybuild-plugin-pyproject, python3-all, python3-lz4, python3-numpy, python3-psutil, python3-pytest \u003c!nocheck\u003e, python3-setuptools, python3-threadpoolctl \u003c!nocheck\u003e","build_depends_indep":"dh-sequence-sphinxdoc, python-distributed-doc, python-numpy-doc, python-scipy-doc, python3-doc, python3-numpydoc, python3-pandas, python3-sphinx, python3-sphinx-autodoc-typehints, python3-sphinx-gallery","build_depends_arch":null},"repo_metadata":{"id":1054058,"uuid":"654608","full_name":"joblib/joblib","owner":"joblib","description":"Computing with Python functions.","archived":false,"fork":false,"pushed_at":"2026-08-19T09:02:07.000Z","size":4614,"stargazers_count":4386,"open_issues_count":435,"forks_count":473,"subscribers_count":56,"default_branch":"main","last_synced_at":"2026-08-20T11:34:15.061Z","etag":null,"topics":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"latest_commit_sha":null,"homepage":"http://joblib.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joblib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2010-05-07T06:48:26.000Z","updated_at":"2026-08-20T07:16:22.000Z","dependencies_parsed_at":"2026-08-06T00:44:57.202Z","dependency_job_id":null,"html_url":"https://github.com/joblib/joblib","commit_stats":{"total_commits":1410,"total_committers":143,"mean_commits":9.86013986013986,"dds":0.7184397163120567,"last_synced_commit":"e02400a41b8bef0688865ff379ea13f3f7cb4f3b"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/joblib/joblib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/sbom","scorecard":{"id":526072,"data":{"date":"2025-08-11","repo":{"name":"github.com/joblib/joblib","commit":"f72435199155e59d6fab24df656a84e022680d6c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 24/30 approved changesets -- score normalized to 8","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"5 commit(s) and 9 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish-to-pypi.yml:68","Info: topLevel 'contents' permission set to 'read': .github/workflows/codespell.yml:12","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:3"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/codespell.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:44","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:56","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:62","Warn: pipCommand not pinned by hash: continuous_integration/run_tests.sh:31","Warn: pipCommand not pinned by hash: joblib/externals/vendor_cloudpickle.sh:13","Warn: pipCommand not pinned by hash: joblib/externals/vendor_loky.sh:14","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:39","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":8,"reason":"2 out of the last 2 releases have a total of 2 signed artifacts.","details":["Info: signed release artifact: joblib-1.5.1-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.1","Info: signed release artifact: joblib-1.5.0-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.0","Warn: release artifact 1.5.1 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/220626134","Warn: release artifact 1.5.0 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/216320344"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish-to-pypi.yml:37"],"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-871 / PYSEC-2021-872 / GHSA-hwqr-f3v9-hwxr","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8"],"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 28 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-20T04:24:50.553Z","repository_id":1054058,"created_at":"2025-08-20T04:24:50.553Z","updated_at":"2025-08-20T04:24:50.553Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36792186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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":"joblib","name":"joblib","uuid":"332661","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/332661?v=4","repositories_count":8,"last_synced_at":"2026-08-14T04:43:02.227Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/joblib","funding_links":[],"total_stars":5748,"followers":66,"following":0,"created_at":"2022-11-02T16:26:33.120Z","updated_at":"2026-08-14T04:43:02.268Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib/repositories"},"tags":[{"name":"1.5.3","sha":"40cd002ae1765195dfc4738a6bc7f5534b420a21","kind":"tag","published_at":"2025-12-15T08:40:28.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"eb74f8e0527f689409f7bb1fcc90e87c27d6ed5a","kind":"commit","published_at":"2025-08-27T12:14:41.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"cb554a51412e385f911b18697bfe9bb407c14bcc","kind":"commit","published_at":"2025-05-23T12:03:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"e347c9233b33758837f02d8ffbba0173f9c76a5c","kind":"commit","published_at":"2025-05-03T21:08:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"d46857a490a70fa8b66b2878066b40de13d3e326","kind":"commit","published_at":"2024-05-02T12:10:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"118ad371e3114b58343a1d868e7039fcf785f2ab","kind":"commit","published_at":"2024-05-02T11:13:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"8b98a48a3c9b0b0f5f323db285c99e695a3b974b","kind":"commit","published_at":"2024-04-08T15:04:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0/manifests"},{"name":"1.3.2","sha":"942a41084dbe79743d3114a475dc9e390b8718f1","kind":"commit","published_at":"2023-08-09T09:21:44.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"476ff8e62b221fc5816bad9b55dec8883d4f157c","kind":"commit","published_at":"2023-06-29T15:14:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"22ff2de102f5b0f7cfe4ab0ec63aec6c6157aa4b","kind":"commit","published_at":"2023-06-28T13:12:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0/manifests"},{"name":"1.1.1","sha":"f08737d9f23d3cdb40680f2e43d5e447bffe6271","kind":"commit","published_at":"2022-10-10T12:50:58.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1/manifests"},{"name":"1.2.0","sha":"5991350e03493fbf27bb596429a935e0c40fb536","kind":"commit","published_at":"2022-09-16T09:59:38.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.2.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"d9302a146e4e38d9d6709357afc1ab1c99ff0a72","kind":"commit","published_at":"2021-10-07T14:41:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"4ea15eea25498429d6cb60100effd11f87bd3a48","kind":"commit","published_at":"2021-02-09T16:44:25.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"302c2418fdc781125785c7c1778d1d79566be758","kind":"commit","published_at":"2020-12-14T13:55:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0/manifests"},{"name":"0.17.0","sha":"27ccbb82a7025e5d149a235582b861db1987dbb5","kind":"commit","published_at":"2020-10-02T19:12:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.17.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"19db4f58ac502a4bd01ab07aa31b2fc8756bcc3a","kind":"commit","published_at":"2020-07-01T16:03:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.16.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"60ee6fe91a9de7210868a24d49e4c50aaee91034","kind":"commit","published_at":"2020-05-16T12:39:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"fea01de9e9878d80303e8052b01b9913956ecbd6","kind":"commit","published_at":"2020-05-15T09:29:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"3629a0b0b036867802cd03c03cde116004826e6a","kind":"commit","published_at":"2019-12-10T08:06:13.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"a07df3beb6565909e660b677922ecd1e6c000d43","kind":"commit","published_at":"2019-10-01T07:39:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0/manifests"},{"name":"0.13.2","sha":"a99273bb0fe1d77c5e5b1b5512c6a9fa1285a125","kind":"commit","published_at":"2019-02-13T15:39:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2/manifests"},{"name":"0.13.1","sha":"d4ee44ada1abfe3ebc2a653796aecaebe48ab931","kind":"commit","published_at":"2019-01-11T18:49:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1/manifests"},{"name":"0.13.0","sha":"6abf62d21fae20b74faf3782bbf6b9ff142546f0","kind":"commit","published_at":"2018-11-14T17:54:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0/manifests"},{"name":"0.12.5","sha":"78b0a41818757612e651ad4dade5f19a226849e9","kind":"commit","published_at":"2018-09-13T13:39:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5/manifests"},{"name":"0.12.4","sha":"94c9c8f2f85a19c52954711434a922f845e21679","kind":"commit","published_at":"2018-09-05T09:17:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4/manifests"},{"name":"0.12.3","sha":"16c3074658b332db8057a88c79bf21b29f88169a","kind":"commit","published_at":"2018-08-30T13:55:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"3556ca4f39b1594e3666414ad1982d58f8e5f951","kind":"commit","published_at":"2018-08-02T12:01:18.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"c675d5d21294ed4868824b42086313a33e29d760","kind":"commit","published_at":"2018-07-17T14:48:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1/manifests"},{"name":"0.12","sha":"bb027ab7dfd01ce618c04a9bbac12f7fa1fe2857","kind":"commit","published_at":"2018-06-22T15:49:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12","html_url":"https://github.com/joblib/joblib/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12/manifests"},{"name":"0.11","sha":"04ceb168ede7ec55daf48c81977a5dc4b369d958","kind":"commit","published_at":"2017-03-02T10:36:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.11","html_url":"https://github.com/joblib/joblib/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11/manifests"},{"name":"0.10.3","sha":"8bbc500c60f14cc21b161b9f62c2be4201116a6a","kind":"commit","published_at":"2016-10-18T09:47:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3/manifests"},{"name":"0.10.2","sha":"9809359065adf268bba1f0b85e3b9a0b70fd1cf2","kind":"commit","published_at":"2016-08-29T14:28:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2/manifests"},{"name":"0.10.0","sha":"304fc58c156b0b2af79efe9cb74c0d9f98c75e0e","kind":"commit","published_at":"2016-07-13T07:05:09.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0/manifests"},{"name":"0.9.4","sha":"6f5906f87ef8894c1bc827e420d111db82333ff7","kind":"commit","published_at":"2016-01-18T13:34:31.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4/manifests"},{"name":"0.9.3","sha":"aeb018af545e025654176ffe9ae876bda1bddb89","kind":"commit","published_at":"2015-10-30T14:37:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"629bc99f6947884c9a61997827d0e1e9966b742a","kind":"commit","published_at":"2015-10-14T17:45:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"d24ce68ab1ef6aa671b81868f1cad003613d7f1d","kind":"commit","published_at":"2015-10-14T13:29:12.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"1e82a667dd076d3af44eb00a99d714f8a6274e10","kind":"commit","published_at":"2015-10-14T12:39:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0/manifests"},{"name":"0.9.0b4","sha":"70a22ea9ef994bf170c328e057edd38e839292c5","kind":"commit","published_at":"2015-08-27T11:44:52.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4/manifests"},{"name":"0.9.0b3","sha":"46ddd8d7e78e223f834860c8a984c082daea5eb6","kind":"commit","published_at":"2015-07-22T14:10:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3/manifests"},{"name":"0.9.0b2","sha":"b24d72e4c4c183017ddd1688c9fccdd1f0a878f6","kind":"commit","published_at":"2015-06-29T11:39:45.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2/manifests"},{"name":"0.8.4","sha":"f4549877622db8f08d70e7ee37e4bbc0060be962","kind":"commit","published_at":"2014-11-24T10:35:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4/manifests"},{"name":"0.8.3-r1","sha":"491db71896547a57446fd63a3f2d273638c63e3f","kind":"commit","published_at":"2014-08-24T09:10:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3-r1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3-r1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3-r1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1/manifests"},{"name":"0.8.3","sha":"7f63af45d8e6314ec575ff1f81094672d710c780","kind":"commit","published_at":"2014-08-20T07:50:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"7182908e70d83d4b0f028789c3168c94888647c3","kind":"tag","published_at":"2014-07-02T11:58:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"fe17f5795d3f0ea55463ce53a004443cf0132321","kind":"commit","published_at":"2014-06-04T12:59:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"74b63abd2864c90d2b8b63b07665da6cfbe38376","kind":"commit","published_at":"2014-05-28T11:51:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0/manifests"},{"name":"0.8.0a3","sha":"1027e576f7a514708004efc0a9ebdf4b4f3c5352","kind":"commit","published_at":"2014-01-15T14:34:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3/manifests"},{"name":"0.8.0a2","sha":"68b99a20857acd29086ff0db9a608929aa936397","kind":"commit","published_at":"2013-12-23T15:20:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2/manifests"},{"name":"0.8.0a","sha":"8f297aa34554b8ab840e9eff464353abe2932506","kind":"commit","published_at":"2013-12-20T17:32:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a/manifests"},{"name":"0.7.1","sha":"40fc9389c4e18510ba2a19c8bd8502fdbdd7e165","kind":"commit","published_at":"2013-07-26T15:01:07.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"3d90e83479be4178cddc79794466eff1cf131c4f","kind":"commit","published_at":"2013-02-20T05:51:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0/manifests"},{"name":"0.7.0d","sha":"6798901d8ba4d6c2c754ef9ae80eb6b3173a13c5","kind":"commit","published_at":"2013-02-08T14:47:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0d","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0d","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d/manifests"},{"name":"0.7.0c","sha":"d16ca3fd6bbc26f3af6a9898b7d16413362e9cd4","kind":"commit","published_at":"2013-02-07T15:25:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0c","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0c","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c/manifests"},{"name":"0.7.0b","sha":"868e633645def6660581278c851e20fbcdc98a6d","kind":"commit","published_at":"2012-11-20T21:04:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0b","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b/manifests"},{"name":"0.7.0a","sha":"373a176877ee58551e3f0a2acef28d97935c4519","kind":"commit","published_at":"2012-11-19T21:34:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a/manifests"},{"name":"0.6.5","sha":"b584962dff589624d2a6ecb7692c999091909603","kind":"commit","published_at":"2012-09-21T21:16:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5/manifests"},{"name":"debian/0.6.4-1","sha":"c01b1407532d9bace3de721ca27ba390a00b5064","kind":"tag","published_at":"2012-05-08T02:36:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1/manifests"},{"name":"0.6.4","sha":"c2d2879b681940813132566c1afae53b54db583d","kind":"commit","published_at":"2012-05-07T12:50:32.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"bcf7c631166bfae106a1c84d033a3aee5f9f814e","kind":"tag","published_at":"2012-05-07T12:47:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3/manifests"},{"name":"0.6.2","sha":"3c55421e0bf3821f9afbe0bf0b532999f58730c7","kind":"commit","published_at":"2012-02-06T17:56:56.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2/manifests"},{"name":"debian/0.6.1-1","sha":"6e6fe01b0f65e050fbd7b77d15013fa40a8f2912","kind":"tag","published_at":"2012-02-06T02:05:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1/manifests"},{"name":"0.6.1","sha":"a5f921ef1c91cb583d7e022e136df470eb252334","kind":"commit","published_at":"2012-02-05T22:36:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"a98b0ebc0b6ef85811326badd750a42b2922c4d2","kind":"commit","published_at":"2012-02-05T17:23:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0/manifests"},{"name":"debian/0.6.0_b3-1","sha":"77cbccbb2e4700ca100df87b55291999d9c3b438","kind":"tag","published_at":"2012-01-12T16:19:37.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1/manifests"},{"name":"0.6.0.b3","sha":"660289433cdebf515447ab4d004631470d1090ae","kind":"commit","published_at":"2012-01-12T10:21:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3/manifests"},{"name":"debian/0.6.0_b2-1","sha":"6eea8f1df2ff5d0805507c45455c59b3b7730891","kind":"tag","published_at":"2012-01-10T22:38:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b2-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b2-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b2-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1/manifests"},{"name":"0.6.0.b2","sha":"173c66927fe139f8c0e562f995bff141cd21a8c5","kind":"commit","published_at":"2012-01-07T16:59:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2/manifests"},{"name":"0.6.0.b","sha":"0f8b769bc077877a11f5baa93261de4188ca0cc8","kind":"commit","published_at":"2012-01-07T15:34:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b/manifests"},{"name":"0.6.0a","sha":"98acdc92a63d7f5a2e3824dfcb437e72cb335130","kind":"commit","published_at":"2012-01-03T16:49:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a/manifests"},{"name":"0.5.7","sha":"3312750fb8c7b642bc8a57ba9b5faac72207bb89","kind":"commit","published_at":"2011-12-28T10:20:29.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.7","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7/manifests"},{"name":"debian/0.5.4-1","sha":"2e5a2d2aaef8f381e3a844936f1bbd885e58d848","kind":"tag","published_at":"2011-10-18T02:34:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1/manifests"},{"name":"0.5.4","sha":"3d53d851db31bfc60c7aa9a0b3b075e598a7e78e","kind":"commit","published_at":"2011-09-29T09:05:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4/manifests"},{"name":"0.5.3","sha":"05be47c19f90040715ce3460178c91b01a0d1ee0","kind":"commit","published_at":"2011-06-25T14:25:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"8f8974006276a0e22491cc99be7da220e8a11047","kind":"commit","published_at":"2011-06-25T14:02:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2/manifests"},{"name":"debian/0.5.1-1","sha":"f7ea1e108ba0337281472072ed8fe7c55e231b18","kind":"tag","published_at":"2011-04-13T13:27:59.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1/manifests"},{"name":"0.5.1","sha":"5e7762192f524998c1411d9b2541efe88664ea80","kind":"tag","published_at":"2011-04-13T06:52:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1/manifests"},{"name":"debian/0.4.6-2","sha":"cfb70370c65e15c6569b9f03e0d643c680d19cad","kind":"tag","published_at":"2011-04-06T18:29:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-2","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2/manifests"},{"name":"0.5.0","sha":"f729c8536ef456e52cec8b35f59f06ccaf598c8c","kind":"commit","published_at":"2011-04-01T06:01:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0/manifests"},{"name":"debian/0.4.6-1","sha":"4d52ea4c940485ed6c33dc55146a6e8fbacf2def","kind":"tag","published_at":"2010-11-22T16:38:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1/manifests"},{"name":"0.4.6","sha":"a2cba91c277ff0638c430f5731207d2733087cbb","kind":"commit","published_at":"2010-11-21T19:11:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.6","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6/manifests"},{"name":"debian/0.4.5-1","sha":"cc47d5234766b7f00e2b6c50e2714e86a6f897a4","kind":"tag","published_at":"2010-10-06T22:22:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.5-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.5-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.5-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1/manifests"},{"name":"0.4.5","sha":"714a512089a9eb78585ebbf6b649d7df71b21866","kind":"commit","published_at":"2010-09-16T08:41:24.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5/manifests"},{"name":"0.4.4","sha":"9f5b08d973b4e3196879398c27cd5816cf09900d","kind":"commit","published_at":"2010-08-22T23:46:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4/manifests"},{"name":"debian/0.4.3-1","sha":"6f8fcefa3c159fdd0b4b3f2fca4b0b229137bc57","kind":"tag","published_at":"2010-08-01T12:05:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1/manifests"},{"name":"0.4.3","sha":"ee731a9738db58cb71693a49b5a7e5a7b883e775","kind":"tag","published_at":"2010-07-22T16:06:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"a378c22bf5c4abf8749cffa366f844dd4f293813","kind":"tag","published_at":"2010-07-16T08:16:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"a8e05c384746f00f0d145459e21af391cc26acd6","kind":"commit","published_at":"2010-07-03T10:02:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T15:36:49.549Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/joblib?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/joblib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/joblib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/joblib/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:31:16.083Z","issues_count":270,"pull_requests_count":367,"avg_time_to_close_issue":46665376.98571429,"avg_time_to_close_pull_request":11240991.513011152,"issues_closed_count":140,"pull_requests_closed_count":269,"pull_request_authors_count":114,"issue_authors_count":218,"avg_comments_per_issue":3.2037037037037037,"avg_comments_per_pull_request":3.0626702997275204,"merged_pull_requests_count":213,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":15,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":8649366.0,"past_year_avg_time_to_close_pull_request":1997205.2333333334,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.2666666666666666,"past_year_avg_comments_per_pull_request":3.30188679245283,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":24,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/issues","maintainers":[{"login":"lesteve","count":62,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"},{"login":"adrinjalali","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrinjalali"},{"login":"GaelVaroquaux","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GaelVaroquaux"}],"active_maintainers":[{"login":"lesteve","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/joblib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/joblib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/joblib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/joblib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/joblib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/joblib/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1985,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":1681},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-24T05:05:13.674Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":13549633,"name":"joblib","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/joblib/joblib","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/joblib/joblib","keywords_array":["universe/python"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T02:51:51.472Z","latest_release_published_at":"2026-02-11T02:51:51.472Z","latest_release_number":"1.2.0-4","last_synced_at":"2026-03-12T08:09:23.321Z","created_at":"2026-02-11T02:51:51.263Z","updated_at":"2026-08-20T17:15:39.167Z","registry_url":"https://launchpad.net/ubuntu/+source/joblib","install_command":"apt-get install joblib","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-joblib","standards_version":"4.6.1","maintainer":"Debian Science Maintainers \u003cdebian-science-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-pytest, python3-numpy, python3-psutil, python3-lz4, python3-threadpoolctl \u003c!nocheck\u003e, cython3, procps","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":1054058,"uuid":"654608","full_name":"joblib/joblib","owner":"joblib","description":"Computing with Python functions.","archived":false,"fork":false,"pushed_at":"2026-08-19T09:02:07.000Z","size":4614,"stargazers_count":4386,"open_issues_count":435,"forks_count":473,"subscribers_count":56,"default_branch":"main","last_synced_at":"2026-08-20T11:34:15.061Z","etag":null,"topics":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"latest_commit_sha":null,"homepage":"http://joblib.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joblib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2010-05-07T06:48:26.000Z","updated_at":"2026-08-20T07:16:22.000Z","dependencies_parsed_at":"2026-08-06T00:44:57.202Z","dependency_job_id":null,"html_url":"https://github.com/joblib/joblib","commit_stats":{"total_commits":1410,"total_committers":143,"mean_commits":9.86013986013986,"dds":0.7184397163120567,"last_synced_commit":"e02400a41b8bef0688865ff379ea13f3f7cb4f3b"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/joblib/joblib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/sbom","scorecard":{"id":526072,"data":{"date":"2025-08-11","repo":{"name":"github.com/joblib/joblib","commit":"f72435199155e59d6fab24df656a84e022680d6c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 24/30 approved changesets -- score normalized to 8","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"5 commit(s) and 9 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish-to-pypi.yml:68","Info: topLevel 'contents' permission set to 'read': .github/workflows/codespell.yml:12","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:3"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/codespell.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:44","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:56","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:62","Warn: pipCommand not pinned by hash: continuous_integration/run_tests.sh:31","Warn: pipCommand not pinned by hash: joblib/externals/vendor_cloudpickle.sh:13","Warn: pipCommand not pinned by hash: joblib/externals/vendor_loky.sh:14","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:39","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":8,"reason":"2 out of the last 2 releases have a total of 2 signed artifacts.","details":["Info: signed release artifact: joblib-1.5.1-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.1","Info: signed release artifact: joblib-1.5.0-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.0","Warn: release artifact 1.5.1 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/220626134","Warn: release artifact 1.5.0 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/216320344"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish-to-pypi.yml:37"],"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-871 / PYSEC-2021-872 / GHSA-hwqr-f3v9-hwxr","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8"],"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 28 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-20T04:24:50.553Z","repository_id":1054058,"created_at":"2025-08-20T04:24:50.553Z","updated_at":"2025-08-20T04:24:50.553Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36792186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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":"joblib","name":"joblib","uuid":"332661","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/332661?v=4","repositories_count":8,"last_synced_at":"2026-08-14T04:43:02.227Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/joblib","funding_links":[],"total_stars":5748,"followers":66,"following":0,"created_at":"2022-11-02T16:26:33.120Z","updated_at":"2026-08-14T04:43:02.268Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib/repositories"},"tags":[{"name":"1.5.3","sha":"40cd002ae1765195dfc4738a6bc7f5534b420a21","kind":"tag","published_at":"2025-12-15T08:40:28.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"eb74f8e0527f689409f7bb1fcc90e87c27d6ed5a","kind":"commit","published_at":"2025-08-27T12:14:41.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"cb554a51412e385f911b18697bfe9bb407c14bcc","kind":"commit","published_at":"2025-05-23T12:03:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"e347c9233b33758837f02d8ffbba0173f9c76a5c","kind":"commit","published_at":"2025-05-03T21:08:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"d46857a490a70fa8b66b2878066b40de13d3e326","kind":"commit","published_at":"2024-05-02T12:10:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"118ad371e3114b58343a1d868e7039fcf785f2ab","kind":"commit","published_at":"2024-05-02T11:13:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"8b98a48a3c9b0b0f5f323db285c99e695a3b974b","kind":"commit","published_at":"2024-04-08T15:04:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0/manifests"},{"name":"1.3.2","sha":"942a41084dbe79743d3114a475dc9e390b8718f1","kind":"commit","published_at":"2023-08-09T09:21:44.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"476ff8e62b221fc5816bad9b55dec8883d4f157c","kind":"commit","published_at":"2023-06-29T15:14:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"22ff2de102f5b0f7cfe4ab0ec63aec6c6157aa4b","kind":"commit","published_at":"2023-06-28T13:12:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0/manifests"},{"name":"1.1.1","sha":"f08737d9f23d3cdb40680f2e43d5e447bffe6271","kind":"commit","published_at":"2022-10-10T12:50:58.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1/manifests"},{"name":"1.2.0","sha":"5991350e03493fbf27bb596429a935e0c40fb536","kind":"commit","published_at":"2022-09-16T09:59:38.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.2.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"d9302a146e4e38d9d6709357afc1ab1c99ff0a72","kind":"commit","published_at":"2021-10-07T14:41:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"4ea15eea25498429d6cb60100effd11f87bd3a48","kind":"commit","published_at":"2021-02-09T16:44:25.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"302c2418fdc781125785c7c1778d1d79566be758","kind":"commit","published_at":"2020-12-14T13:55:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0/manifests"},{"name":"0.17.0","sha":"27ccbb82a7025e5d149a235582b861db1987dbb5","kind":"commit","published_at":"2020-10-02T19:12:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.17.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"19db4f58ac502a4bd01ab07aa31b2fc8756bcc3a","kind":"commit","published_at":"2020-07-01T16:03:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.16.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"60ee6fe91a9de7210868a24d49e4c50aaee91034","kind":"commit","published_at":"2020-05-16T12:39:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"fea01de9e9878d80303e8052b01b9913956ecbd6","kind":"commit","published_at":"2020-05-15T09:29:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"3629a0b0b036867802cd03c03cde116004826e6a","kind":"commit","published_at":"2019-12-10T08:06:13.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"a07df3beb6565909e660b677922ecd1e6c000d43","kind":"commit","published_at":"2019-10-01T07:39:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0/manifests"},{"name":"0.13.2","sha":"a99273bb0fe1d77c5e5b1b5512c6a9fa1285a125","kind":"commit","published_at":"2019-02-13T15:39:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2/manifests"},{"name":"0.13.1","sha":"d4ee44ada1abfe3ebc2a653796aecaebe48ab931","kind":"commit","published_at":"2019-01-11T18:49:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1/manifests"},{"name":"0.13.0","sha":"6abf62d21fae20b74faf3782bbf6b9ff142546f0","kind":"commit","published_at":"2018-11-14T17:54:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0/manifests"},{"name":"0.12.5","sha":"78b0a41818757612e651ad4dade5f19a226849e9","kind":"commit","published_at":"2018-09-13T13:39:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5/manifests"},{"name":"0.12.4","sha":"94c9c8f2f85a19c52954711434a922f845e21679","kind":"commit","published_at":"2018-09-05T09:17:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4/manifests"},{"name":"0.12.3","sha":"16c3074658b332db8057a88c79bf21b29f88169a","kind":"commit","published_at":"2018-08-30T13:55:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"3556ca4f39b1594e3666414ad1982d58f8e5f951","kind":"commit","published_at":"2018-08-02T12:01:18.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"c675d5d21294ed4868824b42086313a33e29d760","kind":"commit","published_at":"2018-07-17T14:48:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1/manifests"},{"name":"0.12","sha":"bb027ab7dfd01ce618c04a9bbac12f7fa1fe2857","kind":"commit","published_at":"2018-06-22T15:49:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12","html_url":"https://github.com/joblib/joblib/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12/manifests"},{"name":"0.11","sha":"04ceb168ede7ec55daf48c81977a5dc4b369d958","kind":"commit","published_at":"2017-03-02T10:36:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.11","html_url":"https://github.com/joblib/joblib/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11/manifests"},{"name":"0.10.3","sha":"8bbc500c60f14cc21b161b9f62c2be4201116a6a","kind":"commit","published_at":"2016-10-18T09:47:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3/manifests"},{"name":"0.10.2","sha":"9809359065adf268bba1f0b85e3b9a0b70fd1cf2","kind":"commit","published_at":"2016-08-29T14:28:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2/manifests"},{"name":"0.10.0","sha":"304fc58c156b0b2af79efe9cb74c0d9f98c75e0e","kind":"commit","published_at":"2016-07-13T07:05:09.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0/manifests"},{"name":"0.9.4","sha":"6f5906f87ef8894c1bc827e420d111db82333ff7","kind":"commit","published_at":"2016-01-18T13:34:31.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4/manifests"},{"name":"0.9.3","sha":"aeb018af545e025654176ffe9ae876bda1bddb89","kind":"commit","published_at":"2015-10-30T14:37:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"629bc99f6947884c9a61997827d0e1e9966b742a","kind":"commit","published_at":"2015-10-14T17:45:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"d24ce68ab1ef6aa671b81868f1cad003613d7f1d","kind":"commit","published_at":"2015-10-14T13:29:12.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"1e82a667dd076d3af44eb00a99d714f8a6274e10","kind":"commit","published_at":"2015-10-14T12:39:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0/manifests"},{"name":"0.9.0b4","sha":"70a22ea9ef994bf170c328e057edd38e839292c5","kind":"commit","published_at":"2015-08-27T11:44:52.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4/manifests"},{"name":"0.9.0b3","sha":"46ddd8d7e78e223f834860c8a984c082daea5eb6","kind":"commit","published_at":"2015-07-22T14:10:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3/manifests"},{"name":"0.9.0b2","sha":"b24d72e4c4c183017ddd1688c9fccdd1f0a878f6","kind":"commit","published_at":"2015-06-29T11:39:45.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2/manifests"},{"name":"0.8.4","sha":"f4549877622db8f08d70e7ee37e4bbc0060be962","kind":"commit","published_at":"2014-11-24T10:35:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4/manifests"},{"name":"0.8.3-r1","sha":"491db71896547a57446fd63a3f2d273638c63e3f","kind":"commit","published_at":"2014-08-24T09:10:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3-r1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3-r1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3-r1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1/manifests"},{"name":"0.8.3","sha":"7f63af45d8e6314ec575ff1f81094672d710c780","kind":"commit","published_at":"2014-08-20T07:50:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"7182908e70d83d4b0f028789c3168c94888647c3","kind":"tag","published_at":"2014-07-02T11:58:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"fe17f5795d3f0ea55463ce53a004443cf0132321","kind":"commit","published_at":"2014-06-04T12:59:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"74b63abd2864c90d2b8b63b07665da6cfbe38376","kind":"commit","published_at":"2014-05-28T11:51:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0/manifests"},{"name":"0.8.0a3","sha":"1027e576f7a514708004efc0a9ebdf4b4f3c5352","kind":"commit","published_at":"2014-01-15T14:34:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3/manifests"},{"name":"0.8.0a2","sha":"68b99a20857acd29086ff0db9a608929aa936397","kind":"commit","published_at":"2013-12-23T15:20:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2/manifests"},{"name":"0.8.0a","sha":"8f297aa34554b8ab840e9eff464353abe2932506","kind":"commit","published_at":"2013-12-20T17:32:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a/manifests"},{"name":"0.7.1","sha":"40fc9389c4e18510ba2a19c8bd8502fdbdd7e165","kind":"commit","published_at":"2013-07-26T15:01:07.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"3d90e83479be4178cddc79794466eff1cf131c4f","kind":"commit","published_at":"2013-02-20T05:51:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0/manifests"},{"name":"0.7.0d","sha":"6798901d8ba4d6c2c754ef9ae80eb6b3173a13c5","kind":"commit","published_at":"2013-02-08T14:47:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0d","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0d","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d/manifests"},{"name":"0.7.0c","sha":"d16ca3fd6bbc26f3af6a9898b7d16413362e9cd4","kind":"commit","published_at":"2013-02-07T15:25:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0c","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0c","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c/manifests"},{"name":"0.7.0b","sha":"868e633645def6660581278c851e20fbcdc98a6d","kind":"commit","published_at":"2012-11-20T21:04:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0b","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b/manifests"},{"name":"0.7.0a","sha":"373a176877ee58551e3f0a2acef28d97935c4519","kind":"commit","published_at":"2012-11-19T21:34:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a/manifests"},{"name":"0.6.5","sha":"b584962dff589624d2a6ecb7692c999091909603","kind":"commit","published_at":"2012-09-21T21:16:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5/manifests"},{"name":"debian/0.6.4-1","sha":"c01b1407532d9bace3de721ca27ba390a00b5064","kind":"tag","published_at":"2012-05-08T02:36:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1/manifests"},{"name":"0.6.4","sha":"c2d2879b681940813132566c1afae53b54db583d","kind":"commit","published_at":"2012-05-07T12:50:32.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"bcf7c631166bfae106a1c84d033a3aee5f9f814e","kind":"tag","published_at":"2012-05-07T12:47:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3/manifests"},{"name":"0.6.2","sha":"3c55421e0bf3821f9afbe0bf0b532999f58730c7","kind":"commit","published_at":"2012-02-06T17:56:56.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2/manifests"},{"name":"debian/0.6.1-1","sha":"6e6fe01b0f65e050fbd7b77d15013fa40a8f2912","kind":"tag","published_at":"2012-02-06T02:05:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1/manifests"},{"name":"0.6.1","sha":"a5f921ef1c91cb583d7e022e136df470eb252334","kind":"commit","published_at":"2012-02-05T22:36:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"a98b0ebc0b6ef85811326badd750a42b2922c4d2","kind":"commit","published_at":"2012-02-05T17:23:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0/manifests"},{"name":"debian/0.6.0_b3-1","sha":"77cbccbb2e4700ca100df87b55291999d9c3b438","kind":"tag","published_at":"2012-01-12T16:19:37.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1/manifests"},{"name":"0.6.0.b3","sha":"660289433cdebf515447ab4d004631470d1090ae","kind":"commit","published_at":"2012-01-12T10:21:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3/manifests"},{"name":"debian/0.6.0_b2-1","sha":"6eea8f1df2ff5d0805507c45455c59b3b7730891","kind":"tag","published_at":"2012-01-10T22:38:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b2-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b2-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b2-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1/manifests"},{"name":"0.6.0.b2","sha":"173c66927fe139f8c0e562f995bff141cd21a8c5","kind":"commit","published_at":"2012-01-07T16:59:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2/manifests"},{"name":"0.6.0.b","sha":"0f8b769bc077877a11f5baa93261de4188ca0cc8","kind":"commit","published_at":"2012-01-07T15:34:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b/manifests"},{"name":"0.6.0a","sha":"98acdc92a63d7f5a2e3824dfcb437e72cb335130","kind":"commit","published_at":"2012-01-03T16:49:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a/manifests"},{"name":"0.5.7","sha":"3312750fb8c7b642bc8a57ba9b5faac72207bb89","kind":"commit","published_at":"2011-12-28T10:20:29.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.7","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7/manifests"},{"name":"debian/0.5.4-1","sha":"2e5a2d2aaef8f381e3a844936f1bbd885e58d848","kind":"tag","published_at":"2011-10-18T02:34:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1/manifests"},{"name":"0.5.4","sha":"3d53d851db31bfc60c7aa9a0b3b075e598a7e78e","kind":"commit","published_at":"2011-09-29T09:05:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4/manifests"},{"name":"0.5.3","sha":"05be47c19f90040715ce3460178c91b01a0d1ee0","kind":"commit","published_at":"2011-06-25T14:25:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"8f8974006276a0e22491cc99be7da220e8a11047","kind":"commit","published_at":"2011-06-25T14:02:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2/manifests"},{"name":"debian/0.5.1-1","sha":"f7ea1e108ba0337281472072ed8fe7c55e231b18","kind":"tag","published_at":"2011-04-13T13:27:59.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1/manifests"},{"name":"0.5.1","sha":"5e7762192f524998c1411d9b2541efe88664ea80","kind":"tag","published_at":"2011-04-13T06:52:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1/manifests"},{"name":"debian/0.4.6-2","sha":"cfb70370c65e15c6569b9f03e0d643c680d19cad","kind":"tag","published_at":"2011-04-06T18:29:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-2","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2/manifests"},{"name":"0.5.0","sha":"f729c8536ef456e52cec8b35f59f06ccaf598c8c","kind":"commit","published_at":"2011-04-01T06:01:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0/manifests"},{"name":"debian/0.4.6-1","sha":"4d52ea4c940485ed6c33dc55146a6e8fbacf2def","kind":"tag","published_at":"2010-11-22T16:38:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1/manifests"},{"name":"0.4.6","sha":"a2cba91c277ff0638c430f5731207d2733087cbb","kind":"commit","published_at":"2010-11-21T19:11:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.6","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6/manifests"},{"name":"debian/0.4.5-1","sha":"cc47d5234766b7f00e2b6c50e2714e86a6f897a4","kind":"tag","published_at":"2010-10-06T22:22:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.5-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.5-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.5-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1/manifests"},{"name":"0.4.5","sha":"714a512089a9eb78585ebbf6b649d7df71b21866","kind":"commit","published_at":"2010-09-16T08:41:24.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5/manifests"},{"name":"0.4.4","sha":"9f5b08d973b4e3196879398c27cd5816cf09900d","kind":"commit","published_at":"2010-08-22T23:46:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4/manifests"},{"name":"debian/0.4.3-1","sha":"6f8fcefa3c159fdd0b4b3f2fca4b0b229137bc57","kind":"tag","published_at":"2010-08-01T12:05:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1/manifests"},{"name":"0.4.3","sha":"ee731a9738db58cb71693a49b5a7e5a7b883e775","kind":"tag","published_at":"2010-07-22T16:06:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"a378c22bf5c4abf8749cffa366f844dd4f293813","kind":"tag","published_at":"2010-07-16T08:16:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"a8e05c384746f00f0d145459e21af391cc26acd6","kind":"commit","published_at":"2010-07-03T10:02:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T17:15:39.167Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/joblib?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/joblib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/joblib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/joblib/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:31:16.083Z","issues_count":270,"pull_requests_count":367,"avg_time_to_close_issue":46665376.98571429,"avg_time_to_close_pull_request":11240991.513011152,"issues_closed_count":140,"pull_requests_closed_count":269,"pull_request_authors_count":114,"issue_authors_count":218,"avg_comments_per_issue":3.2037037037037037,"avg_comments_per_pull_request":3.0626702997275204,"merged_pull_requests_count":213,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":15,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":8649366.0,"past_year_avg_time_to_close_pull_request":1997205.2333333334,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.2666666666666666,"past_year_avg_comments_per_pull_request":3.30188679245283,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":24,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/issues","maintainers":[{"login":"lesteve","count":62,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"},{"login":"adrinjalali","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrinjalali"},{"login":"GaelVaroquaux","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GaelVaroquaux"}],"active_maintainers":[{"login":"lesteve","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/joblib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/joblib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/joblib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/joblib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/joblib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/joblib/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":999,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1100},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-08-24T05:06:12.490Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13420971,"name":"joblib","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/joblib/joblib","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/joblib/joblib","keywords_array":["universe/python"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-07T07:22:08.669Z","latest_release_published_at":"2026-02-07T07:22:08.669Z","latest_release_number":"0.17.0-4ubuntu1","last_synced_at":"2026-03-07T07:47:38.238Z","created_at":"2026-02-07T07:22:08.395Z","updated_at":"2026-08-20T19:36:37.114Z","registry_url":"https://launchpad.net/ubuntu/+source/joblib","install_command":"apt-get install joblib","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"python3-joblib","standards_version":"4.5.1","maintainer":"Ubuntu Developers \u003cubuntu-devel-discuss@lists.ubuntu.com\u003e","build_depends":"debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-pytest, python3-numpy, python3-psutil, python3-lz4, python3-threadpoolctl \u003c!nocheck\u003e, cython3, procps","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":1054058,"uuid":"654608","full_name":"joblib/joblib","owner":"joblib","description":"Computing with Python functions.","archived":false,"fork":false,"pushed_at":"2026-08-19T09:02:07.000Z","size":4614,"stargazers_count":4386,"open_issues_count":435,"forks_count":473,"subscribers_count":56,"default_branch":"main","last_synced_at":"2026-08-20T11:34:15.061Z","etag":null,"topics":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"latest_commit_sha":null,"homepage":"http://joblib.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joblib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null}},"created_at":"2010-05-07T06:48:26.000Z","updated_at":"2026-08-20T07:16:22.000Z","dependencies_parsed_at":"2026-08-06T00:44:57.202Z","dependency_job_id":null,"html_url":"https://github.com/joblib/joblib","commit_stats":{"total_commits":1410,"total_committers":143,"mean_commits":9.86013986013986,"dds":0.7184397163120567,"last_synced_commit":"e02400a41b8bef0688865ff379ea13f3f7cb4f3b"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"purl":"pkg:github/joblib/joblib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/sbom","scorecard":{"id":526072,"data":{"date":"2025-08-11","repo":{"name":"github.com/joblib/joblib","commit":"f72435199155e59d6fab24df656a84e022680d6c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"name":"Code-Review","score":8,"reason":"Found 24/30 approved changesets -- score normalized to 8","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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":10,"reason":"5 commit(s) and 9 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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish-to-pypi.yml:68","Info: topLevel 'contents' permission set to 'read': .github/workflows/codespell.yml:12","Warn: no topLevel permission defined: .github/workflows/publish-to-pypi.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:3"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"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/codespell.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codespell.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/codespell.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:117: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:122: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-to-pypi.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/publish-to-pypi.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:109: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:130: update your workflow using https://app.stepsecurity.io/secureworkflow/joblib/joblib/test.yml/main?enable=pin","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:44","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:56","Warn: pipCommand not pinned by hash: continuous_integration/install.sh:62","Warn: pipCommand not pinned by hash: continuous_integration/run_tests.sh:31","Warn: pipCommand not pinned by hash: joblib/externals/vendor_cloudpickle.sh:13","Warn: pipCommand not pinned by hash: joblib/externals/vendor_loky.sh:14","Warn: pipCommand not pinned by hash: .github/workflows/publish-to-pypi.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/test.yml:39","Info:   0 out of  10 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned","Info:   0 out of   8 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":8,"reason":"2 out of the last 2 releases have a total of 2 signed artifacts.","details":["Info: signed release artifact: joblib-1.5.1-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.1","Info: signed release artifact: joblib-1.5.0-py3-none-any.whl.sigstore.json: https://github.com/joblib/joblib/releases/tag/1.5.0","Warn: release artifact 1.5.1 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/220626134","Warn: release artifact 1.5.0 does not have provenance: https://api.github.com/repos/joblib/joblib/releases/216320344"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish-to-pypi.yml:37"],"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":0,"reason":"10 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-871 / PYSEC-2021-872 / GHSA-hwqr-f3v9-hwxr","Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: PYSEC-2020-73","Warn: Project is vulnerable to: PYSEC-2019-41 / GHSA-qfc5-mcwq-26q8"],"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 28 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-20T04:24:50.553Z","repository_id":1054058,"created_at":"2025-08-20T04:24:50.553Z","updated_at":"2025-08-20T04:24:50.553Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36792186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-20T02:00:06.210Z","response_time":54,"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":"joblib","name":"joblib","uuid":"332661","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/332661?v=4","repositories_count":8,"last_synced_at":"2026-08-14T04:43:02.227Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/joblib","funding_links":[],"total_stars":5748,"followers":66,"following":0,"created_at":"2022-11-02T16:26:33.120Z","updated_at":"2026-08-14T04:43:02.268Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib/repositories"},"tags":[{"name":"1.5.3","sha":"40cd002ae1765195dfc4738a6bc7f5534b420a21","kind":"tag","published_at":"2025-12-15T08:40:28.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"eb74f8e0527f689409f7bb1fcc90e87c27d6ed5a","kind":"commit","published_at":"2025-08-27T12:14:41.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"cb554a51412e385f911b18697bfe9bb407c14bcc","kind":"commit","published_at":"2025-05-23T12:03:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"e347c9233b33758837f02d8ffbba0173f9c76a5c","kind":"commit","published_at":"2025-05-03T21:08:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.5.0/manifests"},{"name":"1.4.2","sha":"d46857a490a70fa8b66b2878066b40de13d3e326","kind":"commit","published_at":"2024-05-02T12:10:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"118ad371e3114b58343a1d868e7039fcf785f2ab","kind":"commit","published_at":"2024-05-02T11:13:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"8b98a48a3c9b0b0f5f323db285c99e695a3b974b","kind":"commit","published_at":"2024-04-08T15:04:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0/manifests"},{"name":"1.3.2","sha":"942a41084dbe79743d3114a475dc9e390b8718f1","kind":"commit","published_at":"2023-08-09T09:21:44.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"476ff8e62b221fc5816bad9b55dec8883d4f157c","kind":"commit","published_at":"2023-06-29T15:14:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"22ff2de102f5b0f7cfe4ab0ec63aec6c6157aa4b","kind":"commit","published_at":"2023-06-28T13:12:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0/manifests"},{"name":"1.1.1","sha":"f08737d9f23d3cdb40680f2e43d5e447bffe6271","kind":"commit","published_at":"2022-10-10T12:50:58.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1/manifests"},{"name":"1.2.0","sha":"5991350e03493fbf27bb596429a935e0c40fb536","kind":"commit","published_at":"2022-09-16T09:59:38.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.2.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"d9302a146e4e38d9d6709357afc1ab1c99ff0a72","kind":"commit","published_at":"2021-10-07T14:41:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"4ea15eea25498429d6cb60100effd11f87bd3a48","kind":"commit","published_at":"2021-02-09T16:44:25.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"302c2418fdc781125785c7c1778d1d79566be758","kind":"commit","published_at":"2020-12-14T13:55:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0/manifests"},{"name":"0.17.0","sha":"27ccbb82a7025e5d149a235582b861db1987dbb5","kind":"commit","published_at":"2020-10-02T19:12:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.17.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"19db4f58ac502a4bd01ab07aa31b2fc8756bcc3a","kind":"commit","published_at":"2020-07-01T16:03:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.16.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"60ee6fe91a9de7210868a24d49e4c50aaee91034","kind":"commit","published_at":"2020-05-16T12:39:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"fea01de9e9878d80303e8052b01b9913956ecbd6","kind":"commit","published_at":"2020-05-15T09:29:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"3629a0b0b036867802cd03c03cde116004826e6a","kind":"commit","published_at":"2019-12-10T08:06:13.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"a07df3beb6565909e660b677922ecd1e6c000d43","kind":"commit","published_at":"2019-10-01T07:39:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0/manifests"},{"name":"0.13.2","sha":"a99273bb0fe1d77c5e5b1b5512c6a9fa1285a125","kind":"commit","published_at":"2019-02-13T15:39:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2/manifests"},{"name":"0.13.1","sha":"d4ee44ada1abfe3ebc2a653796aecaebe48ab931","kind":"commit","published_at":"2019-01-11T18:49:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1/manifests"},{"name":"0.13.0","sha":"6abf62d21fae20b74faf3782bbf6b9ff142546f0","kind":"commit","published_at":"2018-11-14T17:54:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0/manifests"},{"name":"0.12.5","sha":"78b0a41818757612e651ad4dade5f19a226849e9","kind":"commit","published_at":"2018-09-13T13:39:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5/manifests"},{"name":"0.12.4","sha":"94c9c8f2f85a19c52954711434a922f845e21679","kind":"commit","published_at":"2018-09-05T09:17:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4/manifests"},{"name":"0.12.3","sha":"16c3074658b332db8057a88c79bf21b29f88169a","kind":"commit","published_at":"2018-08-30T13:55:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"3556ca4f39b1594e3666414ad1982d58f8e5f951","kind":"commit","published_at":"2018-08-02T12:01:18.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"c675d5d21294ed4868824b42086313a33e29d760","kind":"commit","published_at":"2018-07-17T14:48:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1/manifests"},{"name":"0.12","sha":"bb027ab7dfd01ce618c04a9bbac12f7fa1fe2857","kind":"commit","published_at":"2018-06-22T15:49:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12","html_url":"https://github.com/joblib/joblib/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12/manifests"},{"name":"0.11","sha":"04ceb168ede7ec55daf48c81977a5dc4b369d958","kind":"commit","published_at":"2017-03-02T10:36:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.11","html_url":"https://github.com/joblib/joblib/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11/manifests"},{"name":"0.10.3","sha":"8bbc500c60f14cc21b161b9f62c2be4201116a6a","kind":"commit","published_at":"2016-10-18T09:47:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3/manifests"},{"name":"0.10.2","sha":"9809359065adf268bba1f0b85e3b9a0b70fd1cf2","kind":"commit","published_at":"2016-08-29T14:28:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2/manifests"},{"name":"0.10.0","sha":"304fc58c156b0b2af79efe9cb74c0d9f98c75e0e","kind":"commit","published_at":"2016-07-13T07:05:09.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0/manifests"},{"name":"0.9.4","sha":"6f5906f87ef8894c1bc827e420d111db82333ff7","kind":"commit","published_at":"2016-01-18T13:34:31.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4/manifests"},{"name":"0.9.3","sha":"aeb018af545e025654176ffe9ae876bda1bddb89","kind":"commit","published_at":"2015-10-30T14:37:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"629bc99f6947884c9a61997827d0e1e9966b742a","kind":"commit","published_at":"2015-10-14T17:45:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"d24ce68ab1ef6aa671b81868f1cad003613d7f1d","kind":"commit","published_at":"2015-10-14T13:29:12.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"1e82a667dd076d3af44eb00a99d714f8a6274e10","kind":"commit","published_at":"2015-10-14T12:39:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0/manifests"},{"name":"0.9.0b4","sha":"70a22ea9ef994bf170c328e057edd38e839292c5","kind":"commit","published_at":"2015-08-27T11:44:52.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4/manifests"},{"name":"0.9.0b3","sha":"46ddd8d7e78e223f834860c8a984c082daea5eb6","kind":"commit","published_at":"2015-07-22T14:10:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3/manifests"},{"name":"0.9.0b2","sha":"b24d72e4c4c183017ddd1688c9fccdd1f0a878f6","kind":"commit","published_at":"2015-06-29T11:39:45.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.9.0b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2/manifests"},{"name":"0.8.4","sha":"f4549877622db8f08d70e7ee37e4bbc0060be962","kind":"commit","published_at":"2014-11-24T10:35:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4/manifests"},{"name":"0.8.3-r1","sha":"491db71896547a57446fd63a3f2d273638c63e3f","kind":"commit","published_at":"2014-08-24T09:10:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3-r1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3-r1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3-r1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1/manifests"},{"name":"0.8.3","sha":"7f63af45d8e6314ec575ff1f81094672d710c780","kind":"commit","published_at":"2014-08-20T07:50:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"7182908e70d83d4b0f028789c3168c94888647c3","kind":"tag","published_at":"2014-07-02T11:58:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"fe17f5795d3f0ea55463ce53a004443cf0132321","kind":"commit","published_at":"2014-06-04T12:59:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"74b63abd2864c90d2b8b63b07665da6cfbe38376","kind":"commit","published_at":"2014-05-28T11:51:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0/manifests"},{"name":"0.8.0a3","sha":"1027e576f7a514708004efc0a9ebdf4b4f3c5352","kind":"commit","published_at":"2014-01-15T14:34:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3/manifests"},{"name":"0.8.0a2","sha":"68b99a20857acd29086ff0db9a608929aa936397","kind":"commit","published_at":"2013-12-23T15:20:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2/manifests"},{"name":"0.8.0a","sha":"8f297aa34554b8ab840e9eff464353abe2932506","kind":"commit","published_at":"2013-12-20T17:32:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.8.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a/manifests"},{"name":"0.7.1","sha":"40fc9389c4e18510ba2a19c8bd8502fdbdd7e165","kind":"commit","published_at":"2013-07-26T15:01:07.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"3d90e83479be4178cddc79794466eff1cf131c4f","kind":"commit","published_at":"2013-02-20T05:51:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0/manifests"},{"name":"0.7.0d","sha":"6798901d8ba4d6c2c754ef9ae80eb6b3173a13c5","kind":"commit","published_at":"2013-02-08T14:47:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0d","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0d","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0d","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d/manifests"},{"name":"0.7.0c","sha":"d16ca3fd6bbc26f3af6a9898b7d16413362e9cd4","kind":"commit","published_at":"2013-02-07T15:25:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0c","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0c","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0c","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c/manifests"},{"name":"0.7.0b","sha":"868e633645def6660581278c851e20fbcdc98a6d","kind":"commit","published_at":"2012-11-20T21:04:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0b","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b/manifests"},{"name":"0.7.0a","sha":"373a176877ee58551e3f0a2acef28d97935c4519","kind":"commit","published_at":"2012-11-19T21:34:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.7.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a/manifests"},{"name":"0.6.5","sha":"b584962dff589624d2a6ecb7692c999091909603","kind":"commit","published_at":"2012-09-21T21:16:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5/manifests"},{"name":"debian/0.6.4-1","sha":"c01b1407532d9bace3de721ca27ba390a00b5064","kind":"tag","published_at":"2012-05-08T02:36:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1/manifests"},{"name":"0.6.4","sha":"c2d2879b681940813132566c1afae53b54db583d","kind":"commit","published_at":"2012-05-07T12:50:32.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"bcf7c631166bfae106a1c84d033a3aee5f9f814e","kind":"tag","published_at":"2012-05-07T12:47:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3/manifests"},{"name":"0.6.2","sha":"3c55421e0bf3821f9afbe0bf0b532999f58730c7","kind":"commit","published_at":"2012-02-06T17:56:56.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2/manifests"},{"name":"debian/0.6.1-1","sha":"6e6fe01b0f65e050fbd7b77d15013fa40a8f2912","kind":"tag","published_at":"2012-02-06T02:05:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1/manifests"},{"name":"0.6.1","sha":"a5f921ef1c91cb583d7e022e136df470eb252334","kind":"commit","published_at":"2012-02-05T22:36:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"a98b0ebc0b6ef85811326badd750a42b2922c4d2","kind":"commit","published_at":"2012-02-05T17:23:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0/manifests"},{"name":"debian/0.6.0_b3-1","sha":"77cbccbb2e4700ca100df87b55291999d9c3b438","kind":"tag","published_at":"2012-01-12T16:19:37.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1/manifests"},{"name":"0.6.0.b3","sha":"660289433cdebf515447ab4d004631470d1090ae","kind":"commit","published_at":"2012-01-12T10:21:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3/manifests"},{"name":"debian/0.6.0_b2-1","sha":"6eea8f1df2ff5d0805507c45455c59b3b7730891","kind":"tag","published_at":"2012-01-10T22:38:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b2-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b2-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.6.0_b2-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1/manifests"},{"name":"0.6.0.b2","sha":"173c66927fe139f8c0e562f995bff141cd21a8c5","kind":"commit","published_at":"2012-01-07T16:59:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2/manifests"},{"name":"0.6.0.b","sha":"0f8b769bc077877a11f5baa93261de4188ca0cc8","kind":"commit","published_at":"2012-01-07T15:34:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0.b","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b/manifests"},{"name":"0.6.0a","sha":"98acdc92a63d7f5a2e3824dfcb437e72cb335130","kind":"commit","published_at":"2012-01-03T16:49:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0a","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.6.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a/manifests"},{"name":"0.5.7","sha":"3312750fb8c7b642bc8a57ba9b5faac72207bb89","kind":"commit","published_at":"2011-12-28T10:20:29.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.7","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7/manifests"},{"name":"debian/0.5.4-1","sha":"2e5a2d2aaef8f381e3a844936f1bbd885e58d848","kind":"tag","published_at":"2011-10-18T02:34:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.4-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1/manifests"},{"name":"0.5.4","sha":"3d53d851db31bfc60c7aa9a0b3b075e598a7e78e","kind":"commit","published_at":"2011-09-29T09:05:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4/manifests"},{"name":"0.5.3","sha":"05be47c19f90040715ce3460178c91b01a0d1ee0","kind":"commit","published_at":"2011-06-25T14:25:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"8f8974006276a0e22491cc99be7da220e8a11047","kind":"commit","published_at":"2011-06-25T14:02:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2/manifests"},{"name":"debian/0.5.1-1","sha":"f7ea1e108ba0337281472072ed8fe7c55e231b18","kind":"tag","published_at":"2011-04-13T13:27:59.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.5.1-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1/manifests"},{"name":"0.5.1","sha":"5e7762192f524998c1411d9b2541efe88664ea80","kind":"tag","published_at":"2011-04-13T06:52:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1/manifests"},{"name":"debian/0.4.6-2","sha":"cfb70370c65e15c6569b9f03e0d643c680d19cad","kind":"tag","published_at":"2011-04-06T18:29:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-2","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2/manifests"},{"name":"0.5.0","sha":"f729c8536ef456e52cec8b35f59f06ccaf598c8c","kind":"commit","published_at":"2011-04-01T06:01:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0/manifests"},{"name":"debian/0.4.6-1","sha":"4d52ea4c940485ed6c33dc55146a6e8fbacf2def","kind":"tag","published_at":"2010-11-22T16:38:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.6-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1/manifests"},{"name":"0.4.6","sha":"a2cba91c277ff0638c430f5731207d2733087cbb","kind":"commit","published_at":"2010-11-21T19:11:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.6","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6/manifests"},{"name":"debian/0.4.5-1","sha":"cc47d5234766b7f00e2b6c50e2714e86a6f897a4","kind":"tag","published_at":"2010-10-06T22:22:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.5-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.5-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.5-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1/manifests"},{"name":"0.4.5","sha":"714a512089a9eb78585ebbf6b649d7df71b21866","kind":"commit","published_at":"2010-09-16T08:41:24.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5/manifests"},{"name":"0.4.4","sha":"9f5b08d973b4e3196879398c27cd5816cf09900d","kind":"commit","published_at":"2010-08-22T23:46:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4/manifests"},{"name":"debian/0.4.3-1","sha":"6f8fcefa3c159fdd0b4b3f2fca4b0b229137bc57","kind":"tag","published_at":"2010-08-01T12:05:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.3-1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@debian%2F0.4.3-1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1/manifests"},{"name":"0.4.3","sha":"ee731a9738db58cb71693a49b5a7e5a7b883e775","kind":"tag","published_at":"2010-07-22T16:06:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"a378c22bf5c4abf8749cffa366f844dd4f293813","kind":"tag","published_at":"2010-07-16T08:16:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"a8e05c384746f00f0d145459e21af391cc26acd6","kind":"commit","published_at":"2010-07-03T10:02:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/joblib/joblib@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1/manifests"}]},"repo_metadata_updated_at":"2026-08-20T19:36:37.113Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/joblib?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/joblib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/joblib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/joblib/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-20T11:31:16.083Z","issues_count":270,"pull_requests_count":367,"avg_time_to_close_issue":46665376.98571429,"avg_time_to_close_pull_request":11240991.513011152,"issues_closed_count":140,"pull_requests_closed_count":269,"pull_request_authors_count":114,"issue_authors_count":218,"avg_comments_per_issue":3.2037037037037037,"avg_comments_per_pull_request":3.0626702997275204,"merged_pull_requests_count":213,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":15,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":8649366.0,"past_year_avg_time_to_close_pull_request":1997205.2333333334,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.2666666666666666,"past_year_avg_comments_per_pull_request":3.30188679245283,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":24,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/issues","maintainers":[{"login":"lesteve","count":62,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"},{"login":"adrinjalali","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrinjalali"},{"login":"GaelVaroquaux","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GaelVaroquaux"}],"active_maintainers":[{"login":"lesteve","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/joblib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/joblib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/joblib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/joblib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/joblib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/joblib/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":1498,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":971},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-08-24T05:06:06.213Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":2773900,"name":"joblib","ecosystem":"pypi","description":"Lightweight pipelining with Python functions","homepage":"https://joblib.readthedocs.io","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/joblib/joblib","keywords_array":[],"namespace":null,"versions_count":108,"first_release_published_at":"2008-10-26T14:11:28.000Z","latest_release_published_at":"2025-12-15T08:41:44.000Z","latest_release_number":"1.5.3","last_synced_at":"2026-08-24T13:34:19.893Z","created_at":"2022-04-10T11:22:12.322Z","updated_at":"2026-08-24T13:34:19.893Z","registry_url":"https://pypi.org/project/joblib/","install_command":"pip install joblib --index-url https://pypi.org/simple","documentation_url":"https://joblib.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Environment :: Console","Intended Audience :: Developers","Intended Audience :: Education","Intended Audience :: Science/Research","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.9","Topic :: Scientific/Engineering","Topic :: Software Development :: Libraries","Topic :: Utilities"],"normalized_name":"joblib","project_status":null},"repo_metadata":{"id":1054058,"uuid":"654608","full_name":"joblib/joblib","owner":"joblib","description":"Computing with Python functions.","archived":false,"fork":false,"pushed_at":"2024-09-27T16:08:30.000Z","size":4453,"stargazers_count":3855,"open_issues_count":433,"forks_count":414,"subscribers_count":63,"default_branch":"main","last_synced_at":"2024-10-29T15:57:16.947Z","etag":null,"topics":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"latest_commit_sha":null,"homepage":"http://joblib.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joblib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-05-07T06:48:26.000Z","updated_at":"2024-10-27T10:30:06.000Z","dependencies_parsed_at":"2023-07-05T20:16:26.154Z","dependency_job_id":"517e9d0d-32b9-4026-9d94-6fbc9ff41ee1","html_url":"https://github.com/joblib/joblib","commit_stats":{"total_commits":1385,"total_committers":131,"mean_commits":"10.572519083969466","dds":0.7133574007220216,"last_synced_commit":"6310841f66352bbf958cc190a973adcca611f4c7"},"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222090770,"owners_count":16929471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"joblib","name":"joblib","uuid":"332661","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/332661?v=4","repositories_count":7,"last_synced_at":"2024-03-25T20:07:25.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/joblib","funding_links":[],"total_stars":4721,"followers":27,"following":0,"created_at":"2022-11-02T16:26:33.120Z","updated_at":"2024-03-25T20:07:25.809Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joblib/repositories"},"tags":[{"name":"1.4.2","sha":"d46857a490a70fa8b66b2878066b40de13d3e326","kind":"commit","published_at":"2024-05-02T12:10:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"118ad371e3114b58343a1d868e7039fcf785f2ab","kind":"commit","published_at":"2024-05-02T11:13:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"8b98a48a3c9b0b0f5f323db285c99e695a3b974b","kind":"commit","published_at":"2024-04-08T15:04:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.4.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.4.0/manifests"},{"name":"1.3.2","sha":"942a41084dbe79743d3114a475dc9e390b8718f1","kind":"commit","published_at":"2023-08-09T09:21:44.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.2","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.2/manifests"},{"name":"1.3.1","sha":"476ff8e62b221fc5816bad9b55dec8883d4f157c","kind":"commit","published_at":"2023-06-29T15:14:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.1/manifests"},{"name":"1.3.0","sha":"22ff2de102f5b0f7cfe4ab0ec63aec6c6157aa4b","kind":"commit","published_at":"2023-06-28T13:12:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.3.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.3.0/manifests"},{"name":"1.1.1","sha":"f08737d9f23d3cdb40680f2e43d5e447bffe6271","kind":"commit","published_at":"2022-10-10T12:50:58.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.1/manifests"},{"name":"1.2.0","sha":"5991350e03493fbf27bb596429a935e0c40fb536","kind":"commit","published_at":"2022-09-16T09:59:38.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.2.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"d9302a146e4e38d9d6709357afc1ab1c99ff0a72","kind":"commit","published_at":"2021-10-07T14:41:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.1.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"4ea15eea25498429d6cb60100effd11f87bd3a48","kind":"commit","published_at":"2021-02-09T16:44:25.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.1","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"302c2418fdc781125785c7c1778d1d79566be758","kind":"commit","published_at":"2020-12-14T13:55:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/1.0.0","html_url":"https://github.com/joblib/joblib/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/1.0.0/manifests"},{"name":"0.17.0","sha":"27ccbb82a7025e5d149a235582b861db1987dbb5","kind":"commit","published_at":"2020-10-02T19:12:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.17.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.17.0/manifests"},{"name":"0.16.0","sha":"19db4f58ac502a4bd01ab07aa31b2fc8756bcc3a","kind":"commit","published_at":"2020-07-01T16:03:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.16.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.16.0/manifests"},{"name":"0.15.1","sha":"60ee6fe91a9de7210868a24d49e4c50aaee91034","kind":"commit","published_at":"2020-05-16T12:39:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.1/manifests"},{"name":"0.15.0","sha":"fea01de9e9878d80303e8052b01b9913956ecbd6","kind":"commit","published_at":"2020-05-15T09:29:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.15.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"3629a0b0b036867802cd03c03cde116004826e6a","kind":"commit","published_at":"2019-12-10T08:06:13.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"a07df3beb6565909e660b677922ecd1e6c000d43","kind":"commit","published_at":"2019-10-01T07:39:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.14.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.14.0/manifests"},{"name":"0.13.2","sha":"a99273bb0fe1d77c5e5b1b5512c6a9fa1285a125","kind":"commit","published_at":"2019-02-13T15:39:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.2/manifests"},{"name":"0.13.1","sha":"d4ee44ada1abfe3ebc2a653796aecaebe48ab931","kind":"commit","published_at":"2019-01-11T18:49:46.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.1/manifests"},{"name":"0.13.0","sha":"6abf62d21fae20b74faf3782bbf6b9ff142546f0","kind":"commit","published_at":"2018-11-14T17:54:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.13.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.13.0/manifests"},{"name":"0.12.5","sha":"78b0a41818757612e651ad4dade5f19a226849e9","kind":"commit","published_at":"2018-09-13T13:39:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.5/manifests"},{"name":"0.12.4","sha":"94c9c8f2f85a19c52954711434a922f845e21679","kind":"commit","published_at":"2018-09-05T09:17:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.4/manifests"},{"name":"0.12.3","sha":"16c3074658b332db8057a88c79bf21b29f88169a","kind":"commit","published_at":"2018-08-30T13:55:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.3/manifests"},{"name":"0.12.2","sha":"3556ca4f39b1594e3666414ad1982d58f8e5f951","kind":"commit","published_at":"2018-08-02T12:01:18.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.2/manifests"},{"name":"0.12.1","sha":"c675d5d21294ed4868824b42086313a33e29d760","kind":"commit","published_at":"2018-07-17T14:48:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12.1/manifests"},{"name":"0.12","sha":"bb027ab7dfd01ce618c04a9bbac12f7fa1fe2857","kind":"commit","published_at":"2018-06-22T15:49:08.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.12","html_url":"https://github.com/joblib/joblib/releases/tag/0.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.12/manifests"},{"name":"0.11","sha":"04ceb168ede7ec55daf48c81977a5dc4b369d958","kind":"commit","published_at":"2017-03-02T10:36:30.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.11","html_url":"https://github.com/joblib/joblib/releases/tag/0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.11/manifests"},{"name":"0.10.3","sha":"8bbc500c60f14cc21b161b9f62c2be4201116a6a","kind":"commit","published_at":"2016-10-18T09:47:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.3/manifests"},{"name":"0.10.2","sha":"9809359065adf268bba1f0b85e3b9a0b70fd1cf2","kind":"commit","published_at":"2016-08-29T14:28:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.2/manifests"},{"name":"0.10.0","sha":"304fc58c156b0b2af79efe9cb74c0d9f98c75e0e","kind":"commit","published_at":"2016-07-13T07:05:09.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.10.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.10.0/manifests"},{"name":"0.9.4","sha":"6f5906f87ef8894c1bc827e420d111db82333ff7","kind":"commit","published_at":"2016-01-18T13:34:31.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.4/manifests"},{"name":"0.9.3","sha":"aeb018af545e025654176ffe9ae876bda1bddb89","kind":"commit","published_at":"2015-10-30T14:37:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.3/manifests"},{"name":"0.9.2","sha":"629bc99f6947884c9a61997827d0e1e9966b742a","kind":"commit","published_at":"2015-10-14T17:45:20.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"d24ce68ab1ef6aa671b81868f1cad003613d7f1d","kind":"commit","published_at":"2015-10-14T13:29:12.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"1e82a667dd076d3af44eb00a99d714f8a6274e10","kind":"commit","published_at":"2015-10-14T12:39:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0/manifests"},{"name":"0.9.0b4","sha":"70a22ea9ef994bf170c328e057edd38e839292c5","kind":"commit","published_at":"2015-08-27T11:44:52.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b4","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b4/manifests"},{"name":"0.9.0b3","sha":"46ddd8d7e78e223f834860c8a984c082daea5eb6","kind":"commit","published_at":"2015-07-22T14:10:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b3/manifests"},{"name":"0.9.0b2","sha":"b24d72e4c4c183017ddd1688c9fccdd1f0a878f6","kind":"commit","published_at":"2015-06-29T11:39:45.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.9.0b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.9.0b2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.9.0b2/manifests"},{"name":"0.8.4","sha":"f4549877622db8f08d70e7ee37e4bbc0060be962","kind":"commit","published_at":"2014-11-24T10:35:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.4/manifests"},{"name":"0.8.3-r1","sha":"491db71896547a57446fd63a3f2d273638c63e3f","kind":"commit","published_at":"2014-08-24T09:10:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3-r1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3-r1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3-r1/manifests"},{"name":"0.8.3","sha":"7f63af45d8e6314ec575ff1f81094672d710c780","kind":"commit","published_at":"2014-08-20T07:50:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.3/manifests"},{"name":"0.8.2","sha":"7182908e70d83d4b0f028789c3168c94888647c3","kind":"tag","published_at":"2014-07-02T11:58:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"fe17f5795d3f0ea55463ce53a004443cf0132321","kind":"commit","published_at":"2014-06-04T12:59:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"74b63abd2864c90d2b8b63b07665da6cfbe38376","kind":"commit","published_at":"2014-05-28T11:51:02.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0/manifests"},{"name":"0.8.0a3","sha":"1027e576f7a514708004efc0a9ebdf4b4f3c5352","kind":"commit","published_at":"2014-01-15T14:34:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a3","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a3/manifests"},{"name":"0.8.0a2","sha":"68b99a20857acd29086ff0db9a608929aa936397","kind":"commit","published_at":"2013-12-23T15:20:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a2","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a2/manifests"},{"name":"0.8.0a","sha":"8f297aa34554b8ab840e9eff464353abe2932506","kind":"commit","published_at":"2013-12-20T17:32:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.8.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.8.0a","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.8.0a/manifests"},{"name":"0.7.1","sha":"40fc9389c4e18510ba2a19c8bd8502fdbdd7e165","kind":"commit","published_at":"2013-07-26T15:01:07.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"3d90e83479be4178cddc79794466eff1cf131c4f","kind":"commit","published_at":"2013-02-20T05:51:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0/manifests"},{"name":"0.7.0d","sha":"6798901d8ba4d6c2c754ef9ae80eb6b3173a13c5","kind":"commit","published_at":"2013-02-08T14:47:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0d","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0d","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0d/manifests"},{"name":"0.7.0c","sha":"d16ca3fd6bbc26f3af6a9898b7d16413362e9cd4","kind":"commit","published_at":"2013-02-07T15:25:23.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0c","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0c","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0c/manifests"},{"name":"0.7.0b","sha":"868e633645def6660581278c851e20fbcdc98a6d","kind":"commit","published_at":"2012-11-20T21:04:00.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0b","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0b","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0b/manifests"},{"name":"0.7.0a","sha":"373a176877ee58551e3f0a2acef28d97935c4519","kind":"commit","published_at":"2012-11-19T21:34:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.7.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.7.0a","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.7.0a/manifests"},{"name":"0.6.5","sha":"b584962dff589624d2a6ecb7692c999091909603","kind":"commit","published_at":"2012-09-21T21:16:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.5/manifests"},{"name":"debian/0.6.4-1","sha":"c01b1407532d9bace3de721ca27ba390a00b5064","kind":"tag","published_at":"2012-05-08T02:36:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.4-1/manifests"},{"name":"0.6.4","sha":"c2d2879b681940813132566c1afae53b54db583d","kind":"commit","published_at":"2012-05-07T12:50:32.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"bcf7c631166bfae106a1c84d033a3aee5f9f814e","kind":"tag","published_at":"2012-05-07T12:47:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.3/manifests"},{"name":"0.6.2","sha":"3c55421e0bf3821f9afbe0bf0b532999f58730c7","kind":"commit","published_at":"2012-02-06T17:56:56.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.2/manifests"},{"name":"debian/0.6.1-1","sha":"6e6fe01b0f65e050fbd7b77d15013fa40a8f2912","kind":"tag","published_at":"2012-02-06T02:05:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.1-1/manifests"},{"name":"0.6.1","sha":"a5f921ef1c91cb583d7e022e136df470eb252334","kind":"commit","published_at":"2012-02-05T22:36:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"a98b0ebc0b6ef85811326badd750a42b2922c4d2","kind":"commit","published_at":"2012-02-05T17:23:47.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0/manifests"},{"name":"debian/0.6.0_b3-1","sha":"77cbccbb2e4700ca100df87b55291999d9c3b438","kind":"tag","published_at":"2012-01-12T16:19:37.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b3-1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b3-1/manifests"},{"name":"0.6.0.b3","sha":"660289433cdebf515447ab4d004631470d1090ae","kind":"commit","published_at":"2012-01-12T10:21:55.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b3","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b3/manifests"},{"name":"debian/0.6.0_b2-1","sha":"6eea8f1df2ff5d0805507c45455c59b3b7730891","kind":"tag","published_at":"2012-01-10T22:38:21.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.6.0_b2-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.6.0_b2-1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.6.0_b2-1/manifests"},{"name":"0.6.0.b2","sha":"173c66927fe139f8c0e562f995bff141cd21a8c5","kind":"commit","published_at":"2012-01-07T16:59:01.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b2","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b2/manifests"},{"name":"0.6.0.b","sha":"0f8b769bc077877a11f5baa93261de4188ca0cc8","kind":"commit","published_at":"2012-01-07T15:34:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0.b","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0.b","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0.b/manifests"},{"name":"0.6.0a","sha":"98acdc92a63d7f5a2e3824dfcb437e72cb335130","kind":"commit","published_at":"2012-01-03T16:49:34.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.6.0a","html_url":"https://github.com/joblib/joblib/releases/tag/0.6.0a","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.6.0a/manifests"},{"name":"0.5.7","sha":"3312750fb8c7b642bc8a57ba9b5faac72207bb89","kind":"commit","published_at":"2011-12-28T10:20:29.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.7","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.7/manifests"},{"name":"debian/0.5.4-1","sha":"2e5a2d2aaef8f381e3a844936f1bbd885e58d848","kind":"tag","published_at":"2011-10-18T02:34:05.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.4-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.4-1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.4-1/manifests"},{"name":"0.5.4","sha":"3d53d851db31bfc60c7aa9a0b3b075e598a7e78e","kind":"commit","published_at":"2011-09-29T09:05:16.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.4/manifests"},{"name":"0.5.3","sha":"05be47c19f90040715ce3460178c91b01a0d1ee0","kind":"commit","published_at":"2011-06-25T14:25:33.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.3/manifests"},{"name":"0.5.2","sha":"8f8974006276a0e22491cc99be7da220e8a11047","kind":"commit","published_at":"2011-06-25T14:02:06.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.2/manifests"},{"name":"debian/0.5.1-1","sha":"f7ea1e108ba0337281472072ed8fe7c55e231b18","kind":"tag","published_at":"2011-04-13T13:27:59.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.5.1-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.5.1-1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.5.1-1/manifests"},{"name":"0.5.1","sha":"5e7762192f524998c1411d9b2541efe88664ea80","kind":"tag","published_at":"2011-04-13T06:52:04.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.1/manifests"},{"name":"debian/0.4.6-2","sha":"cfb70370c65e15c6569b9f03e0d643c680d19cad","kind":"tag","published_at":"2011-04-06T18:29:49.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-2","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-2/manifests"},{"name":"0.5.0","sha":"f729c8536ef456e52cec8b35f59f06ccaf598c8c","kind":"commit","published_at":"2011-04-01T06:01:03.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.5.0","html_url":"https://github.com/joblib/joblib/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.5.0/manifests"},{"name":"debian/0.4.6-1","sha":"4d52ea4c940485ed6c33dc55146a6e8fbacf2def","kind":"tag","published_at":"2010-11-22T16:38:27.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.6-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.6-1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.6-1/manifests"},{"name":"0.4.6","sha":"a2cba91c277ff0638c430f5731207d2733087cbb","kind":"commit","published_at":"2010-11-21T19:11:15.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.6","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.6/manifests"},{"name":"debian/0.4.5-1","sha":"cc47d5234766b7f00e2b6c50e2714e86a6f897a4","kind":"tag","published_at":"2010-10-06T22:22:57.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.5-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.5-1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.5-1/manifests"},{"name":"0.4.5","sha":"714a512089a9eb78585ebbf6b649d7df71b21866","kind":"commit","published_at":"2010-09-16T08:41:24.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.5","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.5/manifests"},{"name":"0.4.4","sha":"9f5b08d973b4e3196879398c27cd5816cf09900d","kind":"commit","published_at":"2010-08-22T23:46:11.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.4","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.4/manifests"},{"name":"debian/0.4.3-1","sha":"6f8fcefa3c159fdd0b4b3f2fca4b0b229137bc57","kind":"tag","published_at":"2010-08-01T12:05:51.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/debian/0.4.3-1","html_url":"https://github.com/joblib/joblib/releases/tag/debian/0.4.3-1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/debian%2F0.4.3-1/manifests"},{"name":"0.4.3","sha":"ee731a9738db58cb71693a49b5a7e5a7b883e775","kind":"tag","published_at":"2010-07-22T16:06:35.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.3","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"a378c22bf5c4abf8749cffa366f844dd4f293813","kind":"tag","published_at":"2010-07-16T08:16:53.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.2","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"a8e05c384746f00f0d145459e21af391cc26acd6","kind":"commit","published_at":"2010-07-03T10:02:22.000Z","download_url":"https://codeload.github.com/joblib/joblib/tar.gz/0.4.1","html_url":"https://github.com/joblib/joblib/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/tags/0.4.1/manifests"}]},"repo_metadata_updated_at":"2024-10-29T23:40:28.619Z","dependent_packages_count":2273,"downloads":220371530,"downloads_period":"last-month","dependent_repos_count":77243,"rankings":{"downloads":0.027512486083267458,"dependent_repos_count":0.016507491649960473,"dependent_packages_count":0.011555244154972333,"stargazers_count":1.7936306760551495,"forks_count":3.291043585280453,"docker_downloads_count":0.04878880865432762,"average":0.8648397153130217},"purl":"pkg:pypi/joblib","advisories":[{"uuid":"GSA_kwCzR0hTQS02aHJnLXFtdmMtMnhoOM4AAvFP","url":"https://github.com/advisories/GHSA-6hrg-qmvc-2xh8","title":"joblib vulnerable to arbitrary code execution","description":"The package joblib from 0 and before 1.2.0 is vulnerable to Arbitrary Code Execution via the `pre_dispatch` flag in `Parallel()` class due to the `eval()` statement.","origin":"UNSPECIFIED","severity":"CRITICAL","published_at":"2022-09-27T00:00:22.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":9.3,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N","references":["https://nvd.nist.gov/vuln/detail/CVE-2022-21797","https://github.com/joblib/joblib/issues/1128","https://github.com/joblib/joblib/pull/1321","https://github.com/joblib/joblib/commit/b90f10efeb670a2cc877fb88ebb3f2019189e059","https://security.snyk.io/vuln/SNYK-PYTHON-JOBLIB-3027033","https://lists.debian.org/debian-lts-announce/2022/11/msg00020.html","https://lists.debian.org/debian-lts-announce/2023/03/msg00027.html","https://github.com/joblib/joblib/pull/1327","https://github.com/joblib/joblib/pull/1352","https://github.com/joblib/joblib/commit/6638b9e9711ad1ebbf6dd95aa7cee0dca9897b42","https://github.com/pypa/advisory-database/tree/main/vulns/joblib/PYSEC-2022-288.yaml","https://security.gentoo.org/glsa/202401-01","https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BVOMMW37OXZWU2EV5ONAAS462IQEHZOF","https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/MJ5XTJS6OKJRRVXWFN5J67K3BYPEOBDF","https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BVOMMW37OXZWU2EV5ONAAS462IQEHZOF","https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MJ5XTJS6OKJRRVXWFN5J67K3BYPEOBDF","https://github.com/advisories/GHSA-6hrg-qmvc-2xh8"],"source_kind":"github","identifiers":["GHSA-6hrg-qmvc-2xh8","CVE-2022-21797"],"repository_url":"https://github.com/joblib/joblib","blast_radius":45.45708993474678,"created_at":"2022-12-21T16:11:56.628Z","updated_at":"2026-08-11T14:12:05.223Z","epss_percentage":0.02094,"epss_percentile":0.79809,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02aHJnLXFtdmMtMnhoOM4AAvFP","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS02aHJnLXFtdmMtMnhoOM4AAvFP","packages":[{"ecosystem":"pypi","package_name":"joblib","versions":[{"first_patched_version":"1.2.0","vulnerable_version_range":"\u003c 1.2.0"}],"purl":"pkg:pypi/joblib"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02aHJnLXFtdmMtMnhoOM4AAvFP/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/joblib","docker_dependents_count":5829,"docker_downloads_count":1420820634,"usage_url":"https://repos.ecosyste.ms/usage/pypi/joblib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/joblib/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2024-10-29T18:02:44.757Z","issues_count":193,"pull_requests_count":163,"avg_time_to_close_issue":42875016.725,"avg_time_to_close_pull_request":13506130.46226415,"issues_closed_count":79,"pull_requests_closed_count":106,"pull_request_authors_count":80,"issue_authors_count":170,"avg_comments_per_issue":3.61139896373057,"avg_comments_per_pull_request":3.803680981595092,"merged_pull_requests_count":80,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":57,"past_year_pull_requests_count":37,"past_year_avg_time_to_close_issue":1791850.2173913044,"past_year_avg_time_to_close_pull_request":784545.5,"past_year_issues_closed_count":22,"past_year_pull_requests_closed_count":26,"past_year_pull_request_authors_count":22,"past_year_issue_authors_count":51,"past_year_avg_comments_per_issue":2.1578947368421053,"past_year_avg_comments_per_pull_request":1.972972972972973,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":21,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/issues","maintainers":[{"login":"lesteve","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"},{"login":"GaelVaroquaux","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GaelVaroquaux"}],"active_maintainers":[{"login":"lesteve","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/joblib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/joblib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/joblib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/joblib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/joblib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/joblib/codemeta","maintainers":[{"uuid":"tommoral","login":"tommoral","name":null,"email":null,"url":null,"packages_count":11,"html_url":"https://pypi.org/user/tommoral/","role":null,"created_at":"2023-01-30T17:43:22.979Z","updated_at":"2023-01-30T17:43:22.979Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/tommoral/packages"},{"uuid":"ogrisel","login":"ogrisel","name":null,"email":null,"url":null,"packages_count":18,"html_url":"https://pypi.org/user/ogrisel/","role":null,"created_at":"2023-01-30T17:43:22.759Z","updated_at":"2023-01-30T17:43:22.759Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/ogrisel/packages"},{"uuid":"GaelVaroquaux","login":"GaelVaroquaux","name":null,"email":null,"url":null,"packages_count":17,"html_url":"https://pypi.org/user/GaelVaroquaux/","role":null,"created_at":"2023-01-30T17:43:22.227Z","updated_at":"2023-01-30T17:43:22.227Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/GaelVaroquaux/packages"},{"uuid":"lesteve","login":"lesteve","name":null,"email":null,"url":null,"packages_count":6,"html_url":"https://pypi.org/user/lesteve/","role":null,"created_at":"2023-01-30T17:43:22.543Z","updated_at":"2023-01-30T17:43:22.543Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/lesteve/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":930432,"maintainers_count":399688,"namespaces_count":0,"keywords_count":311773,"github":"pypi","metadata":{"funded_packages_count":58574,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-24T05:05:47.334Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":6786,"full_name":"joblib/joblib","default_branch":"main","total_commits":1517,"total_committers":159,"total_bot_commits":5,"total_bot_committers":1,"mean_commits":9.540880503144654,"dds":0.7382992748846408,"past_year_total_commits":46,"past_year_total_committers":19,"past_year_total_bot_commits":5,"past_year_total_bot_committers":1,"past_year_mean_commits":2.4210526315789473,"past_year_dds":0.7608695652173914,"last_synced_at":"2026-08-19T11:03:02.524Z","last_synced_commit":"804f4725e1a27b1425c8aabcf7312ceb11c3a07d","created_at":"2023-03-07T09:43:40.864Z","updated_at":"2026-08-19T11:03:00.819Z","committers":[{"name":"Gael Varoquaux","email":"gael.varoquaux@normalesup.org","login":"GaelVaroquaux","count":397},{"name":"Olivier Grisel","email":"olivier.grisel@ensta.org","login":"ogrisel","count":341},{"name":"Loïc Estève","email":"loic.esteve@ymail.com","login":"lesteve","count":237},{"name":"Thomas Moreau","email":"thomas.moreau.2010@gmail.com","login":"tomMoral","count":79},{"name":"Alexandre Abadie","email":"alexandre.abadie@inria.fr","login":"aabadie","count":76},{"name":"Pierre Glaser","email":"pierreglaser@msn.com","login":"pierreglaser","count":25},{"name":"Philippe Gervais","email":"philippe.gervais@inria.fr","login":"pgervais","count":23},{"name":"Karan Desai","email":"karandesai_96@live.com","login":null,"count":22},{"name":"Yaroslav Halchenko","email":"debian@onerussian.com","login":"yarikoptic","count":16},{"name":"Franck Charras","email":"29153872+fcharras","login":"fcharras","count":15},{"name":"Nanored4498","email":"nanored.mc@gmail.com","login":"Nanored4498","count":11},{"name":"Valentin Haenel","email":"valentin.haenel@gmx.de","login":"esc","count":10},{"name":"Pietro Berkes","email":"pietro.berkes@googlemail.com","login":"pberkes","count":10},{"name":"myint","email":"myint@macbookpro.local","login":null,"count":10},{"name":"Lars Buitinck","email":"L.J.Buitinck@uva.nl","login":"larsmans","count":9},{"name":"Guillaume Lemaitre","email":"g.lemaitre58@gmail.com","login":"glemaitre","count":9},{"name":"Adrin Jalali","email":"adrin.jalali@gmail.com","login":"adrinjalali","count":8},{"name":"Gael Varoquaux","email":"varoquau@resting","login":null,"count":7},{"name":"Eric Larson","email":"larson.eric.d@gmail.com","login":"larsoner","count":6},{"name":"Yannick Schwartz","email":"yannick.schwartz@gmail.com","login":null,"count":6},{"name":"Stefanie Senger","email":"91849487+StefanieSenger","login":"StefanieSenger","count":5},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":5},{"name":"Jérémie du Boisberranger","email":"34657725+jeremiedbb","login":"jeremiedbb","count":4},{"name":"Andreas Olsson","email":"andreas@arrakis.se","login":"andreaso","count":3},{"name":"chapmanb","email":"chapmanb@50mail.com","login":"chapmanb","count":3},{"name":"Will Mayner","email":"wmayner@gmail.com","login":"wmayner","count":3},{"name":"Vlad Niculae","email":"vlad@vene.ro","login":"vene","count":3},{"name":"Arne Neumann","email":"github@arne.cl","login":"arne-cl","count":3},{"name":"Christian Clauss","email":"cclauss@me.com","login":"cclauss","count":3},{"name":"Fabian Pedregosa","email":"fabian.pedregosa@inria.fr","login":"fabianp","count":3},{"name":"Juan Manuel Caicedo Carvajal","email":"juan@cavorite.com","login":"cavorite","count":3},{"name":"Julien Jerphanion","email":"git@jjerphan.xyz","login":"jjerphan","count":3},{"name":"Kenneth C. Arnold","email":"kcarnold@alum.mit.edu","login":"kcarnold","count":3},{"name":"Matthew Rocklin","email":"mrocklin@gmail.com","login":"mrocklin","count":3},{"name":"Maxime Weyl","email":"31591159+MaximeWeyl","login":"MaximeWeyl","count":3},{"name":"Nicolas Hug","email":"contact@nicolas-hug.com","login":"NicolasHug","count":3},{"name":"Fabian Pedregosa","email":"fabian@fseoane.net","login":null,"count":3},{"name":"Martin Luessi","email":"mluessi@nmr.mgh.harvard.edu","login":null,"count":3},{"name":"Jirka Borovec","email":"6035284+Borda","login":"Borda","count":2},{"name":"Itamar Turner-Trauring","email":"itamar@itamarst.org","login":"itamarst","count":2},{"name":"Elizabeth Sander","email":"liz.sander91@gmail.com","login":"elsander","count":2},{"name":"Chandan Kumar","email":"99543778+RavSinghChandan","login":"RavSinghChandan","count":2},{"name":"Alexandre Gramfort","email":"alexandre.gramfort@inria.fr","login":"agramfort","count":2},{"name":"Albert Thomas","email":"albertthomas88@gmail.com","login":"albertcthomas","count":2},{"name":"jlopezpena","email":"jlopezpena","login":"jlopezpena","count":2},{"name":"dzikie drożdże","email":"daz@hackerspace.pl","login":"d42","count":2},{"name":"Thomas Levine","email":"_@thomaslevine.com","login":"tlevine","count":2},{"name":"Roman Yurchak","email":"rth.yurchak@gmail.com","login":"rth","count":2},{"name":"Ram Rachum","email":"ram@rachum.com","login":"cool-RR","count":2},{"name":"Miro Hrončok","email":"miro@hroncok.cz","login":"hroncok","count":2},{"name":"Michael R. Crusoe","email":"1330696+mr-c","login":"mr-c","count":2},{"name":"Andreas Mueller","email":"t3kcit@gmail.com","login":"amueller","count":2},{"name":"John T. Wodder II","email":"jwodder","login":"jwodder","count":2},{"name":"Lilian Besson","email":"Naereen","login":"Naereen","count":2},{"name":"Mateusz Sokół","email":"8431159+mtsokol","login":"mtsokol","count":2},{"name":"Marek Rudnicki","email":"marekrud@gmail.com","login":null,"count":2},{"name":"cclauss","email":"cclauss@bluewin.ch","login":null,"count":2},{"name":"Nicolas Pinto","email":"pinto@mit.edu","login":null,"count":2},{"name":"Antony Lee","email":"anntzer.lee@gmail.com","login":"anntzer","count":1},{"name":"Andrii Oriekhov","email":"andriyorehov@gmail.com","login":"andriyor","count":1},{"name":"zhai_pro","email":"xin_soft@foxmail.com","login":null,"count":1},{"name":"Ameer Haj Ali","email":"ameerh@berkeley.edu","login":"AmeerHajAli","count":1},{"name":"Aliaksei Urbanski","email":"mimworkmail@gmail.com","login":"Jamim","count":1},{"name":"TomYang","email":"earoc.cn@gmail.com","login":"earoc","count":1},{"name":"Douglas Fraser","email":"dfraser@douglas-fraser.com","login":"drfraser","count":1},{"name":"David Cottrell","email":"david.cottrell@gmail.com","login":"cottrell","count":1},{"name":"Dan Stahlke","email":"dan@stahlke.org","login":"dstahlke","count":1},{"name":"Dan Brown","email":"jdanbrown@gmail.com","login":"jdanbrown","count":1},{"name":"Cédric","email":"altaris","login":"altaris","count":1},{"name":"ApproximateIdentity","email":"tomnyberg@gmail.com","login":"ApproximateIdentity","count":1},{"name":"Ashwin Srinath","email":"3190405+shwina","login":"shwina","count":1},{"name":"Attractadore","email":"attractadore02@gmail.com","login":"Attractadore","count":1},{"name":"Bala Subrahmanyam Varanasi","email":"vabasu@gmail.com","login":"Balu-Varanasi","count":1},{"name":"sethdandridge","email":"sethdan+github@gmail.com","login":null,"count":1},{"name":"fcharras","email":"franck@sancare.fr","login":null,"count":1},{"name":"Balthazar Rouberol","email":"balthazar.rouberol@mapado.com","login":null,"count":1},{"name":"Martin Frodl","email":"mfrodl@redhat.com","login":null,"count":1},{"name":"Ian Dewancker","email":"idewanck@cs.ubc.ca","login":null,"count":1},{"name":"Bd76","email":"vincent.l@millenium-studio.fr","login":null,"count":1},{"name":"Arthur Mensch","email":"arthur.mensch@m4x.org","login":null,"count":1},{"name":"Takahiro Ueda","email":"tueda","login":"tueda","count":1},{"name":"Sylvain Combettes","email":"48064216+sylvaincom","login":"sylvaincom","count":1},{"name":"Sreekant Baheti","email":"60787859+Sreekant13","login":"Sreekant13","count":1},{"name":"Sohum Hulyalkar","email":"sohum11@berkeley.edu","login":"sohumh","count":1},{"name":"Simon Conseil","email":"contact@saimon.org","login":"saimn","count":1},{"name":"Simeon Visser","email":"svisser","login":"svisser","count":1},{"name":"Sarah Charlotte Johnson","email":"scharlottej13@gmail.com","login":"scharlottej13","count":1},{"name":"Santiago Castro","email":"bryant1410@gmail.com","login":"bryant1410","count":1},{"name":"Sai Asish Y","email":"say.apm35@gmail.com","login":"SAY-5","count":1},{"name":"Ralf Gommers","email":"ralf.gommers@googlemail.com","login":"rgommers","count":1},{"name":"RAHUL KUMAR","email":"hellorahul@google.com","login":"pctablet505","count":1},{"name":"Pradipta Ghosh","email":"37842314+pradghos","login":"pradghos","count":1},{"name":"Prabakaran Kumaresshan","email":"k_prabakaran+github@hotmail.com","login":"nixphix","count":1},{"name":"Pierre-Antoine Comby","email":"pierre-antoine.comby@crans.org","login":"paquiteau","count":1},{"name":"Peter Law","email":"PeterJCLaw@gmail.com","login":"PeterJCLaw","count":1},{"name":"Paul Ivanov","email":"pi@berkeley.edu","login":"ivanov","count":1},{"name":"Noam Hershtig","email":"noamher","login":"noamher","count":1},{"name":"Niels Zeilemaker","email":"nielszeilemaker@godatadriven.com","login":"NielsZeilemaker","count":1},{"name":"Nielius","email":"nielius@gmail.com","login":"Nielius","count":1},{"name":"Neyhlo","email":"135139485+Neyhlo","login":"Neyhlo","count":1},{"name":"yangfl","email":"yangfl","login":"yangfl","count":1},{"name":"tomkoelman","email":"tkoelman@xs4all.nl","login":"tomkoelman","count":1},{"name":"thiswillbeyourgithub","email":"26625900+thiswillbeyourgithub","login":"thiswillbeyourgithub","count":1},{"name":"ryanzz","email":"ryan.zhao.cs@gmail.com","login":"export-default","count":1},{"name":"reszelaz","email":"zreszela@cells.es","login":"reszelaz","count":1},{"name":"pierreablin","email":"pierreablin@gmail.com","login":"pierreablin","count":1},{"name":"mrefish","email":"mrefish","login":"mrefish","count":1},{"name":"jodizzle","email":"jodizzle","login":"jodizzle","count":1},{"name":"jayantkamble10000","email":"jayantkamble10000@gmail.com","login":"jayantkamble10000","count":1},{"name":"harishmk","email":"harishmk@gmail.com","login":"harishmk","count":1},{"name":"dohmatob elvis dopgima","email":"elvis.dohmatob@inria.fr","login":"dohmatob","count":1},{"name":"cache-missing","email":"90820067+cache-missing","login":"cache-missing","count":1},{"name":"banilo","email":"danilobzdok@gmail.com","login":"banilo","count":1},{"name":"auderson","email":"48577571+auderson","login":"auderson","count":1},{"name":"androids-electric-sheep","email":"160651876+androids-electric-sheep","login":"androids-electric-sheep","count":1},{"name":"Yuval Langer","email":"yuval.langer@gmail.com","login":"yuvallanger","count":1},{"name":"WeichenXu","email":"weichen.xu@databricks.com","login":"WeichenXu123","count":1},{"name":"Trương Gia Bảo","email":"81033433+buchijw","login":"buchijw","count":1},{"name":"Tim Gates","email":"tim.gates@iress.com","login":"timgates42","count":1},{"name":"Jim Crist","email":"jcrist","login":"jcrist","count":1},{"name":"Jason Neal","email":"jason.neal@astro.up.pt","login":"jason-neal","count":1},{"name":"Janek Klawe","email":"jklawe@gmail.com","login":"jqmp","count":1},{"name":"Jan Bauer","email":"japhba","login":"japhba","count":1},{"name":"Jameson","email":"jmerkow@gmail.com","login":"jmerkow","count":1},{"name":"James Collins","email":"collijk@uw.edu","login":"collijk","count":1},{"name":"Ignazio De Santis","email":"132545917+IgnazioDS","login":"IgnazioDS","count":1},{"name":"Helder Geovane Gomes de Lima","email":"he7d3r@gmail.com","login":"he7d3r","count":1},{"name":"Han Xu","email":"hgcrpd@gmail.com","login":"hxu","count":1},{"name":"George Sakkis","email":"george.sakkis@gmail.com","login":"gsakkis","count":1},{"name":"Gensollen","email":"nicolas.gensollen@gmail.com","login":"NicolasGensollen","count":1},{"name":"Eugene Scherba","email":"escherba@gmail.com","login":"escherba","count":1},{"name":"Emmanuelle Gouillart","email":"emmanuelle.gouillart@nsup.org","login":"emmanuelle","count":1},{"name":"Dr.Blank","email":"64108942+Dr-Blank","login":"Dr-Blank","count":1},{"name":"Aditi Juneja","email":"91629733+Schefflera-Arboricola","login":"Schefflera-Arboricola","count":1},{"name":"Ben Mabey","email":"ben@benmabey.com","login":"bmabey","count":1},{"name":"Brian Wignall","email":"BrianWignall@gmail.com","login":"bwignall","count":1},{"name":"C. Titus Brown","email":"titus@idyll.org","login":"ctb","count":1},{"name":"Chiara Marmo","email":"cmarmo","login":"cmarmo","count":1},{"name":"Christos Aridas","email":"chkoar","login":"chkoar","count":1},{"name":"Thomas J. Fan","email":"thomasjpfan@gmail.com","login":"thomasjpfan","count":1},{"name":"Mickaël Schoentgen","email":"contact@tiger-222.fr","login":"BoboTiG","count":1},{"name":"Michał Górny","email":"mgorny@gentoo.org","login":"mgorny","count":1},{"name":"Matthias","email":"xmatthias@outlook.com","login":"xmatthias","count":1},{"name":"Mathis","email":"sveitser@gmail.com","login":"sveitser","count":1},{"name":"Marcus Campbell","email":"21266489+marcus-campbell","login":"marcus-campbell","count":1},{"name":"Marcin Konowalczyk","email":"marcin.konow@lczyk.xyz","login":"MarcinKonowalczyk","count":1},{"name":"Manuel Garcia","email":"31109774+Mandroide","login":"Mandroide","count":1},{"name":"Malte Ziebarth","email":"malte.ziebarth@fmvkb.de","login":"mjziebarth","count":1},{"name":"LunarLanding","email":"4441338+LunarLanding","login":"LunarLanding","count":1},{"name":"Ludwig Stumpp","email":"42147848+LudwigStumpp","login":"LudwigStumpp","count":1},{"name":"Last G","email":"last_g@hackerdom.ru","login":"last-g","count":1},{"name":"Kyle P. Johnson","email":"kyle@kyle-p-johnson.com","login":"kylepjohnson","count":1},{"name":"Kurt Mosiejczuk","email":"kurt.mosiejczuk@gmail.com","login":"kmosiejczuk","count":1},{"name":"Kian-Meng Ang","email":"kianmeng.ang@gmail.com","login":"kianmeng","count":1},{"name":"KOLANICH","email":"KOLANICH","login":"KOLANICH","count":1},{"name":"Justin Vincent","email":"justinvf@gmail.com","login":"justinvf","count":1},{"name":"Josiah Johnston","email":"josiahjohnston","login":"josiahjohnston","count":1},{"name":"Joris Van den Bossche","email":"jorisvandenbossche@gmail.com","login":"jorisvandenbossche","count":1},{"name":"Joel Nothman","email":"joel.nothman@gmail.com","login":"jnothman","count":1}],"past_year_committers":[{"name":"Nanored4498","email":"nanored.mc@gmail.com","login":"Nanored4498","count":11},{"name":"Loïc Estève","email":"loic.esteve@ymail.com","login":"lesteve","count":6},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":5},{"name":"Thomas Moreau","email":"thomas.moreau.2010@gmail.com","login":"tomMoral","count":5},{"name":"Chandan Kumar","email":"99543778+RavSinghChandan","login":"RavSinghChandan","count":2},{"name":"Christian Clauss","email":"cclauss@me.com","login":"cclauss","count":2},{"name":"Itamar Turner-Trauring","email":"itamar@itamarst.org","login":"itamarst","count":2},{"name":"Olivier Grisel","email":"olivier.grisel@ensta.org","login":"ogrisel","count":2},{"name":"Eric Larson","email":"larson.eric.d@gmail.com","login":"larsoner","count":1},{"name":"Ignazio De Santis","email":"132545917+IgnazioDS","login":"IgnazioDS","count":1},{"name":"Marcus Campbell","email":"21266489+marcus-campbell","login":"marcus-campbell","count":1},{"name":"Matthias","email":"xmatthias@outlook.com","login":"xmatthias","count":1},{"name":"Michael R. Crusoe","email":"1330696+mr-c","login":"mr-c","count":1},{"name":"Neyhlo","email":"135139485+Neyhlo","login":"Neyhlo","count":1},{"name":"RAHUL KUMAR","email":"hellorahul@google.com","login":"pctablet505","count":1},{"name":"Sai Asish Y","email":"say.apm35@gmail.com","login":"SAY-5","count":1},{"name":"Sreekant Baheti","email":"60787859+Sreekant13","login":"Sreekant13","count":1},{"name":"jayantkamble10000","email":"jayantkamble10000@gmail.com","login":"jayantkamble10000","count":1},{"name":"tomkoelman","email":"tkoelman@xs4all.nl","login":"tomkoelman","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-20T00:00:10.776Z","repositories_count":6740034,"commits_count":975859012,"contributors_count":41146129,"owners_count":1356232,"committers_count":3349823,"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":{"table":{"full_name":"joblib/joblib","html_url":"https://github.com/joblib/joblib","last_synced_at":"2026-08-24T13:33:27.333Z","status":null,"issues_count":271,"pull_requests_count":367,"avg_time_to_close_issue":46665376.98571429,"avg_time_to_close_pull_request":11206638.366666667,"issues_closed_count":140,"pull_requests_closed_count":270,"pull_request_authors_count":114,"issue_authors_count":219,"avg_comments_per_issue":3.2029520295202953,"avg_comments_per_pull_request":3.0626702997275204,"merged_pull_requests_count":214,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":15,"past_year_pull_requests_count":53,"past_year_avg_time_to_close_issue":8649366.0,"past_year_avg_time_to_close_pull_request":1996187.064516129,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":31,"past_year_pull_request_authors_count":27,"past_year_issue_authors_count":9,"past_year_avg_comments_per_issue":2.466666666666667,"past_year_avg_comments_per_pull_request":3.30188679245283,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":25,"created_at":"2023-05-10T11:04:16.616Z","updated_at":"2026-08-24T13:33:27.333Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/joblib%2Fjoblib/issues","issue_labels_count":{"table":{"bug":8,"enhancement":5,"windows":3,"help wanted":2,"need reproducer":2,"documentation":2,"packaging":1,"regression":1,"dask backend":1}},"pull_request_labels_count":{"table":{"enhancement":4,"need Review":3,"github_actions":3,"dependencies":3,"documentation":1,"bug":1}},"issue_author_associations_count":{"table":{"NONE":215,"CONTRIBUTOR":41,"MEMBER":15}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":211,"NONE":94,"MEMBER":62}},"issue_authors":{"table":{"lesteve":14,"ogrisel":7,"itamarst":6,"larsoner":4,"Schefflera-Arboricola":4,"jeremiedbb":3,"yarikoptic":3,"tomMoral":3,"winer-lch":2,"StefanieSenger":2,"skjerns":2,"holmescharles":2,"thiswillbeyourgithub":2,"stefan6419846":2,"amueller":2,"tinducvo":2,"JohannesBuchner":2,"samuela":2,"celestinoxp":2,"jpmaterial":2,"auderson":2,"qrdlgit":2,"majidaldo":2,"gsakkis":2,"scottgigante-immunai":1,"martinResearch":1,"ludaavics":1,"nicolas-seichepine":1,"gabrieldemarmiesse":1,"K1ingzzz":1,"tfiers":1,"fcharras":1,"thisiswhereitype":1,"bluewowo":1,"loretoparisi":1,"stepan-srsen":1,"benjaminlyons":1,"juleskuehn":1,"MarcinKonowalczyk":1,"paduszyk":1,"h6197627":1,"chanansh":1,"Liquidmasl":1,"george-adams1":1,"mariakesa":1,"cjw296":1,"kumaraditya303":1,"jayantkamble10000":1,"isaacgerg":1,"elazarcoh":1,"jnc-nj":1,"orgonth":1,"wmayner":1,"bbbaka":1,"holderhe":1,"thvasilo":1,"jmohammadi000":1,"tsvikas":1,"evanzd":1,"frafra":1,"arogozhnikov":1,"William-of-Penge":1,"rolfverberg":1,"antoninkriz":1,"drhyrum":1,"iuiu34":1,"alexisthual":1,"LunarLanding":1,"gerardsn":1,"alyashenko":1,"SheepPP":1,"simonzack":1,"bersbersbers":1,"TMorville":1,"sanvila":1,"DamianBarabonkovQC":1,"SimplicityGuy":1,"MaximeSongIdris":1,"noren95":1,"emfdavid":1,"fredludlow":1,"slarionoff":1,"wahsmail":1,"myrainbowandsky":1,"timsainb":1,"ZaslavkyDi":1,"rsanchezgarc":1,"MartinBernstorff":1,"hadim":1,"Svalorzen":1,"mwelt":1,"Barry1":1,"veprbl":1,"khanetor":1,"ggydush":1,"eenblam":1,"Plalyy":1,"tianxia3":1,"nilason":1,"adhikjoshi":1,"argman":1,"philippkeller":1,"adam2392":1,"mivade":1,"turian":1,"aperezlebel":1,"donatoaz":1,"ZvikaZ":1,"drew-parsons":1,"sbraz":1,"filipbartek":1,"ricardofunke":1,"befeleme":1,"louisabraham":1,"Sieboldianus":1,"NathanielRN":1,"mthiboust":1,"ginward":1,"duckworthd":1,"johnmarktaylor91":1,"fingoldo":1,"peterdudfield":1,"jontis":1,"kerrymGeologicai":1,"mirekphd":1,"parap1uie-s":1,"ChaimTPipl":1,"fx-kirin":1,"UniverseFly":1,"opyate":1,"troehling":1,"caixuwei":1,"xuyxu":1,"KentonParton":1,"rogeauA":1,"aseyboldt":1,"PanZiwei":1,"Darshan2306-DS":1,"vadimkantorov":1,"xiaozhu261":1,"psmoros":1,"sohumh":1,"yetanotherion":1,"jbalfer":1,"ogennaesimai":1,"Sanatmpa":1,"PJPRoche":1,"AndySchroder":1,"percevalw":1,"Richienb":1,"dakaidan":1,"uchenily":1,"alfranbe":1,"hydrastarmaster":1,"xerxescom":1,"david-cortes":1,"MarcBresson":1,"bharathc346":1,"cagroh":1,"Hourout":1,"jakirkham":1,"liadJB":1,"Leniox":1,"GaelVaroquaux":1,"kalekundert":1,"experiencedft":1,"WesleyTheGeolien":1,"Artimi":1,"jl-hk":1,"azylbertal":1,"Okroshiashvili":1,"sam-s":1,"bogdanteleaga":1,"glivan":1,"JanAlexanderMantis":1,"A-tA-v":1,"gennaro-tedesco":1,"mdruiter":1,"YubinXie":1,"VEZcoding":1,"GiuseppeLaurenza":1,"MrMarvel":1,"giospud":1,"manuel-lincbiotech":1,"esse-byte":1,"monchin":1,"trendelkampschroer":1,"phi-friday":1,"ZupoLlask":1,"mblondel":1,"jasonkena":1,"LouisJalouzot":1,"michellekarunaratne":1,"mlisovyi":1,"vnmabus":1,"pimlock":1,"arkanoid87":1,"Dtsimpson1":1,"Krzysiaczek99":1,"ndawe":1,"rbedi":1,"thomasjpfan":1,"VincentRouvreau":1,"knarf-hackatal2016":1,"Okabintaro":1,"jason-neal":1,"Llewyllen":1,"manucalop":1,"PhilipMay":1,"liqunkang":1,"peay":1,"MInner":1,"hermidalc":1,"schance995":1,"AlexandreAbraham":1,"apiszcz":1,"RNarayan73":1,"SiLiKhon":1,"jnothman":1}},"pull_request_authors":{"table":{"tomMoral":57,"lesteve":48,"fcharras":38,"ogrisel":17,"adrinjalali":12,"Nanored4498":11,"StefanieSenger":11,"larsoner":6,"itamarst":4,"judahrand":4,"androids-electric-sheep":4,"cclauss":4,"RavSinghChandan":3,"andreaso":3,"jeremiedbb":3,"japhba":3,"dependabot[bot]":3,"jjerphan":3,"jdanbrown":3,"thiswillbeyourgithub":3,"mr-c":3,"altaris":2,"danigm":2,"sylvaincom":2,"hroncok":2,"LunarLanding":2,"shwina":2,"nbiederbeck":2,"banteg":2,"Borda":2,"sohumh":2,"buchijw":2,"Neyhlo":2,"Ethan-Chin":2,"he7d3r":2,"trahloff":2,"gsakkis":2,"kunalrawat425":2,"outpaddling":2,"MarcinKonowalczyk":2,"klinden":2,"pierreglaser":2,"mtsokol":2,"alec-deason":2,"auderson":2,"darabos":2,"thisiswhereitype":2,"Schefflera-Arboricola":2,"bryant1410":2,"jmerkow":2,"buddhist-uni":2,"GaelVaroquaux":2,"jsebestyen":1,"winston-zillow":1,"majidaldo":1,"iandewancker":1,"ldhhdl":1,"ptrba":1,"Dr-Blank":1,"pprett":1,"mehendarkarprajwal":1,"augustebaum":1,"koteshyelamati":1,"code-of-kpp":1,"last-g":1,"gerritholl":1,"p610":1,"ivanov":1,"WaylonWalker":1,"SAY-5":1,"ghost":1,"betatim":1,"LudwigStumpp":1,"aabadie":1,"glemaitre":1,"ckarnell":1,"cache-missing":1,"jwodder":1,"mivade":1,"dexhunter":1,"technic":1,"onnokort":1,"jnothman":1,"mabau":1,"cmiley":1,"scharlottej13":1,"amniskin":1,"maxalbert":1,"sapunyangkut":1,"paquiteau":1,"pctablet505":1,"jrbourbeau":1,"tomkoelman":1,"otherpirate":1,"studyproject-mlds":1,"algojogacor":1,"kursataktas":1,"pmla":1,"PetroFrolov":1,"uniontech-lilinjie":1,"marcus-campbell":1,"SindreYang":1,"Sreekant13":1,"yetanotherion":1,"gcr":1,"jayantkamble10000":1,"landoskape":1,"jrgriffiniii":1,"agramfort":1,"momomuchu":1,"NostraDavid":1,"yarikoptic":1,"VaelK":1,"chrodan":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-24T00:00:06.384Z","repositories_count":16310525,"issues_count":42384499,"pull_requests_count":134950384,"authors_count":11517921,"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":{"table":{}},"past_year_pull_request_labels_count":{"table":{"dependencies":3,"github_actions":3}},"past_year_issue_author_associations_count":{"table":{"CONTRIBUTOR":7,"NONE":6,"MEMBER":2}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":35,"NONE":15,"MEMBER":3}},"past_year_issue_authors":{"table":{"itamarst":6,"lesteve":2,"alfranbe":1,"drew-parsons":1,"jayantkamble10000":1,"kumaraditya303":1,"MrMarvel":1,"skjerns":1,"xiaozhu261":1}},"past_year_pull_request_authors":{"table":{"Nanored4498":11,"itamarst":4,"lesteve":3,"larsoner":3,"dependabot[bot]":3,"RavSinghChandan":3,"Neyhlo":2,"kunalrawat425":2,"darabos":2,"cclauss":2,"tomMoral":2,"sapunyangkut":1,"SAY-5":1,"Sreekant13":1,"pctablet505":1,"ogrisel":1,"NostraDavid":1,"tomkoelman":1,"mr-c":1,"mehendarkarprajwal":1,"marcus-campbell":1,"koteshyelamati":1,"jayantkamble10000":1,"dexhunter":1,"ckarnell":1,"betatim":1,"algojogacor":1}},"maintainers":[{"table":{"login":"lesteve","count":62,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}},{"table":{"login":"adrinjalali","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/adrinjalali"}},{"table":{"login":"GaelVaroquaux","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GaelVaroquaux"}}],"active_maintainers":[{"table":{"login":"lesteve","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lesteve"}}]}},"events":{"total":{"CommitCommentEvent":1,"CreateEvent":6,"DeleteEvent":2,"ForkEvent":32,"IssueCommentEvent":449,"IssuesEvent":120,"PullRequestEvent":153,"PullRequestReviewCommentEvent":135,"PullRequestReviewEvent":166,"PushEvent":84,"ReleaseEvent":2,"WatchEvent":370},"last_year":{"CreateEvent":3,"DeleteEvent":1,"ForkEvent":6,"IssueCommentEvent":59,"IssuesEvent":10,"PullRequestEvent":31,"PullRequestReviewCommentEvent":24,"PullRequestReviewEvent":26,"PushEvent":22,"ReleaseEvent":1,"WatchEvent":70}},"keywords":["caching","memoization","multiprocessing","parallel-computing","python","threading"],"dependencies":[{"ecosystem":"pypi","filepath":"joblib/test/_openmp_test_helper/setup.py","sha":null,"kind":"manifest","created_at":"2026-08-06T00:44:55.604Z","updated_at":"2026-08-06T00:44:55.604Z","repository_link":"https://github.com/joblib/joblib/blob/main/joblib/test/_openmp_test_helper/setup.py","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2026-08-06T00:44:55.279Z","updated_at":"2026-08-06T00:44:55.279Z","repository_link":"https://github.com/joblib/joblib/blob/main/.github/workflows/test.yml","dependencies":[{"id":25899572557,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25899572558,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25899572559,"package_name":"conda-incubator/setup-miniconda","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":25899572560,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish-to-pypi.yml","sha":null,"kind":"manifest","created_at":"2026-08-06T00:44:54.946Z","updated_at":"2026-08-06T00:44:54.946Z","repository_link":"https://github.com/joblib/joblib/blob/main/.github/workflows/publish-to-pypi.yml","dependencies":[{"id":25899571976,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25899571977,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25899571978,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v7","direct":true,"kind":"composite","optional":false},{"id":25899571979,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"v8","direct":true,"kind":"composite","optional":false},{"id":25899571980,"package_name":"pypa/gh-action-pypi-publish","ecosystem":"actions","requirements":"release/v1","direct":true,"kind":"composite","optional":false},{"id":25899571981,"package_name":"sigstore/gh-action-sigstore-python","ecosystem":"actions","requirements":"v3.3.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/codespell.yml","sha":null,"kind":"manifest","created_at":"2026-08-06T00:44:54.488Z","updated_at":"2026-08-06T00:44:54.488Z","repository_link":"https://github.com/joblib/joblib/blob/main/.github/workflows/codespell.yml","dependencies":[{"id":25899571648,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v6","direct":true,"kind":"composite","optional":false},{"id":25899571649,"package_name":"codespell-project/codespell-problem-matcher","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":25899571650,"package_name":"codespell-project/actions-codespell","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2026-08-06T00:44:56.066Z","updated_at":"2026-08-06T00:44:56.066Z","repository_link":"https://github.com/joblib/joblib/blob/main/pyproject.toml","dependencies":[{"id":25899573483,"package_name":"cloudpickle","ecosystem":"pypi","requirements":"\u003e=3.0","direct":true,"kind":"runtime","optional":false}]}],"score":34.769713476770214,"created_at":"2026-05-04T06:49:15.769Z","updated_at":"2026-08-25T14:03:44.398Z","avatar_url":"https://github.com/joblib.png","language":"Python","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/371717","html_url":"https://summary.ecosyste.ms/projects/371717"}