{"id":20624,"name":"xskillscore","description":"An open source project and Python package that provides verification metrics of deterministic (and probabilistic from properscoring) forecasts with xarray.","url":"https://github.com/xarray-contrib/xskillscore","last_synced_at":"2026-06-13T01:30:27.839Z","repository":{"id":38110330,"uuid":"137399755","full_name":"xarray-contrib/xskillscore","owner":"xarray-contrib","description":"Metrics for verifying forecasts","archived":false,"fork":false,"pushed_at":"2026-04-06T19:48:40.000Z","size":2490,"stargazers_count":241,"open_issues_count":44,"forks_count":45,"subscribers_count":11,"default_branch":"main","last_synced_at":"2026-06-05T22:04:19.388Z","etag":null,"topics":["forecasting","metrics","pangeo","verification"],"latest_commit_sha":null,"homepage":"https://xskillscore.readthedocs.io/en/stable/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xarray-contrib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-14T19:23:57.000Z","updated_at":"2026-05-25T16:12:08.000Z","dependencies_parsed_at":"2023-09-21T19:27:40.665Z","dependency_job_id":"09d3a1d9-5f19-4122-b536-b64e1ba458c8","html_url":"https://github.com/xarray-contrib/xskillscore","commit_stats":{"total_commits":628,"total_committers":15,"mean_commits":41.86666666666667,"dds":0.8296178343949044,"last_synced_commit":"590d668c97cba06fbeff4cc7c0a2fd21a0431127"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/xarray-contrib/xskillscore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/sbom","scorecard":{"id":313827,"data":{"date":"2025-07-07","repo":{"name":"github.com/xarray-contrib/xskillscore","commit":"17fa8290d4bbfe966c1df6fcea90dec52913caf3"},"scorecard":{"version":"v5.2.1-18-gbb9c347d","commit":"bb9c347dff6349d986baab6578a46d68a5524c62"},"score":3.7,"checks":[{"name":"Code-Review","score":5,"reason":"Found 4/7 approved changesets -- score normalized to 5","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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":4,"reason":"5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/python-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/upstream-dev-ci.yml:1","Warn: no topLevel permission defined: .github/workflows/xskillscore_installs.yml:1","Warn: no topLevel permission defined: .github/workflows/xskillscore_testing.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#cii-best-practices"}},{"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/python-publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-publish.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-publish.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:115: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:121: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:134: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: pipCommand not pinned by hash: ci/install-upstream-wheels.sh:15","Warn: pipCommand not pinned by hash: ci/install-upstream-wheels.sh:24","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:38","Warn: downloadThenRun not pinned by hash: .github/workflows/upstream-dev-ci.yml:132","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  10 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 downloadThenRun 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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#pinned-dependencies"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#license"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#sast"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-387 / GHSA-j8fq-86c5-5v2r","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-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T23:43:58.821Z","repository_id":38110330,"created_at":"2025-08-17T23:43:58.821Z","updated_at":"2025-08-17T23:43:58.821Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34224103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":"xarray-contrib","name":"xarray-contrib ","uuid":"35757293","kind":"organization","description":"xarray compatible projects","email":null,"website":"https://xarray.dev","location":null,"twitter":"xarray_dev","company":null,"icon_url":"https://avatars.githubusercontent.com/u/35757293?v=4","repositories_count":23,"last_synced_at":"2023-03-04T02:29:00.282Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/xarray-contrib","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T08:18:19.804Z","updated_at":"2023-03-04T02:29:00.289Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib/repositories"},"packages":[{"id":9205167,"name":"py-xskillscore","ecosystem":"spack","description":"Metrics for verifying forecasts.\n","homepage":"https://github.com/xarray-contrib/xskillscore","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/xarray-contrib/xskillscore","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2024-03-13T00:08:49.011Z","latest_release_published_at":"2024-03-13T00:08:49.011Z","latest_release_number":"0.0.24","last_synced_at":"2026-06-07T23:02:59.686Z","created_at":"2024-03-13T00:08:47.988Z","updated_at":"2026-06-07T23:02:59.686Z","registry_url":"https://packages.spack.io/package.html?name=py-xskillscore","install_command":"spack install py-xskillscore","documentation_url":null,"metadata":{},"repo_metadata":{"id":38110330,"uuid":"137399755","full_name":"xarray-contrib/xskillscore","owner":"xarray-contrib","description":"Metrics for verifying forecasts","archived":false,"fork":false,"pushed_at":"2025-10-15T19:49:29.000Z","size":2490,"stargazers_count":236,"open_issues_count":44,"forks_count":41,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-10-22T07:37:43.528Z","etag":null,"topics":["forecasting","metrics","pangeo","verification"],"latest_commit_sha":null,"homepage":"https://xskillscore.readthedocs.io/en/stable/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xarray-contrib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-14T19:23:57.000Z","updated_at":"2025-10-15T19:04:48.000Z","dependencies_parsed_at":"2023-09-21T19:27:40.665Z","dependency_job_id":"09d3a1d9-5f19-4122-b536-b64e1ba458c8","html_url":"https://github.com/xarray-contrib/xskillscore","commit_stats":{"total_commits":628,"total_committers":15,"mean_commits":41.86666666666667,"dds":0.8296178343949044,"last_synced_commit":"590d668c97cba06fbeff4cc7c0a2fd21a0431127"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/xarray-contrib/xskillscore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/sbom","scorecard":{"id":313827,"data":{"date":"2025-07-07","repo":{"name":"github.com/xarray-contrib/xskillscore","commit":"17fa8290d4bbfe966c1df6fcea90dec52913caf3"},"scorecard":{"version":"v5.2.1-18-gbb9c347d","commit":"bb9c347dff6349d986baab6578a46d68a5524c62"},"score":3.7,"checks":[{"name":"Code-Review","score":5,"reason":"Found 4/7 approved changesets -- score normalized to 5","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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":4,"reason":"5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/python-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/upstream-dev-ci.yml:1","Warn: no topLevel permission defined: .github/workflows/xskillscore_installs.yml:1","Warn: no topLevel permission defined: .github/workflows/xskillscore_testing.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#cii-best-practices"}},{"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/python-publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-publish.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-publish.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:115: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:121: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:134: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: pipCommand not pinned by hash: ci/install-upstream-wheels.sh:15","Warn: pipCommand not pinned by hash: ci/install-upstream-wheels.sh:24","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:38","Warn: downloadThenRun not pinned by hash: .github/workflows/upstream-dev-ci.yml:132","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  10 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 downloadThenRun 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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#pinned-dependencies"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#license"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#sast"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-387 / GHSA-j8fq-86c5-5v2r","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-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T23:43:58.821Z","repository_id":38110330,"created_at":"2025-08-17T23:43:58.821Z","updated_at":"2025-08-17T23:43:58.821Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281424768,"owners_count":26499021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"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":"xarray-contrib","name":"xarray-contrib ","uuid":"35757293","kind":"organization","description":"xarray compatible projects","email":null,"website":"https://xarray.dev","location":null,"twitter":"xarray_dev","company":null,"icon_url":"https://avatars.githubusercontent.com/u/35757293?v=4","repositories_count":23,"last_synced_at":"2023-03-04T02:29:00.282Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/xarray-contrib","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T08:18:19.804Z","updated_at":"2023-03-04T02:29:00.289Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib/repositories"},"tags":[{"name":"v0.0.27","sha":"79214ba037629b39cee19a6b6032180ec1a8b8f0","kind":"tag","published_at":"2025-07-14T17:39:40.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.27","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.27/manifests"},{"name":"v0.0.26","sha":"a974647cb796caf30f78af62a09a6e801f42425b","kind":"tag","published_at":"2024-03-10T22:38:19.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.26","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.26/manifests"},{"name":"v0.0.25","sha":"a7f8c666fb388bbfe19fe1d758985b79dd763a36","kind":"tag","published_at":"2024-03-10T21:47:19.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.25","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.25/manifests"},{"name":"v0.0.24","sha":"64f17fdd1816b64b9e13c3f2febb9800a7e6ed0c","kind":"tag","published_at":"2021-10-09T00:21:53.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.24","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"f8c37c40efcb2f5ba63da536e447a391baf5380f","kind":"tag","published_at":"2021-08-10T02:12:36.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.23","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"0b4f894ab2859c3d50300bc89ddf0ad8e96d87cc","kind":"tag","published_at":"2021-06-30T01:29:42.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.22","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"c7f1fec06c9e1ed37c8731e4ee9aaac358a3cbd5","kind":"tag","published_at":"2021-06-14T03:02:46.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.21","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"5c2672c5d50c8abf3c6685ba13ed5c6926a080c5","kind":"tag","published_at":"2021-05-09T00:41:31.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.20","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"9f17c51db0d13b280d243d2133d78d1e94100f4f","kind":"tag","published_at":"2021-03-13T03:20:19.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.19","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"952bffbb873a5506c2b776c10e43bbc960c8ee99","kind":"tag","published_at":"2020-09-23T17:23:40.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.18","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"caf2f3816fc24ada50f781201bf8bb17e0c99562","kind":"tag","published_at":"2020-09-06T21:56:08.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.17","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.17/manifests"}]},"repo_metadata_updated_at":"2025-10-29T14:24:43.609Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":55.61344746309391,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":27.806723731546956},"purl":"pkg:spack/py-xskillscore","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-xskillscore","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-xskillscore","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-xskillscore/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-22T21:01:17.222Z","issues_count":205,"pull_requests_count":241,"avg_time_to_close_issue":7408901.515337423,"avg_time_to_close_pull_request":1275068.5847457626,"issues_closed_count":163,"pull_requests_closed_count":236,"pull_request_authors_count":14,"issue_authors_count":23,"avg_comments_per_issue":3.126829268292683,"avg_comments_per_pull_request":3.5145228215767634,"merged_pull_requests_count":197,"bot_issues_count":2,"bot_pull_requests_count":26,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":512907.0,"past_year_avg_time_to_close_pull_request":789890.8571428572,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":2.0625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":10,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/issues","maintainers":[{"login":"raybellwaves","count":165,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/raybellwaves"},{"login":"aaronspring","count":128,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronspring"},{"login":"ahuang11","count":48,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ahuang11"},{"login":"bradyrx","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bradyrx"},{"login":"dougiesquire","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dougiesquire"},{"login":"Zeitsperre","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Zeitsperre"}],"active_maintainers":[{"login":"Zeitsperre","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Zeitsperre"},{"login":"aaronspring","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronspring"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-xskillscore/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-xskillscore/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-xskillscore/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-xskillscore/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-xskillscore/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-xskillscore/codemeta","maintainers":[],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":9181,"maintainers_count":987,"namespaces_count":0,"keywords_count":0,"github":"spack","metadata":{"funded_packages_count":437},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2026-04-03T06:48:03.381Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}},{"id":11733744,"name":"github.com/xarray-contrib/xskillscore","ecosystem":"go","description":null,"homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/xarray-contrib/xskillscore","keywords_array":[],"namespace":null,"versions_count":13,"first_release_published_at":"2020-09-06T21:55:25.000Z","latest_release_published_at":"2026-02-18T13:59:17.000Z","latest_release_number":"v0.0.29","last_synced_at":"2026-06-07T23:03:01.988Z","created_at":"2025-06-05T11:17:48.027Z","updated_at":"2026-06-07T23:03:01.989Z","registry_url":"https://pkg.go.dev/github.com/xarray-contrib/xskillscore","install_command":"go get github.com/xarray-contrib/xskillscore","documentation_url":"https://pkg.go.dev/github.com/xarray-contrib/xskillscore#section-documentation","metadata":{},"repo_metadata":{"id":38110330,"uuid":"137399755","full_name":"xarray-contrib/xskillscore","owner":"xarray-contrib","description":"Metrics for verifying forecasts","archived":false,"fork":false,"pushed_at":"2025-10-15T19:49:29.000Z","size":2490,"stargazers_count":236,"open_issues_count":44,"forks_count":41,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-10-22T07:37:43.528Z","etag":null,"topics":["forecasting","metrics","pangeo","verification"],"latest_commit_sha":null,"homepage":"https://xskillscore.readthedocs.io/en/stable/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xarray-contrib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-14T19:23:57.000Z","updated_at":"2025-10-15T19:04:48.000Z","dependencies_parsed_at":"2023-09-21T19:27:40.665Z","dependency_job_id":"09d3a1d9-5f19-4122-b536-b64e1ba458c8","html_url":"https://github.com/xarray-contrib/xskillscore","commit_stats":{"total_commits":628,"total_committers":15,"mean_commits":41.86666666666667,"dds":0.8296178343949044,"last_synced_commit":"590d668c97cba06fbeff4cc7c0a2fd21a0431127"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/xarray-contrib/xskillscore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/sbom","scorecard":{"id":313827,"data":{"date":"2025-07-07","repo":{"name":"github.com/xarray-contrib/xskillscore","commit":"17fa8290d4bbfe966c1df6fcea90dec52913caf3"},"scorecard":{"version":"v5.2.1-18-gbb9c347d","commit":"bb9c347dff6349d986baab6578a46d68a5524c62"},"score":3.7,"checks":[{"name":"Code-Review","score":5,"reason":"Found 4/7 approved changesets -- score normalized to 5","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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":4,"reason":"5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/python-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/upstream-dev-ci.yml:1","Warn: no topLevel permission defined: .github/workflows/xskillscore_installs.yml:1","Warn: no topLevel permission defined: .github/workflows/xskillscore_testing.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#cii-best-practices"}},{"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/python-publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-publish.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-publish.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:115: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:121: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:134: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: pipCommand not pinned by hash: ci/install-upstream-wheels.sh:15","Warn: pipCommand not pinned by hash: ci/install-upstream-wheels.sh:24","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:38","Warn: downloadThenRun not pinned by hash: .github/workflows/upstream-dev-ci.yml:132","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  10 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 downloadThenRun 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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#pinned-dependencies"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#license"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#sast"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-387 / GHSA-j8fq-86c5-5v2r","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-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T23:43:58.821Z","repository_id":38110330,"created_at":"2025-08-17T23:43:58.821Z","updated_at":"2025-08-17T23:43:58.821Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281424768,"owners_count":26499021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"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"},"tags":[]},"repo_metadata_updated_at":"2025-10-29T14:24:19.521Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.757538697138725,"dependent_packages_count":5.395053785167736,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.57629624115323},"purl":"pkg:golang/github.com/xarray-contrib/xskillscore","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/xarray-contrib/xskillscore","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/xarray-contrib/xskillscore","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/xarray-contrib/xskillscore/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-22T21:01:17.222Z","issues_count":205,"pull_requests_count":241,"avg_time_to_close_issue":7408901.515337423,"avg_time_to_close_pull_request":1275068.5847457626,"issues_closed_count":163,"pull_requests_closed_count":236,"pull_request_authors_count":14,"issue_authors_count":23,"avg_comments_per_issue":3.126829268292683,"avg_comments_per_pull_request":3.5145228215767634,"merged_pull_requests_count":197,"bot_issues_count":2,"bot_pull_requests_count":26,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":512907.0,"past_year_avg_time_to_close_pull_request":789890.8571428572,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":2.0625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":10,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/issues","maintainers":[{"login":"raybellwaves","count":165,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/raybellwaves"},{"login":"aaronspring","count":128,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronspring"},{"login":"ahuang11","count":48,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ahuang11"},{"login":"bradyrx","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bradyrx"},{"login":"dougiesquire","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dougiesquire"},{"login":"Zeitsperre","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Zeitsperre"}],"active_maintainers":[{"login":"Zeitsperre","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Zeitsperre"},{"login":"aaronspring","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronspring"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fxarray-contrib%2Fxskillscore/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fxarray-contrib%2Fxskillscore/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fxarray-contrib%2Fxskillscore/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fxarray-contrib%2Fxskillscore/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fxarray-contrib%2Fxskillscore/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fxarray-contrib%2Fxskillscore/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2165961,"maintainers_count":0,"namespaces_count":791500,"keywords_count":113139,"github":"golang","metadata":{"funded_packages_count":53899},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-02T05:03:22.111Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":2976877,"name":"xskillscore","ecosystem":"pypi","description":"Metrics for verifying forecasts","homepage":null,"licenses":"Apache Software License","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/xarray-contrib/xskillscore","keywords_array":[],"namespace":null,"versions_count":28,"first_release_published_at":"2019-01-21T04:28:11.000Z","latest_release_published_at":"2026-02-18T14:05:31.000Z","latest_release_number":"0.0.29","last_synced_at":"2026-06-07T23:03:03.012Z","created_at":"2022-04-10T13:08:24.089Z","updated_at":"2026-06-07T23:03:03.012Z","registry_url":"https://pypi.org/project/xskillscore/","install_command":"pip install xskillscore --index-url https://pypi.org/simple","documentation_url":"https://xskillscore.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Science/Research","License :: OSI Approved :: Apache Software License","Natural Language :: English","Operating System :: OS Independent","Programming Language :: Python :: 3 :: Only","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 :: Atmospheric Science","Topic :: Scientific/Engineering :: Mathematics"],"normalized_name":"xskillscore","project_status":null},"repo_metadata":{"id":38110330,"uuid":"137399755","full_name":"xarray-contrib/xskillscore","owner":"xarray-contrib","description":"Metrics for verifying forecasts","archived":false,"fork":false,"pushed_at":"2024-10-07T22:09:02.000Z","size":2396,"stargazers_count":224,"open_issues_count":44,"forks_count":40,"subscribers_count":14,"default_branch":"main","last_synced_at":"2024-10-29T20:37:29.310Z","etag":null,"topics":["forecasting","metrics","pangeo","verification"],"latest_commit_sha":null,"homepage":"https://xskillscore.readthedocs.io/en/stable/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xarray-contrib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-06-14T19:23:57.000Z","updated_at":"2024-10-10T20:25:29.000Z","dependencies_parsed_at":"2023-09-21T19:27:40.665Z","dependency_job_id":"09d3a1d9-5f19-4122-b536-b64e1ba458c8","html_url":"https://github.com/xarray-contrib/xskillscore","commit_stats":{"total_commits":628,"total_committers":15,"mean_commits":41.86666666666667,"dds":0.8296178343949044,"last_synced_commit":"590d668c97cba06fbeff4cc7c0a2fd21a0431127"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222131010,"owners_count":16936304,"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":"xarray-contrib","name":"xarray-contrib ","uuid":"35757293","kind":"organization","description":"xarray compatible projects","email":null,"website":"https://xarray.dev","location":null,"twitter":"xarray_dev","company":null,"icon_url":"https://avatars.githubusercontent.com/u/35757293?v=4","repositories_count":23,"last_synced_at":"2023-03-04T02:29:00.282Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/xarray-contrib","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T08:18:19.804Z","updated_at":"2023-03-04T02:29:00.289Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib/repositories"},"tags":[{"name":"v0.0.26","sha":"a974647cb796caf30f78af62a09a6e801f42425b","kind":"tag","published_at":"2024-03-10T22:38:19.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.26","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.26/manifests"},{"name":"v0.0.25","sha":"a7f8c666fb388bbfe19fe1d758985b79dd763a36","kind":"tag","published_at":"2024-03-10T21:47:19.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.25","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.25/manifests"},{"name":"v0.0.24","sha":"64f17fdd1816b64b9e13c3f2febb9800a7e6ed0c","kind":"tag","published_at":"2021-10-09T00:21:53.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.24","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"f8c37c40efcb2f5ba63da536e447a391baf5380f","kind":"tag","published_at":"2021-08-10T02:12:36.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.23","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"0b4f894ab2859c3d50300bc89ddf0ad8e96d87cc","kind":"tag","published_at":"2021-06-30T01:29:42.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.22","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"c7f1fec06c9e1ed37c8731e4ee9aaac358a3cbd5","kind":"tag","published_at":"2021-06-14T03:02:46.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.21","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"5c2672c5d50c8abf3c6685ba13ed5c6926a080c5","kind":"tag","published_at":"2021-05-09T00:41:31.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.20","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"9f17c51db0d13b280d243d2133d78d1e94100f4f","kind":"tag","published_at":"2021-03-13T03:20:19.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.19","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"952bffbb873a5506c2b776c10e43bbc960c8ee99","kind":"tag","published_at":"2020-09-23T17:23:40.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.18","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"caf2f3816fc24ada50f781201bf8bb17e0c99562","kind":"tag","published_at":"2020-09-06T21:56:08.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.17","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.17/manifests"}]},"repo_metadata_updated_at":"2024-10-29T23:15:07.149Z","dependent_packages_count":5,"downloads":14260,"downloads_period":"last-month","dependent_repos_count":13,"rankings":{"downloads":3.1989774546764225,"dependent_repos_count":4.068735034937243,"dependent_packages_count":1.597174500809551,"stargazers_count":4.938358618340293,"forks_count":6.708145549373314,"docker_downloads_count":2.3130585927865925,"average":3.8040749584872358},"purl":"pkg:pypi/xskillscore","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/xskillscore","docker_dependents_count":3,"docker_downloads_count":293,"usage_url":"https://repos.ecosyste.ms/usage/pypi/xskillscore","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/xskillscore/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-10-29T19:33:25.265Z","issues_count":203,"pull_requests_count":216,"avg_time_to_close_issue":7412072.441717791,"avg_time_to_close_pull_request":976175.2488262911,"issues_closed_count":162,"pull_requests_closed_count":213,"pull_request_authors_count":13,"issue_authors_count":21,"avg_comments_per_issue":3.157635467980296,"avg_comments_per_pull_request":3.726851851851852,"merged_pull_requests_count":183,"bot_issues_count":2,"bot_pull_requests_count":19,"past_year_issues_count":4,"past_year_pull_requests_count":10,"past_year_avg_time_to_close_issue":515871.5,"past_year_avg_time_to_close_pull_request":870913.4285714285,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":1.5,"past_year_avg_comments_per_pull_request":1.2,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":5,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/issues","maintainers":[{"login":"raybellwaves","count":161,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/raybellwaves"},{"login":"aaronspring","count":124,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronspring"},{"login":"ahuang11","count":48,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ahuang11"},{"login":"bradyrx","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bradyrx"},{"login":"dougiesquire","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dougiesquire"}],"active_maintainers":[{"login":"raybellwaves","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/raybellwaves"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/xskillscore/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/xskillscore/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/xskillscore/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/xskillscore/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/xskillscore/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/xskillscore/codemeta","maintainers":[{"uuid":"aaronspring","login":"aaronspring","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/aaronspring/","role":null,"created_at":"2023-02-25T20:15:20.104Z","updated_at":"2023-02-25T20:15:20.104Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/aaronspring/packages"},{"uuid":"bradyrx","login":"bradyrx","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/bradyrx/","role":null,"created_at":"2023-02-25T20:15:20.111Z","updated_at":"2023-02-25T20:15:20.111Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/bradyrx/packages"},{"uuid":"raybellwaves","login":"raybellwaves","name":null,"email":null,"url":null,"packages_count":4,"html_url":"https://pypi.org/user/raybellwaves/","role":null,"created_at":"2023-02-25T20:15:20.119Z","updated_at":"2023-02-25T20:15:20.119Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/raybellwaves/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":881615,"maintainers_count":377380,"namespaces_count":0,"keywords_count":285845,"github":"pypi","metadata":{"funded_packages_count":54057},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-05-29T05:11:24.287Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":5304703,"name":"xskillscore","ecosystem":"conda","description":"xskillscore is an open source project and Python package that provides verification metrics of deterministic (and probabilistic from properscoring) forecasts with xarray.","homepage":"https://github.com/xarray-contrib/xskillscore","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/xarray-contrib/xskillscore","keywords_array":[],"namespace":null,"versions_count":21,"first_release_published_at":"2019-07-07T14:27:01.000Z","latest_release_published_at":"2021-10-09T04:48:43.000Z","latest_release_number":"0.0.24","last_synced_at":"2026-04-11T13:08:31.508Z","created_at":"2022-10-03T16:18:29.931Z","updated_at":"2026-04-11T13:08:31.508Z","registry_url":"https://anaconda.org/conda-forge/xskillscore","install_command":"conda install -c conda-forge xskillscore","documentation_url":null,"metadata":{},"repo_metadata":{"id":38110330,"uuid":"137399755","full_name":"xarray-contrib/xskillscore","owner":"xarray-contrib","description":"Metrics for verifying forecasts","archived":false,"fork":false,"pushed_at":"2025-10-15T19:49:29.000Z","size":2490,"stargazers_count":236,"open_issues_count":44,"forks_count":41,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-10-22T07:37:43.528Z","etag":null,"topics":["forecasting","metrics","pangeo","verification"],"latest_commit_sha":null,"homepage":"https://xskillscore.readthedocs.io/en/stable/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xarray-contrib.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-14T19:23:57.000Z","updated_at":"2025-10-15T19:04:48.000Z","dependencies_parsed_at":"2023-09-21T19:27:40.665Z","dependency_job_id":"09d3a1d9-5f19-4122-b536-b64e1ba458c8","html_url":"https://github.com/xarray-contrib/xskillscore","commit_stats":{"total_commits":628,"total_committers":15,"mean_commits":41.86666666666667,"dds":0.8296178343949044,"last_synced_commit":"590d668c97cba06fbeff4cc7c0a2fd21a0431127"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/xarray-contrib/xskillscore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xarray-contrib","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/sbom","scorecard":{"id":313827,"data":{"date":"2025-07-07","repo":{"name":"github.com/xarray-contrib/xskillscore","commit":"17fa8290d4bbfe966c1df6fcea90dec52913caf3"},"scorecard":{"version":"v5.2.1-18-gbb9c347d","commit":"bb9c347dff6349d986baab6578a46d68a5524c62"},"score":3.7,"checks":[{"name":"Code-Review","score":5,"reason":"Found 4/7 approved changesets -- score normalized to 5","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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":4,"reason":"5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/python-publish.yml:1","Warn: no topLevel permission defined: .github/workflows/upstream-dev-ci.yml:1","Warn: no topLevel permission defined: .github/workflows/xskillscore_installs.yml:1","Warn: no topLevel permission defined: .github/workflows/xskillscore_testing.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#cii-best-practices"}},{"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/python-publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-publish.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python-publish.yml:32: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/python-publish.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/python-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:96: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:115: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:118: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:121: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/upstream-dev-ci.yml:134: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/upstream-dev-ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_installs.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_installs.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/xskillscore_testing.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/xarray-contrib/xskillscore/xskillscore_testing.yml/main?enable=pin","Warn: pipCommand not pinned by hash: ci/install-upstream-wheels.sh:15","Warn: pipCommand not pinned by hash: ci/install-upstream-wheels.sh:24","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/python-publish.yml:38","Warn: downloadThenRun not pinned by hash: .github/workflows/upstream-dev-ci.yml:132","Info:   0 out of  17 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  10 third-party GitHubAction dependencies pinned","Info:   0 out of   4 pipCommand dependencies pinned","Info:   0 out of   1 downloadThenRun 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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#pinned-dependencies"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#license"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/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/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#sast"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2021-387 / GHSA-j8fq-86c5-5v2r","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-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/bb9c347dff6349d986baab6578a46d68a5524c62/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T23:43:58.821Z","repository_id":38110330,"created_at":"2025-08-17T23:43:58.821Z","updated_at":"2025-08-17T23:43:58.821Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281424768,"owners_count":26499021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"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"},"tags":[{"name":"v0.0.27","sha":"79214ba037629b39cee19a6b6032180ec1a8b8f0","kind":"tag","published_at":"2025-07-14T17:39:40.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.27","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.27","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.27","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.27/manifests"},{"name":"v0.0.26","sha":"a974647cb796caf30f78af62a09a6e801f42425b","kind":"tag","published_at":"2024-03-10T22:38:19.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.26","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.26","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.26","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.26/manifests"},{"name":"v0.0.25","sha":"a7f8c666fb388bbfe19fe1d758985b79dd763a36","kind":"tag","published_at":"2024-03-10T21:47:19.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.25","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.25","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.25","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.25/manifests"},{"name":"v0.0.24","sha":"64f17fdd1816b64b9e13c3f2febb9800a7e6ed0c","kind":"tag","published_at":"2021-10-09T00:21:53.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.24","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.24","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.24/manifests"},{"name":"v0.0.23","sha":"f8c37c40efcb2f5ba63da536e447a391baf5380f","kind":"tag","published_at":"2021-08-10T02:12:36.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.23","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.23","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.23/manifests"},{"name":"v0.0.22","sha":"0b4f894ab2859c3d50300bc89ddf0ad8e96d87cc","kind":"tag","published_at":"2021-06-30T01:29:42.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.22","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.22","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.22/manifests"},{"name":"v0.0.21","sha":"c7f1fec06c9e1ed37c8731e4ee9aaac358a3cbd5","kind":"tag","published_at":"2021-06-14T03:02:46.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.21","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.21","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.21/manifests"},{"name":"v0.0.20","sha":"5c2672c5d50c8abf3c6685ba13ed5c6926a080c5","kind":"tag","published_at":"2021-05-09T00:41:31.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.20","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.20","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.20/manifests"},{"name":"v0.0.19","sha":"9f17c51db0d13b280d243d2133d78d1e94100f4f","kind":"tag","published_at":"2021-03-13T03:20:19.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.19","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.19","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.19/manifests"},{"name":"v0.0.18","sha":"952bffbb873a5506c2b776c10e43bbc960c8ee99","kind":"tag","published_at":"2020-09-23T17:23:40.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.18","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.18","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.18/manifests"},{"name":"v0.0.17","sha":"caf2f3816fc24ada50f781201bf8bb17e0c99562","kind":"tag","published_at":"2020-09-06T21:56:08.000Z","download_url":"https://codeload.github.com/xarray-contrib/xskillscore/tar.gz/v0.0.17","html_url":"https://github.com/xarray-contrib/xskillscore/releases/tag/v0.0.17","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/xarray-contrib/xskillscore@v0.0.17","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/tags/v0.0.17/manifests"}]},"repo_metadata_updated_at":"2025-10-29T14:24:31.848Z","dependent_packages_count":5,"downloads":null,"downloads_period":null,"dependent_repos_count":21,"rankings":{"downloads":null,"dependent_repos_count":7.756426254055403,"dependent_packages_count":10.41177938607437,"stargazers_count":27.84127776391315,"forks_count":31.405041177938607,"docker_downloads_count":null,"average":19.35363114549538},"purl":"pkg:conda/xskillscore?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/xskillscore","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/xskillscore","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/xskillscore/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-22T21:01:17.222Z","issues_count":205,"pull_requests_count":241,"avg_time_to_close_issue":7408901.515337423,"avg_time_to_close_pull_request":1275068.5847457626,"issues_closed_count":163,"pull_requests_closed_count":236,"pull_request_authors_count":14,"issue_authors_count":23,"avg_comments_per_issue":3.126829268292683,"avg_comments_per_pull_request":3.5145228215767634,"merged_pull_requests_count":197,"bot_issues_count":2,"bot_pull_requests_count":26,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":512907.0,"past_year_avg_time_to_close_pull_request":789890.8571428572,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":14,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":2.0625,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":10,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/issues","maintainers":[{"login":"raybellwaves","count":165,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/raybellwaves"},{"login":"aaronspring","count":128,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronspring"},{"login":"ahuang11","count":48,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ahuang11"},{"login":"bradyrx","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bradyrx"},{"login":"dougiesquire","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dougiesquire"},{"login":"Zeitsperre","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Zeitsperre"}],"active_maintainers":[{"login":"Zeitsperre","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Zeitsperre"},{"login":"aaronspring","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronspring"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/xskillscore/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/xskillscore/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/xskillscore/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/xskillscore/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/xskillscore/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/xskillscore/codemeta","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":0,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org"},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-04-27T18:20:20.507Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}}],"commits":{"id":35739,"full_name":"xarray-contrib/xskillscore","default_branch":"main","total_commits":659,"total_committers":17,"total_bot_commits":20,"total_bot_committers":2,"mean_commits":38.76470588235294,"dds":0.8300455235204856,"past_year_total_commits":23,"past_year_total_committers":4,"past_year_total_bot_commits":5,"past_year_total_bot_committers":2,"past_year_mean_commits":5.75,"past_year_dds":0.4347826086956522,"last_synced_at":"2026-06-10T00:05:19.499Z","last_synced_commit":"eccc957aa9fb2d42b56bd48526c827bd2fb7c041","created_at":"2023-03-07T17:01:01.805Z","updated_at":"2026-06-10T00:03:41.459Z","committers":[{"name":"Aaron Spring","email":"aaronspring","login":"aaronspring","count":112},{"name":"Ray Bell","email":"rayjohnbell0@gmail.com","login":"raybellwaves","count":107},{"name":"Ray Bell","email":"ray.bell@dtn.com","login":null,"count":80},{"name":"Ray Bell","email":"rayjognbell0@gmail.com","login":null,"count":71},{"name":"Riley Brady","email":"riley.brady@colorado.edu","login":"bradyrx","count":67},{"name":"AS","email":"aaron.spring@mpimet.mpg.de","login":null,"count":61},{"name":"raybellwaves","email":"rjbell1987@gmail.com","login":null,"count":61},{"name":"ahuang11","email":"ahuang11@illinois.edu","login":"ahuang11","count":37},{"name":"Trevor James Smith","email":"10819524+Zeitsperre","login":"Zeitsperre","count":21},{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]","login":"pre-commit-ci[bot]","count":19},{"name":"Dougie Squire","email":"42455466+dougiesquire","login":"dougiesquire","count":6},{"name":"Ray Bell","email":"ray.bell@administrators-MacBook-Pro.local","login":null,"count":6},{"name":"Zachary Blackwood","email":"zachary.blackwood@dtn.com","login":"blackary","count":5},{"name":"Maximilian Cosmo Sitter","email":"48606431+mcsitter","login":"mcsitter","count":3},{"name":"Taher Chegini","email":"taher.chegini@gmail.com","login":"cheginit","count":1},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"weipeng","email":"958307611@qq.com","login":"weipeng1999","count":1}],"past_year_committers":[{"name":"Trevor James Smith","email":"10819524+Zeitsperre","login":"Zeitsperre","count":13},{"name":"Aaron Spring","email":"12237157+aaronspring","login":"aaronspring","count":5},{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]","login":"pre-commit-ci[bot]","count":4},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-06-12T00:00:28.150Z","repositories_count":6256030,"commits_count":882262737,"contributors_count":35066683,"owners_count":1164877,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"xarray-contrib/xskillscore","html_url":"https://github.com/xarray-contrib/xskillscore","last_synced_at":"2026-06-07T23:01:12.614Z","status":"error","issues_count":206,"pull_requests_count":247,"avg_time_to_close_issue":7408901.515337423,"avg_time_to_close_pull_request":1330428.9338842975,"issues_closed_count":163,"pull_requests_closed_count":242,"pull_request_authors_count":14,"issue_authors_count":24,"avg_comments_per_issue":3.1116504854368934,"avg_comments_per_pull_request":3.4696356275303644,"merged_pull_requests_count":201,"bot_issues_count":2,"bot_pull_requests_count":28,"past_year_issues_count":2,"past_year_pull_requests_count":18,"past_year_avg_time_to_close_issue":512907.0,"past_year_avg_time_to_close_pull_request":1775186.0588235294,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":17,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":1.9444444444444444,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":5,"past_year_merged_pull_requests_count":11,"created_at":"2023-05-09T10:40:48.128Z","updated_at":"2026-06-07T23:01:12.614Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/xarray-contrib%2Fxskillscore/issues","issue_labels_count":{"enhancement":25,"good first issue":18,"documentation":15,"feature request":14,"refactor":11,"bug":9,"question":8,"tests":8,"ci":7,"component: dask":6,"component: xhistogram":3,"help wanted":3,"priority:low":2,"probabilistic":2,"community":2,"component: deterministic":2,"linting":1,"component: contingency":1,"awaiting feedback":1,"wontfix":1,"versioning":1,"comment":1,"component: xarray":1,"release":1},"pull_request_labels_count":{"bug":12,"enhancement":9,"versioning":9,"ci":8,"documentation":7,"feature request":7,"refactor":5,"tests":4,"dependencies":3,"linting":3,"github_actions":1,"component: xarray":1,"comment":1,"help wanted":1,"awaiting feedback":1,"component: deterministic":1},"issue_author_associations_count":{"MEMBER":112,"COLLABORATOR":72,"NONE":21,"CONTRIBUTOR":1},"pull_request_author_associations_count":{"COLLABORATOR":107,"MEMBER":101,"CONTRIBUTOR":34,"NONE":5},"issue_authors":{"raybellwaves":78,"aaronspring":54,"ahuang11":34,"bradyrx":10,"dougiesquire":7,"HARSHBARDHANK94":2,"hdrake":2,"raspstephan":2,"github-actions[bot]":2,"judithberner":1,"zmli-666":1,"jess253":1,"paololucchino":1,"weipeng1999":1,"cheginit":1,"rpnaut":1,"Tianjie-Wu":1,"brian-rose":1,"subhrajitjubu":1,"lluritu":1,"Zeitsperre":1,"max-sixty":1,"matteodefelice":1,"huard":1},"pull_request_authors":{"raybellwaves":87,"aaronspring":78,"pre-commit-ci[bot]":25,"bradyrx":17,"ahuang11":14,"Zeitsperre":9,"dougiesquire":7,"dependabot[bot]":3,"weipeng1999":2,"Copilot":1,"blackary":1,"NicWayand":1,"cheginit":1,"mcsitter":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-06-10T00:00:24.323Z","repositories_count":14786474,"issues_count":33462169,"pull_requests_count":110085192,"authors_count":11297826,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{"dependencies":1,"github_actions":1},"past_year_issue_author_associations_count":{"COLLABORATOR":1,"NONE":1},"past_year_pull_request_author_associations_count":{"COLLABORATOR":11,"CONTRIBUTOR":5,"NONE":1},"past_year_issue_authors":{"paololucchino":1,"Zeitsperre":1},"past_year_pull_request_authors":{"aaronspring":8,"pre-commit-ci[bot]":4,"Zeitsperre":3,"Copilot":1,"dependabot[bot]":1},"maintainers":[{"login":"raybellwaves","count":165,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/raybellwaves"},{"login":"aaronspring","count":132,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronspring"},{"login":"ahuang11","count":48,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ahuang11"},{"login":"bradyrx","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bradyrx"},{"login":"dougiesquire","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dougiesquire"},{"login":"Zeitsperre","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Zeitsperre"}],"active_maintainers":[{"login":"aaronspring","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronspring"},{"login":"Zeitsperre","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Zeitsperre"}]},"events":{"total":{"DeleteEvent":3,"MemberEvent":1,"PullRequestEvent":14,"ForkEvent":2,"IssuesEvent":2,"WatchEvent":11,"IssueCommentEvent":17,"PushEvent":19,"PullRequestReviewCommentEvent":6,"PullRequestReviewEvent":8,"CreateEvent":6},"last_year":{"DeleteEvent":2,"PullRequestEvent":8,"ForkEvent":1,"IssuesEvent":1,"WatchEvent":2,"IssueCommentEvent":9,"PushEvent":16,"PullRequestReviewCommentEvent":6,"PullRequestReviewEvent":6,"CreateEvent":6}},"keywords":["forecasting","metrics","pangeo","verification"],"dependencies":[{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-08T23:01:15.747Z","updated_at":"2022-08-08T23:01:15.747Z","repository_link":"https://github.com/xarray-contrib/xskillscore/blob/main/requirements.txt","dependencies":[{"id":702232346,"package_name":"numpy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":702232353,"package_name":"xarray","ecosystem":"pypi","requirements":"\u003e=0.16.1","direct":true,"kind":"runtime","optional":false},{"id":702232355,"package_name":"xhistogram","ecosystem":"pypi","requirements":"\u003e=0.3.0","direct":true,"kind":"runtime","optional":false},{"id":702232357,"package_name":"dask","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":702232359,"package_name":"properscoring","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":702232361,"package_name":"scipy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":702232363,"package_name":"statsmodels","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/python-publish.yml","sha":null,"kind":"manifest","created_at":"2023-09-21T19:27:37.602Z","updated_at":"2023-09-21T19:27:37.602Z","repository_link":"https://github.com/xarray-contrib/xskillscore/blob/main/.github/workflows/python-publish.yml","dependencies":[{"id":13856691335,"package_name":"actions/checkout","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":13856691336,"package_name":"actions/create-release","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":13856691337,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":13856691338,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/upstream-dev-ci.yml","sha":null,"kind":"manifest","created_at":"2023-09-21T19:27:38.448Z","updated_at":"2023-09-21T19:27:38.448Z","repository_link":"https://github.com/xarray-contrib/xskillscore/blob/main/.github/workflows/upstream-dev-ci.yml","dependencies":[{"id":13856691339,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13856691340,"package_name":"xarray-contrib/ci-trigger","ecosystem":"actions","requirements":"v1.1","direct":true,"kind":"composite","optional":false},{"id":13856691341,"package_name":"conda-incubator/setup-miniconda","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13856691342,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13856691343,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13856691344,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13856691345,"package_name":"actions/github-script","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/xskillscore_installs.yml","sha":null,"kind":"manifest","created_at":"2023-09-21T19:27:38.932Z","updated_at":"2023-09-21T19:27:38.932Z","repository_link":"https://github.com/xarray-contrib/xskillscore/blob/main/.github/workflows/xskillscore_installs.yml","dependencies":[{"id":13856691367,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13856691368,"package_name":"xarray-contrib/ci-trigger","ecosystem":"actions","requirements":"v1.1","direct":true,"kind":"composite","optional":false},{"id":13856691369,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/xskillscore_testing.yml","sha":null,"kind":"manifest","created_at":"2023-09-21T19:27:39.511Z","updated_at":"2023-09-21T19:27:39.511Z","repository_link":"https://github.com/xarray-contrib/xskillscore/blob/main/.github/workflows/xskillscore_testing.yml","dependencies":[{"id":13856691373,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13856691374,"package_name":"xarray-contrib/ci-trigger","ecosystem":"actions","requirements":"v1.1","direct":true,"kind":"composite","optional":false},{"id":13856691375,"package_name":"conda-incubator/setup-miniconda","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":13856691376,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v1.5.2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2023-09-21T19:27:39.934Z","updated_at":"2023-09-21T19:27:39.934Z","repository_link":"https://github.com/xarray-contrib/xskillscore/blob/main/setup.py","dependencies":[]}],"score":18.07468479036534,"created_at":"2023-09-11T14:52:14.067Z","updated_at":"2026-06-13T01:30:27.865Z","avatar_url":"https://github.com/xarray-contrib.png","language":"Python","category":"Climate Change","sub_category":"Climate Data Processing and Analysis","monthly_downloads":14260,"total_dependent_repos":34,"total_dependent_packages":10,"readme":"xskillscore: Metrics for verifying forecasts\n============================================\n\n+---------------------------+-------------------------------------------+\n| Documentation and Support | |docs| |binder|                           |\n+---------------------------+-------------------------------------------+\n| Open Source               | |pypi| |conda-forge| |license| |zenodo|   |\n+---------------------------+-------------------------------------------+\n| Coding Standards          | |codecov| |pre-commit|                    |\n+---------------------------+-------------------------------------------+\n| Development Status        | |status| |testing| |upstream|             |\n+---------------------------+-------------------------------------------+\n\n**xskillscore** is an open source project and Python package that provides verification\nmetrics of deterministic (and probabilistic from `properscoring`) forecasts with `xarray`.\n\nInstalling\n----------\n\n``$ conda install -c conda-forge xskillscore``\n\nor\n\n``$ pip install xskillscore``\n\nor\n\n``$ pip install git+https://github.com/xarray-contrib/xskillscore``\n\nDocumentation\n-------------\nDocumentation can be found on `readthedocs \u003chttps://xskillscore.readthedocs.io/en/latest/\u003e`_.\n\nSee also\n--------\n\n- If you are interested in using **xskillscore** for data science where you data is mostly in ``pandas.DataFrames``'s check out the `xskillscore-tutorial \u003chttps://github.com/raybellwaves/xskillscore-tutorial\u003e`_.\n- If you are interested in using **xskillscore** for climate prediction check out `climpred \u003chttps://climpred.readthedocs.io/en/stable/\u003e`_.\n\nHistory\n-------\n\n**xskillscore** was originally developed to parallelize forecast metrics of the multi-model-multi-ensemble forecasts associated with the `SubX \u003chttps://journals.ametsoc.org/doi/pdf/10.1175/BAMS-D-18-0270.1\u003e`_ project.\n\nWe are indebted to the **xarray** community for their `advice \u003chttps://groups.google.com/forum/#!searchin/xarray/xskillscore%7Csort:date/xarray/z8ue0G-BLc8/Cau-dY_ACAAJ\u003e`_ in getting this package started.\n\n.. |binder| image:: https://mybinder.org/badge_logo.svg\n        :target: https://mybinder.org/v2/gh/raybellwaves/xskillscore-tutorial/master?urlpath=lab\n        :alt: Binder\n\n.. |codecov| image:: https://codecov.io/gh/xarray-contrib/xskillscore/branch/main/graph/badge.svg\n        :target: https://codecov.io/gh/xarray-contrib/xskillscore\n        :alt: Codecov\n\n.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/xskillscore.svg\n        :target: https://anaconda.org/conda-forge/xskillscore\n        :alt: conda-forge\n\n.. |docs| image:: https://img.shields.io/readthedocs/xskillscore/stable.svg?style=flat\n        :target: https://xskillscore.readthedocs.io/en/stable/?badge=stable\n        :alt: Documentation Status\n\n.. |license| image:: https://img.shields.io/github/license/xarray-contrib/xncml.svg\n        :target: https://github.com/xarray-contrib/xncml/blob/main/LICENSE\n        :alt: License\n\n.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/xarray-contrib/xskillscore/main.svg\n        :target: https://results.pre-commit.ci/latest/github/xarray-contrib/xskillscore/main\n        :alt: Pre-Commit\n\n.. |pypi| image:: https://img.shields.io/pypi/v/xskillscore.svg\n        :target: https://pypi.python.org/pypi/xskillscore/\n        :alt: PyPI\n\n.. |status| image:: https://www.repostatus.org/badges/latest/active.svg\n        :target: https://www.repostatus.org/#active\n        :alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed.\n\n.. |testing| image:: https://github.com/xarray-contrib/xskillscore/actions/workflows/xskillscore_testing.yml/badge.svg\n        :target: https://github.com/xarray-contrib/xskillscore/actions/workflows/xskillscore_testing.yml\n        :alt: Testing\n\n.. |upstream| image:: https://github.com/xarray-contrib/xskillscore/actions/workflows/upstream-dev-ci.yml/badge.svg\n        :target: https://github.com/xarray-contrib/xskillscore/actions/workflows/upstream-dev-ci.yml\n        :alt: Upstream Testing\n\n.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5173152.svg\n        :target: https://doi.org/10.5281/zenodo.5173152\n        :alt: Zenodo DOI\n","funding_links":[],"readme_doi_urls":["https://doi.org/10.5281/zenodo.5173152"],"works":{"https://doi.org/10.5281/zenodo.5173152":null},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["climate","data-catalog","data-access","climate-analysis","prediction","s2d","s2s","earth-system-model","weather","opendap"],"project_url":"https://ost.ecosyste.ms/api/v1/projects/20624","html_url":"https://ost.ecosyste.ms/projects/20624"}