Skip to main content

compiling Python code using LLVM

Project description

Gitter Discourse Zenodo DOI 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.65.1.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.65.1-cp314-cp314t-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

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

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

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14tmacOS 12.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

numba-0.65.1-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.65.1-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.65.1-cp314-cp314-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

numba-0.65.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.5 MB view details)

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

numba-0.65.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13macOS 12.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

numba-0.65.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.5 MB view details)

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

numba-0.65.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12macOS 12.0+ ARM64

numba-0.65.1-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

numba-0.65.1-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.65.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11macOS 12.0+ ARM64

numba-0.65.1-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

numba-0.65.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.4 MB view details)

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

numba-0.65.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

numba-0.65.1-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.65.1.tar.gz.

File metadata

  • Download URL: numba-0.65.1.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.65.1.tar.gz
Algorithm Hash digest
SHA256 19357146c32fe9ed25059ab915e8465fb13951cf6b0aace3826b76886373ab23
MD5 559d0b6bfe5b3ddcec3b875850812fee
BLAKE2b-256 f6c5db2ac3685833d626c0dcae6bd2330cd68433e1fd248d15f70998160d3ad7

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1.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.65.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: numba-0.65.1-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.65.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 20609346e3bd75204950dcbbfe383a8d7dbf4902f442aedbf00f97fef4aa8f38
MD5 36c99da83ce51c0ac58cbcfc78738b48
BLAKE2b-256 32368be7118ffd4c8440881046eac3d0982cc5ab42909508cf5d67024d62a2e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ee7676cb389555805f9b9a1840cbcd1ea6c8bd5376ab6918e3a29c5ea1dbda20
MD5 74d9a97d3aad9f09211615e5b32f31d6
BLAKE2b-256 a3830dad21057ece5a835599f5d24099b091703995e23dbbf894f259e91c010b

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 78abc28feff2c2ff8307fff3975b6438352759c9acb797ecd6b1fb6e7e39e31d
MD5 1f05354f58be3aecae6b94ef9e411861
BLAKE2b-256 033698ddbcf3e4f04a6dd07e1c67249955920579ba4af6bb6868e3088f4ed282

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp314-cp314t-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp314-cp314t-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 548dd4b3a4508d5062768d1514b2cd7b015f9a25ec7af651c50dee243965e652
MD5 cbfac6bdba810a04f05c2a3e202438d6
BLAKE2b-256 817bc1a341a9067367778f4152a5f01061cf281fb09582c92c510ec4918cabf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: numba-0.65.1-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.65.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2a20fcdabdefbdacf88d85caf70c3b18c4bcb7ebb8f82e6a19486383dd26ab63
MD5 735ee5b18f8969d1f06897f2f7c58525
BLAKE2b-256 56463f7fc04fb853559e74b210e0b62c19974ec844cefec611f9e535f4da3761

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a07635e0be926b9bdbffb09137c230fb13f6ec0e564914ba937cee12ce3eb35
MD5 2c3b972672bd9fd0c2790c676cdadbc3
BLAKE2b-256 0990b0f09b48752d23640b8284f22aa597737e8adaddc7fbfacc4708b7f73a4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 71e73029bf53a62cc6afcf96be4bd942290d8b4c55f0a454fb536158115790f7
MD5 773f72ba495153d2187b9ecf4f5e604a
BLAKE2b-256 8796f3eb235fafa82a34e2ab5dd7dc9ffff998ebf5f0bbc23fa56a96aeb44da6

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 33f5eb68eb1c843511615d14663ce60258525d6a4c65ab040e2c2b0c4cf17450
MD5 d92fc008b5c750cf264b226dbe219852
BLAKE2b-256 4f2e8aed9b726d9ba5f11ad287645fd479e88278db3060a25cb1225d730eb2b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: numba-0.65.1-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.65.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 85be74c0d036842699a30058f82fb88fc5ffdc59f7615cab5792ea92914c9b62
MD5 b74cdc2faa49e8fad2129518969285e5
BLAKE2b-256 fda503c970d57f4c1741354837353ce39fb5206952ae1dba8922d29c86f64805

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 594a8680b3fadac99e97e489b1fd89007177e5336713745c3b769528c635a464
MD5 ee2164585cbf7bf529b6971b69286462
BLAKE2b-256 6208e16a8b5d9a018962ebb5c66be662317cde32b9f5dab08441f90bed5522fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c09f49117ef255e1f1c6dad0c7a1ed39868243862a73be5706793241a3755f1b
MD5 8a222e139aac1fea8b51e5622187103b
BLAKE2b-256 a022b8d873f6466b20aa563fc9b33acd48dec89a07803ddaa2f1c8ca1cd33126

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 1735c15c1134a5108b4d6a5c77fc0947924ea066a738dc09a52008c13df9cad3
MD5 528696268818d7ee838b8fe2fdf926d4
BLAKE2b-256 793714a4579049c1eb673afd0de0cb4842982acd55b9ce2643e763db858bcea0

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: numba-0.65.1-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.65.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5971c632be2a2351500431f46213821dba8d02b18a9f7d02fd36bd2743e41a6a
MD5 575662d4e3b48ffaf70a17a80df2b241
BLAKE2b-256 db9e3c679b2ee078425b9e99a91e44f8d132a6830d8ccce5227bc5e9181aeed8

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90ca10b3463bae0bd70589726fe3c77d01d6b5fc86bee54bcdf9fb6b47c28977
MD5 f4aef779cf7d05f4b5c304f4b10fdad7
BLAKE2b-256 4636246f73ec99cfeab2f2cb2ce7d4218766cc36a2da418901223f4f4da9c813

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 52bc6f3ceb8fcaff9b2ae26b4c6b1e9fee39db8d355534c0fe4f39a901246b84
MD5 7d075f2a2205f28769e5938c1050ba33
BLAKE2b-256 6947a415af0283e4db0398104c6d1c11c9861a98dc67a7aa442a7769ed5d6196

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 ac3f1e77c352dd0ea9712732c2d8f9ca507717435eec5b5013bf138ac33c4a08
MD5 396d30558c23152a46905a82ec7c96a8
BLAKE2b-256 57bc76f8f8c5cf9adee47fdb7bbb03be8900f76f902d451d7477cf12b845e1de

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: numba-0.65.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.7 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.65.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 df40a5028a975b9ea66f6a2a3f7abbdbd541a863070e34ed367aff21141248e4
MD5 38bcbe73719861e95af6069e72c3723f
BLAKE2b-256 bd9aaf61ec03b3116c161fd7a06b9e8a265729a8718458333e8ffbb06d9a3978

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ed425a43b0a5f9772f2f4e2dd0bbd12eabecae1af0b24efcfd4e053f012aac6
MD5 4d02a8096b80b56eeaa6db6dd7ea38b5
BLAKE2b-256 49aa4361698f35bf63bff67dfe6c90493731177f48ede954f77b0588731537bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f80ed83774b5173abd6581cd8d2165d1d38e13d2e5c8155c0c0b421784745420
MD5 3de1648c1e2141e1de37ac6eb6223d0b
BLAKE2b-256 440b0615dbedb98f5b32a35a53290fbdc6e22306968109278d7e58df82d7a9f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 7020d74b19cdb8cff16506542fdd510756e28c5e7f3bd0b7f574f0f42272fcd9
MD5 6c71f723bf3c7aca944a9608d1911ace
BLAKE2b-256 96b3650500c2eab4534d98e9166f4298e0f3c69c742afdf24e6eabccd1f16ad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: numba-0.65.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.7 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.65.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c63aa0c4193694026452da55d0ef9d85156c1a7a333454c103bb30dec81b7bf8
MD5 4e4f570df25b72679095ad6b830653bb
BLAKE2b-256 0952ee1d8b3becda384fe0552221641e05aa668a35e8a77470db4db7f6475000

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 973fd8173f2312815e6b7aaae887c4ce8a817eeff46a4f8840b828305b75bc95
MD5 f29d190ce27b166578fe8013fb48d1d0
BLAKE2b-256 9c1ba813ddc81def09e257d2b1f67521982ce4b06204a87268796ffc8187271c

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5f098109f361681e57295f7e84d8ab2426902539a141811de0703ace52826981
MD5 493263ce36a27a04647e87dc80e3ac9a
BLAKE2b-256 0fa41831836814018a898e7d252aebe09c0f3ce1f26d145b68264b4ae0be6822

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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.65.1-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for numba-0.65.1-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 9d993ed0a257aa4116e6f553f114004bcfdee540c7276ab8ea48f650d514c452
MD5 df1040868e3da227d8d3314026e2039f
BLAKE2b-256 de1b3c5a7daf683a95465bf23504bcd1a2d5db8cd5e5e276ca87505d020dffe9

See more details on using hashes here.

Provenance

The following attestation bundles were made for numba-0.65.1-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