{"id":21666708,"url":"https://github.com/amypad/numcu","last_synced_at":"2025-06-29T23:35:51.036Z","repository":{"id":57447265,"uuid":"444949088","full_name":"AMYPAD/NumCu","owner":"AMYPAD","description":"Numerical CUDA-based Python library","archived":false,"fork":false,"pushed_at":"2025-06-02T16:26:03.000Z","size":497,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-15T17:07:37.828Z","etag":null,"topics":["array","buffer","c","cpp","cpython","cpython-api","cpython-extensions","cuda","cxx","hacktoberfest","numpy","python","vector"],"latest_commit_sha":null,"homepage":"https://amypad.github.io/NumCu","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AMYPAD.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-01-05T21:01:02.000Z","updated_at":"2025-04-15T10:24:34.000Z","dependencies_parsed_at":"2023-12-09T15:23:49.379Z","dependency_job_id":"273ac21f-6647-4c00-aec2-d1859f4bd55b","html_url":"https://github.com/AMYPAD/NumCu","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"59b8509657b65b9626f56c656beaed6e614aa242"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/AMYPAD/NumCu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMYPAD%2FNumCu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMYPAD%2FNumCu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMYPAD%2FNumCu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMYPAD%2FNumCu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMYPAD","download_url":"https://codeload.github.com/AMYPAD/NumCu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMYPAD%2FNumCu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262685246,"owners_count":23348414,"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":["array","buffer","c","cpp","cpython","cpython-api","cpython-extensions","cuda","cxx","hacktoberfest","numpy","python","vector"],"created_at":"2024-11-25T11:28:55.739Z","updated_at":"2025-06-29T23:35:50.998Z","avatar_url":"https://github.com/AMYPAD.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"NumCu\n=====\n\nNumerical CUDA-based Python library built on top of `CuVec \u003chttps://github.com/AMYPAD/CuVec\u003e`_.\n\n|Version| |Downloads| |Py-Versions| |DOI| |Licence| |Tests| |Coverage|\n\n.. contents:: Table of contents\n   :backlinks: top\n   :local:\n\nInstall\n~~~~~~~\n\nRequirements:\n\n- Python 3.7 or greater (e.g. via `Anaconda or Miniconda \u003chttps://docs.conda.io/projects/conda/en/latest/user-guide/install/download.html#anaconda-or-miniconda\u003e`_, or via ``python3-dev``)\n- (optional) `CUDA SDK/Toolkit \u003chttps://developer.nvidia.com/cuda-downloads\u003e`_ (including drivers for an NVIDIA GPU)\n\n  * note that if the CUDA SDK/Toolkit is installed *after* NumCu, then NumCu must be re-installed to enable CUDA support\n\n.. code:: sh\n\n    pip install numcu\n\nUsage\n~~~~~\n\nSee `the usage documentation \u003chttps://amypad.github.io/NumCu/#usage\u003e`_.\n\nContributing\n~~~~~~~~~~~~\n\nSee `CONTRIBUTING.md \u003chttps://github.com/AMYPAD/NumCu/blob/main/CONTRIBUTING.md\u003e`_.\n\nLicence\n~~~~~~~\n\n|Licence| |DOI|\n\nCopyright:\n\n- `Casper O. da Costa-Luis \u003chttps://github.com/casperdcl\u003e`_\n- `Contributors \u003chttps://github.com/AMYPAD/numcu/graphs/contributors\u003e`_\n\n.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7013340.svg\n   :target: https://doi.org/10.5281/zenodo.7013340\n.. |Licence| image:: https://img.shields.io/pypi/l/numcu.svg?label=licence\n   :target: https://github.com/AMYPAD/NumCu/blob/main/LICENCE\n.. |Tests| image:: https://img.shields.io/github/actions/workflow/status/AMYPAD/NumCu/test.yml?branch=main\u0026logo=GitHub\n   :target: https://github.com/AMYPAD/NumCu/actions\n.. |Downloads| image:: https://img.shields.io/pypi/dm/numcu.svg?logo=pypi\u0026logoColor=white\u0026label=PyPI%20downloads\n   :target: https://pypi.org/project/numcu\n.. |Coverage| image:: https://codecov.io/gh/AMYPAD/NumCu/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/AMYPAD/NumCu\n.. |Version| image:: https://img.shields.io/pypi/v/numcu.svg?logo=python\u0026logoColor=white\n   :target: https://github.com/AMYPAD/NumCu/releases\n.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/numcu.svg?logo=python\u0026logoColor=white\n   :target: https://pypi.org/project/numcu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famypad%2Fnumcu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famypad%2Fnumcu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famypad%2Fnumcu/lists"}