Skip to main content

compiling Python code using LLVM

Project description

Discourse Zenodo PyPI 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:

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

numba-0.66.0.tar.gz (2.8 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

numba-0.66.0-cp314-cp314t-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

numba-0.66.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

numba-0.66.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

numba-0.66.0-cp314-cp314t-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14tmacOS 12.0+ ARM64

numba-0.66.0-cp314-cp314-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14Windows x86-64

numba-0.66.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

numba-0.66.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

numba-0.66.0-cp314-cp314-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

numba-0.66.0-cp313-cp313-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.13Windows x86-64

numba-0.66.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

numba-0.66.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

numba-0.66.0-cp313-cp313-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

numba-0.66.0-cp312-cp312-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86-64

numba-0.66.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

numba-0.66.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

numba-0.66.0-cp312-cp312-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

numba-0.66.0-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86-64

numba-0.66.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

numba-0.66.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

numba-0.66.0-cp311-cp311-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

numba-0.66.0-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86-64

numba-0.66.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

numba-0.66.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

numba-0.66.0-cp310-cp310-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

File details

Details for the file numba-0.66.0.tar.gz.

File metadata

  • Download URL: numba-0.66.0.tar.gz
  • Upload date:
  • Size: 2.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for numba-0.66.0.tar.gz
Algorithm Hash digest
SHA256 b900e63a0e26c05ea9a6d5a3a5a0a177cb64c5011887bf43edb8c3ed2c38d363
MD5 ccd92edfc4187c20bc6cb33726389f33
BLAKE2b-256 aea0570e3dc53e5602b49108f62a13e529f1eec8bfc7ef37d49c825924dcf546

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0.tar.gz:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: numba-0.66.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for numba-0.66.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d426178fb991a85714c43112a8ea7b9d9579ea856ad8dcdb9c1c3941903ba5be
MD5 b7616495bbbc358863d8a71151099c5a
BLAKE2b-256 4cf2dca53d50b8f2289dd01954ace9da261e0487d5b74b188b4304e4ecc3492c

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp314-cp314t-win_amd64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c1144ba1720ea59ad79f4f488ed54d149b2613b357f7e445678b7d0739c70e9
MD5 82bde0301c559341105084c14e7641d6
BLAKE2b-256 613a9b363287b85fcd4537ea3878793822878b2ac1008a78159d2096fea628de

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 651a2b53298340956db26ecbe7ab043106b50a40c2807e66d617a4917245a4ab
MD5 0d180e74a03223c07172c333cf0ca0fa
BLAKE2b-256 39fde9c9680a3813f3d781c20e5d53c1074801b787d4feecca0472fdd7c05ce1

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp314-cp314t-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp314-cp314t-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 db7735d15ea17a283d6485b9fa3504769f78fd86e5146638ad5e8da57c031b9e
MD5 cfd00d7774757e36b91c226ebe1ae4c2
BLAKE2b-256 106f5e77a7397a37dd16f57a7b72e7e470db5227b68e3639df0d13a8e674883d

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp314-cp314t-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: numba-0.66.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for numba-0.66.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bd57790acd20f6a468e0ad333ef6b82355e309a92310fb7dff80e919f01a21a9
MD5 9598c2a508625f8531b7073b6d64214e
BLAKE2b-256 66c5b46ad28ac3681d035ea21365c5e052149062e1a0a9affd0563d2760ea6ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp314-cp314-win_amd64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 63b943eb2c9ba371908ce2cd6dfc643db51fc40f7966993376a1701bc922f537
MD5 1ed89ddfb7174d71d981d4ddc2ac4b40
BLAKE2b-256 9399edebf7de890b73973d839dd971cf73734adfb81ffa1b4504f84b9059c3e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e2b101f23b8b63978d334574d2039f27f0dccfe1d891756f33a2e2f3e4c88cf4
MD5 a590183fca3b8364a1b6323524355315
BLAKE2b-256 0f26885774c006de6620ed3d10f45d8e20fe0b8e6aad6d573211a2cbc8b3e528

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 46ae5f2b19e2af3c33c2df100306a90ea2f981c8158b0390f8bf6c20eee7357e
MD5 2c379917e07334a054acb3bb28a428ee
BLAKE2b-256 967a7e0e73550eb4e41ede6e72fb5371f4539537a4d770a3b73fa9b61aea0622

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp314-cp314-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: numba-0.66.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for numba-0.66.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c5bfe5350284509ab0474390321454c3a8627a188af5b68c910e83df3e2db4a7
MD5 f7329aaf307a0eeec1136eb11e6747d5
BLAKE2b-256 837ecea7710e96913d3c7f2999f16db1b28e6c5be5171cbf40f77f98333a7243

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp313-cp313-win_amd64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cdf506775d9f02eb92a87bf5c5b1e0d25506fd18cafd769f4ed914a8feac73e7
MD5 1e29491b094de78120225b56fc470863
BLAKE2b-256 d0ec5b51457cbe96e4831141d83e892e65191b23a1b78728456c62909d231ace

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 939316d5d8619751207b8972a67852b5a7646665298cb4de693cd6bf135152f4
MD5 50e9fe5223596e350c0f05b467d10003
BLAKE2b-256 44b5e930010965568fe7f2c6c962fd2849d458cb9f62c3ab7584af8a19a2b40a

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 380b2556a2019ccd1e956ae77dd257eaa39403f7520768b626d44b755112785e
MD5 99dacd9568c820d8e3939238f3e0b7df
BLAKE2b-256 0352176c02d005c5c5143cde10a85bbcdcb6236d9e34c3aac089380e0506cd1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp313-cp313-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: numba-0.66.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for numba-0.66.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b075a4e7ebc43dc6294f223e2821659656209fd5e0ce53245877c23d66d6e1a9
MD5 ddf53c9ba91467893ff8f861661038e1
BLAKE2b-256 fceb9e6171e378822ab191c7abcfd3d8cfc8644516f6c7834c22e210e4acc070

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp312-cp312-win_amd64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 efe0d2d5099790df945e0cb6e1b3104bd965d7bbfac50d62f1d5d1d6ade0825d
MD5 ac12d33065294c698d63364afd49a876
BLAKE2b-256 71efa82d6fd6bf1b0fe461651e924d3647eeec9ac17f8eee4896264bf7480930

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0999e3ee1b18c48e1fb51d11af35ef59852c7f4f50569c9550c25faef0616ad1
MD5 5758c3b30b5a8d7af654d2a25287ea7b
BLAKE2b-256 2d5525c319845e9a4e08f16611ddbda56a192eb7b6ed13e1a2bff2da272ffb97

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 53ca5900b7cab15109796030113a6b28576bae5ad7bb507ad6dd1360ddd81ba4
MD5 4dbbc86e0ce59ee5f5cda8b108f29128
BLAKE2b-256 62a370deb7f88461c1cd5d16aa990c2380604102661a427667b8950dcdccc27f

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp312-cp312-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: numba-0.66.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for numba-0.66.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fb601841d9e02e6237bb6522e36d0741614be3cfe2b482a6f00a41b5ba209443
MD5 73659035dacd7a6c602601c0a3cd6a27
BLAKE2b-256 5ec99476940bc6d5caf5c0cf2e4c5feecbf01244bbe6f914614082dd7a3e520e

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp311-cp311-win_amd64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aac69f3ccb8af100f5913c1241edc9692bad1cdd2508721713f426eb06c9a659
MD5 bf564617cf5a29bdbec33087ada383e2
BLAKE2b-256 04208c51126025211659235b8de2866dfa226984ae0c8273461a3cf374716741

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 fc6629becb21a867d85401ec89f426dd24c484a4193ade8a38309debfd1529ca
MD5 3d2762b0ee0693c0e897ae544de0e814
BLAKE2b-256 8c9933a6ed9c1a0b5e42efa98eb0edf617d61dca576c82625947377b1d4540c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 bbd531c327557a9004507fa6bff06c53ab51a7a5776b75261bb9cef1efe2b2ea
MD5 ade883898f4180399d3f749094bf2149
BLAKE2b-256 9e02970796b4daa709604cde22e87a7cda9bde473c278ea4a75f59fe38cee47f

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp311-cp311-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: numba-0.66.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for numba-0.66.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2338cc0d43609fe448930848fd35a5bc688761b986f81b597a6f45cc0f8c9577
MD5 ffd24c34d502bff5ad5945588fed2677
BLAKE2b-256 340124dcdc3e919522e2efbd92969c281ff40deb1d5f8a994bcd0057081c158c

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp310-cp310-win_amd64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c14c044c06b453ec3fa7715dfe75425e2ba72c73377a7ffde6d9ec511dfd94c
MD5 35ce9e0d5b5fc07997ea37b9b5daee57
BLAKE2b-256 1cb2a051b96626bdf5c4d8fa6b8d450605c09638d85dc872ab63ef9a67096dca

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 cc408c54b450f41582f4be1608f8981c1dcc44c7f40355cc150dd93015753407
MD5 bcbbb8a325538e6e58ad925717861aba
BLAKE2b-256 36e4b780bfa9191410da50ba249cb3248a75014e17f611e72709cbddcb21f42d

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file numba-0.66.0-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.66.0-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 27951c47e0def9bf8afe580eb961102902e2fd23cb77924b7d9d7cc0f8b444cb
MD5 cc2d7d7465ea511b212797cd7f5aabdf
BLAKE2b-256 2b48d139bde40f2359351bfe26ee1b261937f458ac177ab810d4f045ae1c9d92

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.66.0-cp310-cp310-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/numba

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page