{"id":13688702,"url":"https://github.com/IntelPython/dpnp","last_synced_at":"2025-05-01T20:30:17.321Z","repository":{"id":40461669,"uuid":"292883193","full_name":"IntelPython/dpnp","owner":"IntelPython","description":"Data Parallel Extension for NumPy","archived":false,"fork":false,"pushed_at":"2025-04-25T14:16:53.000Z","size":730771,"stargazers_count":107,"open_issues_count":67,"forks_count":21,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-25T14:48:23.579Z","etag":null,"topics":["dpcpp","gpu","gpu-acceleration","intel","mkl","numpy","oneapi","pstl","python3","sycl"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IntelPython.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-09-04T15:29:11.000Z","updated_at":"2025-04-24T12:33:50.000Z","dependencies_parsed_at":"2023-10-16T09:30:01.927Z","dependency_job_id":"562fec26-d69d-4199-815f-e15419be704b","html_url":"https://github.com/IntelPython/dpnp","commit_stats":{"total_commits":2056,"total_committers":39,"mean_commits":"52.717948717948715","dds":0.8380350194552529,"last_synced_commit":"d2ef11a4e725325a3c6b7911f3d2260e1c634574"},"previous_names":[],"tags_count":74,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelPython%2Fdpnp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelPython%2Fdpnp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelPython%2Fdpnp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelPython%2Fdpnp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntelPython","download_url":"https://codeload.github.com/IntelPython/dpnp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251940289,"owners_count":21668511,"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"}},"keywords":["dpcpp","gpu","gpu-acceleration","intel","mkl","numpy","oneapi","pstl","python3","sycl"],"created_at":"2024-08-02T15:01:20.605Z","updated_at":"2025-05-01T20:30:17.315Z","avatar_url":"https://github.com/IntelPython.png","language":"Python","readme":"[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat\u0026labelColor=ef8336)](https://pycqa.github.io/isort/)\n[![Pre-commit](https://github.com/IntelPython/dpnp/actions/workflows/pre-commit.yml/badge.svg?branch=master\u0026event=push)](https://github.com/IntelPython/dpnp/actions/workflows/pre-commit.yml)\n[![Conda package](https://github.com/IntelPython/dpnp/actions/workflows/conda-package.yml/badge.svg?branch=master\u0026event=push)](https://github.com/IntelPython/dpnp/actions/workflows/conda-package.yml)\n[![Coverage Status](https://coveralls.io/repos/github/IntelPython/dpnp/badge.svg?branch=master)](https://coveralls.io/github/IntelPython/dpnp?branch=master)\n[![Build Sphinx](https://github.com/IntelPython/dpnp/workflows/Build%20Sphinx/badge.svg)](https://intelpython.github.io/dpnp)\n[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/IntelPython/dpnp/badge)](https://securityscorecards.dev/viewer/?uri=github.com/IntelPython/dpnp)\n\n\u003cimg align=\"left\" src=\"https://spec.oneapi.io/oneapi-logo-white-scaled.jpg\" alt=\"oneAPI logo\" width=\"75\"/\u003e\n\n# DPNP - Data Parallel Extension for NumPy*\n\nData Parallel Extension for NumPy* or `dpnp` is a Python library that\nimplements a subset of NumPy* that can be executed on any data parallel device.\nThe subset is a drop-in replacement of core NumPy* functions and numerical data types.\n\n[API coverage summary](https://intelpython.github.io/dpnp/reference/comparison.html#summary)\n\n[Full documentation](https://intelpython.github.io/dpnp/)\n\n`Dpnp` is the core part of a larger family of [data-parallel Python libraries and tools](https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html)\nto program on XPUs.\n\n\n# Installing\n\nYou can install the library using `conda`, `mamba` or [pip](https://pypi.org/project/dpnp/)\npackage managers. It is also available as part of the [Intel(R) Distribution for Python](https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html)\n(IDP).\n\n## Intel(R) Distribution for Python\n\nYou can find the most recent release of `dpnp` every quarter as part of the IDP\nreleases.\n\nTo get the library from the latest release, follow the instructions from\n[Get Started With Intel® Distribution for Python](https://www.intel.com/content/www/us/en/developer/articles/technical/get-started-with-intel-distribution-for-python.html).\n\n## Conda\n\nTo install `dpnp` from the Intel(R) conda channel, use the following command:\n\n```bash\nconda install dpnp -c https://software.repos.intel.com/python/conda/ -c conda-forge\n```\n\n## Pip\n\nThe `dpnp` can be installed using `pip` obtaining wheel packages either from\nPyPi or from Intel(R) channel. To install `dpnp` wheel package from Intel(R)\nchannel, run the following command:\n\n```bash\npython -m pip install --index-url https://software.repos.intel.com/python/pypi dpnp\n```\n\n## Installing the bleeding edge\n\nTo try out the latest features, install `dpnp` using our development channel on\nAnaconda cloud:\n\n```bash\nconda install dpnp -c dppy/label/dev -c https://software.repos.intel.com/python/conda/ -c conda-forge\n```\n\n\n# Building\n\nRefer to our [Documentation](https://intelpython.github.io/dpnp/quick_start_guide.html)\nfor more information on setting up a development environment and building `dpnp`\nfrom the source.\n\n\n# Running Tests\n\nTests are located in folder [dpnp/tests](dpnp/tests).\n\nTo run the tests, use:\n```bash\npython -m pytest --pyargs dpnp\n```\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIntelPython%2Fdpnp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIntelPython%2Fdpnp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIntelPython%2Fdpnp/lists"}