{"id":13418416,"url":"https://github.com/numba/numba","last_synced_at":"2025-05-12T05:19:56.328Z","repository":{"id":2667857,"uuid":"3659275","full_name":"numba/numba","owner":"numba","description":"NumPy aware dynamic Python compiler using LLVM","archived":false,"fork":false,"pushed_at":"2025-04-09T12:11:58.000Z","size":79423,"stargazers_count":10408,"open_issues_count":1732,"forks_count":1155,"subscribers_count":199,"default_branch":"main","last_synced_at":"2025-05-11T02:58:59.776Z","etag":null,"topics":["compiler","cuda","llvm","numba","numpy","parallel","python"],"latest_commit_sha":null,"homepage":"https://numba.pydata.org/","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/numba.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGE_LOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-03-08T11:12:43.000Z","updated_at":"2025-05-10T19:56:19.000Z","dependencies_parsed_at":"2023-07-05T18:18:04.950Z","dependency_job_id":"a503b7d9-73cc-44a5-9d9d-fdcfea72bd6f","html_url":"https://github.com/numba/numba","commit_stats":{"total_commits":21197,"total_committers":408,"mean_commits":51.95343137254902,"dds":0.8313440581214323,"last_synced_commit":"a344e8f55440c91d40c5221e93a38ce0c149b803"},"previous_names":[],"tags_count":214,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numba%2Fnumba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numba%2Fnumba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numba%2Fnumba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/numba%2Fnumba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/numba","download_url":"https://codeload.github.com/numba/numba/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253509775,"owners_count":21919588,"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":["compiler","cuda","llvm","numba","numpy","parallel","python"],"created_at":"2024-07-30T22:01:02.034Z","updated_at":"2025-05-11T02:59:04.840Z","avatar_url":"https://github.com/numba.png","language":"Python","funding_links":[],"categories":["Compilers","Python","Just-in-time (JIT)","ML frameworks \u0026 applications","Basic Components","Sensor Processing","Parallel Computing Tools, Libraries, and Frameworks","\u003cspan id=\"head11\"\u003e3.1. Differentiation, Quadrature and Tensor computation\u003c/span\u003e","Linear Algebra / Statistics Toolkit","实现","Flutter Tools","CUDA Tools","CUDA Tools Libraries, and Frameworks","ML Frameworks, Libraries, and Tools","其他_机器学习与深度学习","Software","Starchart","Computation and Communication Optimisation","Compiler optimisation frameworks","NLP Tools, Libraries, and Frameworks","Main Contents","Distributed Systems Tools","Tools","Implementations","🐍 Python","Subsets of Python","Uncategorized"],"sub_categories":["Interfaces","Python Performance Booster","Parallel Processing","viii. Linear Regression","\u003cspan id=\"head23\"\u003e3.1.4.Platforms, CPU, GPU and TPU\u003c/span\u003e","General Purpose Tensor Library","Alternatives","Other dialects and variants","Optimization of Computation","Parallel Systems Courses \u0026 Tutorials","Winetricks","Objective-C Tools, Libraries, and Frameworks","Mesh networks","Useful Python Tools for Data Analysis","Uncategorized"],"readme":"*****\nNumba\n*****\n\n.. image:: https://badges.gitter.im/numba/numba.svg\n   :target: https://gitter.im/numba/numba?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\n   :alt: Gitter\n\n.. image:: https://img.shields.io/badge/discuss-on%20discourse-blue\n   :target: https://numba.discourse.group/\n   :alt: Discourse\n\n.. image:: https://zenodo.org/badge/3659275.svg\n   :target: https://zenodo.org/badge/latestdoi/3659275\n   :alt: Zenodo DOI\n\n.. image:: https://img.shields.io/pypi/v/numba.svg\n   :target: https://pypi.python.org/pypi/numba/\n   :alt: PyPI\n\n.. image:: https://dev.azure.com/numba/numba/_apis/build/status/numba.numba?branchName=main\n    :target: https://dev.azure.com/numba/numba/_build/latest?definitionId=1?branchName=main\n    :alt: Azure Pipelines\n\nA Just-In-Time Compiler for Numerical Functions in Python\n#########################################################\n\nNumba is an open source, NumPy-aware optimizing compiler for Python sponsored\nby Anaconda, Inc.  It uses the LLVM compiler project to generate machine code\nfrom Python syntax.\n\nNumba can compile a large subset of numerically-focused Python, including many\nNumPy functions.  Additionally, Numba has support for automatic\nparallelization of loops, generation of GPU-accelerated code, and creation of\nufuncs and C callbacks.\n\nFor more information about Numba, see the Numba homepage:\nhttps://numba.pydata.org and the online documentation:\nhttps://numba.readthedocs.io/en/stable/index.html\n\nInstallation\n============\n\nPlease follow the instructions:\n\nhttps://numba.readthedocs.io/en/stable/user/installing.html\n\nDemo\n====\n\nPlease have a look and the demo notebooks via the mybinder service:\n\nhttps://mybinder.org/v2/gh/numba/numba-examples/master?filepath=notebooks\n\nContact\n=======\n\nNumba has a discourse forum for discussions:\n\n* https://numba.discourse.group\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumba%2Fnumba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnumba%2Fnumba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnumba%2Fnumba/lists"}