Name | numba JSON |
Version |
0.61.2
JSON |
| download |
home_page | https://numba.pydata.org |
Summary | compiling Python code using LLVM |
upload_time | 2025-04-09 02:58:07 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | BSD |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
*****
Numba
*****
.. image:: https://badges.gitter.im/numba/numba.svg
:target: https://gitter.im/numba/numba?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
:alt: Gitter
.. image:: https://img.shields.io/badge/discuss-on%20discourse-blue
:target: https://numba.discourse.group/
:alt: Discourse
.. image:: https://zenodo.org/badge/3659275.svg
:target: https://zenodo.org/badge/latestdoi/3659275
:alt: Zenodo DOI
.. image:: https://img.shields.io/pypi/v/numba.svg
:target: https://pypi.python.org/pypi/numba/
:alt: PyPI
.. image:: https://dev.azure.com/numba/numba/_apis/build/status/numba.numba?branchName=main
:target: https://dev.azure.com/numba/numba/_build/latest?definitionId=1?branchName=main
:alt: Azure Pipelines
A Just-In-Time Compiler for Numerical Functions in Python
#########################################################
Numba is an open source, NumPy-aware optimizing compiler for Python sponsored
by Anaconda, Inc. It uses the LLVM compiler project to generate machine code
from Python syntax.
Numba can compile a large subset of numerically-focused Python, including many
NumPy functions. Additionally, Numba has support for automatic
parallelization of loops, generation of GPU-accelerated code, and creation of
ufuncs and C callbacks.
For more information about Numba, see the Numba homepage:
https://numba.pydata.org and the online documentation:
https://numba.readthedocs.io/en/stable/index.html
Installation
============
Please follow the instructions:
https://numba.readthedocs.io/en/stable/user/installing.html
Demo
====
Please have a look and the demo notebooks via the mybinder service:
https://mybinder.org/v2/gh/numba/numba-examples/master?filepath=notebooks
Contact
=======
Numba has a discourse forum for discussions:
* https://numba.discourse.group
Raw data
{
"_id": null,
"home_page": "https://numba.pydata.org",
"name": "numba",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/1c/a0/e21f57604304aa03ebb8e098429222722ad99176a4f979d34af1d1ee80da/numba-0.61.2.tar.gz",
"platform": null,
"description": "*****\nNumba\n*****\n\n.. image:: https://badges.gitter.im/numba/numba.svg\n :target: https://gitter.im/numba/numba?utm_source=badge&utm_medium=badge&utm_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",
"bugtrack_url": null,
"license": "BSD",
"summary": "compiling Python code using LLVM",
"version": "0.61.2",
"project_urls": {
"Homepage": "https://numba.pydata.org"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ebcaf470be59552ccbf9531d2d383b67ae0b9b524d435fb4a0d229fef135116e",
"md5": "c8690c6c54a39694303032e8b3e45cdc",
"sha256": "cf9f9fc00d6eca0c23fc840817ce9f439b9f03c8f03d6246c0e7f0cb15b7162a"
},
"downloads": -1,
"filename": "numba-0.61.2-cp310-cp310-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "c8690c6c54a39694303032e8b3e45cdc",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 2775663,
"upload_time": "2025-04-09T02:57:34",
"upload_time_iso_8601": "2025-04-09T02:57:34.143392Z",
"url": "https://files.pythonhosted.org/packages/eb/ca/f470be59552ccbf9531d2d383b67ae0b9b524d435fb4a0d229fef135116e/numba-0.61.2-cp310-cp310-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f5133bdf52609c80d460a3b4acfb9fdb3817e392875c0d6270cf3fd9546f138b",
"md5": "547a150ebf87f1a2869886cff30f64da",
"sha256": "ea0247617edcb5dd61f6106a56255baab031acc4257bddaeddb3a1003b4ca3fd"
},
"downloads": -1,
"filename": "numba-0.61.2-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "547a150ebf87f1a2869886cff30f64da",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 2778344,
"upload_time": "2025-04-09T02:57:36",
"upload_time_iso_8601": "2025-04-09T02:57:36.609865Z",
"url": "https://files.pythonhosted.org/packages/f5/13/3bdf52609c80d460a3b4acfb9fdb3817e392875c0d6270cf3fd9546f138b/numba-0.61.2-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e27dbfb2805bcfbd479f04f835241ecf28519f6e3609912e3a985aed45e21370",
"md5": "7ab5f2e4190de30f8d24d05eb4949041",
"sha256": "ae8c7a522c26215d5f62ebec436e3d341f7f590079245a2f1008dfd498cc1642"
},
"downloads": -1,
"filename": "numba-0.61.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "7ab5f2e4190de30f8d24d05eb4949041",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 3824054,
"upload_time": "2025-04-09T02:57:38",
"upload_time_iso_8601": "2025-04-09T02:57:38.162004Z",
"url": "https://files.pythonhosted.org/packages/e2/7d/bfb2805bcfbd479f04f835241ecf28519f6e3609912e3a985aed45e21370/numba-0.61.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e327797b2004745c92955470c73c82f0e300cf033c791f45bdecb4b33b12bdea",
"md5": "c4a800d9341eb3bd281141c1c537cf6c",
"sha256": "bd1e74609855aa43661edffca37346e4e8462f6903889917e9f41db40907daa2"
},
"downloads": -1,
"filename": "numba-0.61.2-cp310-cp310-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "c4a800d9341eb3bd281141c1c537cf6c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 3518531,
"upload_time": "2025-04-09T02:57:39",
"upload_time_iso_8601": "2025-04-09T02:57:39.709778Z",
"url": "https://files.pythonhosted.org/packages/e3/27/797b2004745c92955470c73c82f0e300cf033c791f45bdecb4b33b12bdea/numba-0.61.2-cp310-cp310-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b1c6c2fb11e50482cb310afae87a997707f6c7d8a48967b9696271347441f650",
"md5": "07db7a0f1feef7fbb01e05dbad660bb1",
"sha256": "ae45830b129c6137294093b269ef0a22998ccc27bf7cf096ab8dcf7bca8946f9"
},
"downloads": -1,
"filename": "numba-0.61.2-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "07db7a0f1feef7fbb01e05dbad660bb1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 2831612,
"upload_time": "2025-04-09T02:57:41",
"upload_time_iso_8601": "2025-04-09T02:57:41.559693Z",
"url": "https://files.pythonhosted.org/packages/b1/c6/c2fb11e50482cb310afae87a997707f6c7d8a48967b9696271347441f650/numba-0.61.2-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3f97c99d1056aed767503c228f7099dc11c402906b42a4757fec2819329abb98",
"md5": "43be1f1a546621c1690a34820f079b1b",
"sha256": "efd3db391df53aaa5cfbee189b6c910a5b471488749fd6606c3f33fc984c2ae2"
},
"downloads": -1,
"filename": "numba-0.61.2-cp311-cp311-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "43be1f1a546621c1690a34820f079b1b",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 2775825,
"upload_time": "2025-04-09T02:57:43",
"upload_time_iso_8601": "2025-04-09T02:57:43.442369Z",
"url": "https://files.pythonhosted.org/packages/3f/97/c99d1056aed767503c228f7099dc11c402906b42a4757fec2819329abb98/numba-0.61.2-cp311-cp311-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "959e63c549f37136e892f006260c3e2613d09d5120672378191f2dc387ba65a2",
"md5": "6eccdf532c87ad3d7ac961525b271168",
"sha256": "49c980e4171948ffebf6b9a2520ea81feed113c1f4890747ba7f59e74be84b1b"
},
"downloads": -1,
"filename": "numba-0.61.2-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "6eccdf532c87ad3d7ac961525b271168",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 2778695,
"upload_time": "2025-04-09T02:57:44",
"upload_time_iso_8601": "2025-04-09T02:57:44.968786Z",
"url": "https://files.pythonhosted.org/packages/95/9e/63c549f37136e892f006260c3e2613d09d5120672378191f2dc387ba65a2/numba-0.61.2-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "97c88740616c8436c86c1b9a62e72cb891177d2c34c2d24ddcde4c390371bf4c",
"md5": "f7c9b3e3b075bfd6445e8f6145d98e2a",
"sha256": "3945615cd73c2c7eba2a85ccc9c1730c21cd3958bfcf5a44302abae0fb07bb60"
},
"downloads": -1,
"filename": "numba-0.61.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "f7c9b3e3b075bfd6445e8f6145d98e2a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 3829227,
"upload_time": "2025-04-09T02:57:46",
"upload_time_iso_8601": "2025-04-09T02:57:46.630842Z",
"url": "https://files.pythonhosted.org/packages/97/c8/8740616c8436c86c1b9a62e72cb891177d2c34c2d24ddcde4c390371bf4c/numba-0.61.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fc0666e99ae06507c31d15ff3ecd1f108f2f59e18b6e08662cd5f8a5853fbd18",
"md5": "80b2ba2845a1f6c3df86ad796ec70816",
"sha256": "bbfdf4eca202cebade0b7d43896978e146f39398909a42941c9303f82f403a18"
},
"downloads": -1,
"filename": "numba-0.61.2-cp311-cp311-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "80b2ba2845a1f6c3df86ad796ec70816",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 3523422,
"upload_time": "2025-04-09T02:57:48",
"upload_time_iso_8601": "2025-04-09T02:57:48.222779Z",
"url": "https://files.pythonhosted.org/packages/fc/06/66e99ae06507c31d15ff3ecd1f108f2f59e18b6e08662cd5f8a5853fbd18/numba-0.61.2-cp311-cp311-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0fa42b309a6a9f6d4d8cfba583401c7c2f9ff887adb5d54d8e2e130274c0973f",
"md5": "bc62e690012680ce9887e1ed56b3a86f",
"sha256": "76bcec9f46259cedf888041b9886e257ae101c6268261b19fda8cfbc52bec9d1"
},
"downloads": -1,
"filename": "numba-0.61.2-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "bc62e690012680ce9887e1ed56b3a86f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 2831505,
"upload_time": "2025-04-09T02:57:50",
"upload_time_iso_8601": "2025-04-09T02:57:50.108537Z",
"url": "https://files.pythonhosted.org/packages/0f/a4/2b309a6a9f6d4d8cfba583401c7c2f9ff887adb5d54d8e2e130274c0973f/numba-0.61.2-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b4a0c6b7b9c615cfa3b98c4c63f4316e3f6b3bbe2387740277006551784218cd",
"md5": "1631af28f5f5df24af9c42b0cac47ac4",
"sha256": "34fba9406078bac7ab052efbf0d13939426c753ad72946baaa5bf9ae0ebb8dd2"
},
"downloads": -1,
"filename": "numba-0.61.2-cp312-cp312-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "1631af28f5f5df24af9c42b0cac47ac4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 2776626,
"upload_time": "2025-04-09T02:57:51",
"upload_time_iso_8601": "2025-04-09T02:57:51.857731Z",
"url": "https://files.pythonhosted.org/packages/b4/a0/c6b7b9c615cfa3b98c4c63f4316e3f6b3bbe2387740277006551784218cd/numba-0.61.2-cp312-cp312-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "924afe4e3c2ecad72d88f5f8cd04e7f7cff49e718398a2fac02d2947480a00ca",
"md5": "08d8462a988b34efe4d280318b9dc13e",
"sha256": "4ddce10009bc097b080fc96876d14c051cc0c7679e99de3e0af59014dab7dfe8"
},
"downloads": -1,
"filename": "numba-0.61.2-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "08d8462a988b34efe4d280318b9dc13e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 2779287,
"upload_time": "2025-04-09T02:57:53",
"upload_time_iso_8601": "2025-04-09T02:57:53.658514Z",
"url": "https://files.pythonhosted.org/packages/92/4a/fe4e3c2ecad72d88f5f8cd04e7f7cff49e718398a2fac02d2947480a00ca/numba-0.61.2-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9a2de518df036feab381c23a624dac47f8445ac55686ec7f11083655eb707da3",
"md5": "312c34f2fc9e6f873f62cea26b3fecd0",
"sha256": "5b1bb509d01f23d70325d3a5a0e237cbc9544dd50e50588bc581ba860c213546"
},
"downloads": -1,
"filename": "numba-0.61.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "312c34f2fc9e6f873f62cea26b3fecd0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 3885928,
"upload_time": "2025-04-09T02:57:55",
"upload_time_iso_8601": "2025-04-09T02:57:55.206822Z",
"url": "https://files.pythonhosted.org/packages/9a/2d/e518df036feab381c23a624dac47f8445ac55686ec7f11083655eb707da3/numba-0.61.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "100f23cced68ead67b75d77cfcca3df4991d1855c897ee0ff3fe25a56ed82108",
"md5": "3a1e1d814663661bbf6e648087b61f38",
"sha256": "48a53a3de8f8793526cbe330f2a39fe9a6638efcbf11bd63f3d2f9757ae345cd"
},
"downloads": -1,
"filename": "numba-0.61.2-cp312-cp312-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "3a1e1d814663661bbf6e648087b61f38",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 3577115,
"upload_time": "2025-04-09T02:57:56",
"upload_time_iso_8601": "2025-04-09T02:57:56.818140Z",
"url": "https://files.pythonhosted.org/packages/10/0f/23cced68ead67b75d77cfcca3df4991d1855c897ee0ff3fe25a56ed82108/numba-0.61.2-cp312-cp312-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "681dddb3e704c5a8fb90142bf9dc195c27db02a08a99f037395503bfbc1d14b3",
"md5": "a0d8ddcb69d0ad309881c70abf9cbfc9",
"sha256": "97cf4f12c728cf77c9c1d7c23707e4d8fb4632b46275f8f3397de33e5877af18"
},
"downloads": -1,
"filename": "numba-0.61.2-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "a0d8ddcb69d0ad309881c70abf9cbfc9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 2831929,
"upload_time": "2025-04-09T02:57:58",
"upload_time_iso_8601": "2025-04-09T02:57:58.450785Z",
"url": "https://files.pythonhosted.org/packages/68/1d/ddb3e704c5a8fb90142bf9dc195c27db02a08a99f037395503bfbc1d14b3/numba-0.61.2-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0bf30fe4c1b1f2569e8a18ad90c159298d862f96c3964392a20d74fc628aee44",
"md5": "6768259be9292f7c43e7cf841e52fd6d",
"sha256": "3a10a8fc9afac40b1eac55717cece1b8b1ac0b946f5065c89e00bde646b5b154"
},
"downloads": -1,
"filename": "numba-0.61.2-cp313-cp313-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "6768259be9292f7c43e7cf841e52fd6d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2771785,
"upload_time": "2025-04-09T02:57:59",
"upload_time_iso_8601": "2025-04-09T02:57:59.960956Z",
"url": "https://files.pythonhosted.org/packages/0b/f3/0fe4c1b1f2569e8a18ad90c159298d862f96c3964392a20d74fc628aee44/numba-0.61.2-cp313-cp313-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e97191b277d712e46bd5059f8a5866862ed1116091a7cb03bd2704ba8ebe015f",
"md5": "33e0f724182907ae1327f55852f0f45e",
"sha256": "7d3bcada3c9afba3bed413fba45845f2fb9cd0d2b27dd58a1be90257e293d140"
},
"downloads": -1,
"filename": "numba-0.61.2-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "33e0f724182907ae1327f55852f0f45e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2773289,
"upload_time": "2025-04-09T02:58:01",
"upload_time_iso_8601": "2025-04-09T02:58:01.435707Z",
"url": "https://files.pythonhosted.org/packages/e9/71/91b277d712e46bd5059f8a5866862ed1116091a7cb03bd2704ba8ebe015f/numba-0.61.2-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0de05ea04e7ad2c39288c0f0f9e8d47638ad70f28e275d092733b5817cf243c9",
"md5": "a2b5dbc69bdfc0f8dda84d745a9be648",
"sha256": "bdbca73ad81fa196bd53dc12e3aaf1564ae036e0c125f237c7644fe64a4928ab"
},
"downloads": -1,
"filename": "numba-0.61.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"has_sig": false,
"md5_digest": "a2b5dbc69bdfc0f8dda84d745a9be648",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 3893918,
"upload_time": "2025-04-09T02:58:02",
"upload_time_iso_8601": "2025-04-09T02:58:02.933558Z",
"url": "https://files.pythonhosted.org/packages/0d/e0/5ea04e7ad2c39288c0f0f9e8d47638ad70f28e275d092733b5817cf243c9/numba-0.61.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1758064f4dcb7d7e9412f16ecf80ed753f92297e39f399c905389688cf950b81",
"md5": "e91a5793356acb119f706d68f1141d2f",
"sha256": "5f154aaea625fb32cfbe3b80c5456d514d416fcdf79733dd69c0df3a11348e9e"
},
"downloads": -1,
"filename": "numba-0.61.2-cp313-cp313-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "e91a5793356acb119f706d68f1141d2f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 3584056,
"upload_time": "2025-04-09T02:58:04",
"upload_time_iso_8601": "2025-04-09T02:58:04.538078Z",
"url": "https://files.pythonhosted.org/packages/17/58/064f4dcb7d7e9412f16ecf80ed753f92297e39f399c905389688cf950b81/numba-0.61.2-cp313-cp313-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "afa46d3a0f2d3989e62a18749e1e9913d5fa4910bbb3e3311a035baea6caf26d",
"md5": "7857e1c3c255cad4b61e641bcb48a182",
"sha256": "59321215e2e0ac5fa928a8020ab00b8e57cda8a97384963ac0dfa4d4e6aa54e7"
},
"downloads": -1,
"filename": "numba-0.61.2-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "7857e1c3c255cad4b61e641bcb48a182",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2831846,
"upload_time": "2025-04-09T02:58:06",
"upload_time_iso_8601": "2025-04-09T02:58:06.125581Z",
"url": "https://files.pythonhosted.org/packages/af/a4/6d3a0f2d3989e62a18749e1e9913d5fa4910bbb3e3311a035baea6caf26d/numba-0.61.2-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1ca0e21f57604304aa03ebb8e098429222722ad99176a4f979d34af1d1ee80da",
"md5": "a3bfbab805ad29c05144321d1a8e31af",
"sha256": "8750ee147940a6637b80ecf7f95062185ad8726c8c28a2295b8ec1160a196f7d"
},
"downloads": -1,
"filename": "numba-0.61.2.tar.gz",
"has_sig": false,
"md5_digest": "a3bfbab805ad29c05144321d1a8e31af",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 2820615,
"upload_time": "2025-04-09T02:58:07",
"upload_time_iso_8601": "2025-04-09T02:58:07.659880Z",
"url": "https://files.pythonhosted.org/packages/1c/a0/e21f57604304aa03ebb8e098429222722ad99176a4f979d34af1d1ee80da/numba-0.61.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-04-09 02:58:07",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "numba"
}