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.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.65.0-cp314-cp314t-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

numba-0.65.0-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.0-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.0-cp314-cp314t-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14tmacOS 12.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

numba-0.65.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.65.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.65.0-cp314-cp314-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

numba-0.65.0-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

numba-0.65.0-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.0-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.0-cp313-cp313-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

numba-0.65.0-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

numba-0.65.0-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.0-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.0-cp312-cp312-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

numba-0.65.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.65.0-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.0-cp311-cp311-macosx_12_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

numba-0.65.0-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.0-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.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.65.0.tar.gz.

File metadata

  • Download URL: numba-0.65.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.7

File hashes

Hashes for numba-0.65.0.tar.gz
Algorithm Hash digest
SHA256 edad0d9f6682e93624c00125a471ae4df186175d71fd604c983c377cdc03e68b
MD5 752d125b22716151cced2f174fdf3e3e
BLAKE2b-256 49617299643b9c18d669e04be7c5bcb64d985070d07553274817b45b049e7bfe

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: numba-0.65.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.7

File hashes

Hashes for numba-0.65.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 46fd679ae4f68c7a5d5721efbd29ecee0b0f3013211591891d79b51bfdf73113
MD5 97a82083e946e882f51e9f182ca189be
BLAKE2b-256 f5211e73fa16bf0393ebb74c5bb208d712152ffdfc84600a8e93a3180317856e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5046c63f783ca3eb6195f826a50797465e7c4ce811daa17c9bea47e310c9b964
MD5 8162cd378d15fce11d20f3e6c25e39a8
BLAKE2b-256 b0f5b8397ca360971669a93706b9274592b6864e4367a37d498fbbcb62aa2d48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c7fa502960f7a2f3f5cb025bc7bff888a3551277b92431bfdc5ba2f11a375749
MD5 e58abebc8b1118fb51fc2d1c49deb756
BLAKE2b-256 ffe58267b0adb0c01b52b553df5062fbbb42c30ed5362d08b85cc913a36f838f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp314-cp314t-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 194a243ba53a9157c8538cbb3166ec015d785a8c5d584d06cdd88bee902233c7
MD5 0717fc04d5495debad6aa119956e91e1
BLAKE2b-256 1eabaf705f4257d9388fb2fd6d7416573e98b6ca9c786e8b58f02720978557bd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: numba-0.65.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.7

File hashes

Hashes for numba-0.65.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 add297d3e1c08dd884f44100152612fa41e66a51d15fdf91307f9dde31d06830
MD5 e8b61597784516ef33fe86264bc7c8b2
BLAKE2b-256 735bfbce55ce3d933afbc7ade04df826853e4a846aaa47d58d2fbb669b8f2d08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 583680e0e8faf124d362df23b4b593f3221a8996341a63d1b664c122401bec2f
MD5 5f8cef04d526a478ad1d089bf4ae2597
BLAKE2b-256 1789abcd83e76f6a773276fe76244140671bcc5bf820f6e2ae1a15362ae4c8c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 05c0a9fdf75d85f57dee47b719e8d6415707b80aae45d75f63f9dc1b935c29f7
MD5 951ba66677a629d7e8edc7cd32fcea56
BLAKE2b-256 248de12d6ff4b9119db3cbf7b2db1ce257576441bd3c76388c786dea74f20b02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 ee336b398a6fca51b1f626034de99f50cb1bd87d537a166275158a3cee744b82
MD5 37d14d6e21d5006c17103e6cfa16ef6e
BLAKE2b-256 56a490edb01e9176053578e343d7a7276bc28356741ee67059aed8ed2c1a4e59

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for numba-0.65.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6254e73b9c929dc736a1fbd3d6f5680789709a5067cae1fa7198707385129c04
MD5 f391b9538704962fad7f6b71ab4dfa30
BLAKE2b-256 960e267f9a36fb282c104a971d7eecb685b411c47dce2a740fe69cf5fc2945d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af96c0cba53664efcb361528b8c75e011a6556c859c7e08424c2715201c6cf7a
MD5 42e30d7b9a32e2907aaadd3aedd0b680
BLAKE2b-256 b52c6a3ca4128e253cb67affe06deb47688f51ce968f5111e2a06d010e6f1fa6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b8a9008411615c69d083d1dcf477f75a5aa727b30beb16e139799e2be945cdfd
MD5 edc539a995582d561dea1fcdedc810b0
BLAKE2b-256 1b8f3d116e4b8e92f6abace431afa4b2b944f4d65bdee83af886f5c4b263df95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 c6334094563a456a695c812e6846288376ca02327cf246cdcc83e1bb27862367
MD5 e2f45eb48d13a08bc20a0c9a2b86e12d
BLAKE2b-256 8bf8eee0f1ff456218db036bfc9023995ec1f85a9dc8f2422f1594f6a87829e0

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for numba-0.65.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 59bb9f2bb9f1238dfd8e927ba50645c18ae769fef4f3d58ea0ea22a2683b91f5
MD5 5cf39de0df1f69ea051cb9cecb446a55
BLAKE2b-256 7d86db87a5393f1b1fabef53ac3ba4e6b938bb27e40a04ad7cc512098fcae032

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da8e371e328c06d0010c3d8b44b21858652831b85bcfba78cb22c042e22dbd8e
MD5 0a914b3c89d38d687b790d0b353c356d
BLAKE2b-256 0c61ce753a1d7646dd477e16d15e89473703faebb8995d2f71d7ad69a540b565

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a52d92ffd297c10364bce60cd1fcb88f99284ab5df085f2c6bcd1cb33b529a6f
MD5 019c8143bd7c74b6d46613e844087527
BLAKE2b-256 733688406bd58600cc696417b8e5dd6a056478da808f3eaf48d18e2421e0c2d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 b27ee4847e1bfb17e9604d100417ee7c1d10f15a6711c6213404b3da13a0b2aa
MD5 ddefcd2ca7d050ea0d8d4dcde7b67233
BLAKE2b-256 6c2f8bd31a1ea43c01ac215283d83aa5f8d5acbe7a36c85b82f1757bfe9ccb31

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: numba-0.65.0-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.7

File hashes

Hashes for numba-0.65.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 15d159578e59a39df246b83480f78d7794b0fca40153b5684d3849a99c48a0fb
MD5 9e33410476898112fbee049b915b5085
BLAKE2b-256 53ff1371cbbe955be340a46093a10b61462437e0fadc7a63290473a0e584cb03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af143d823624033a128b5950c0aaf9ffc2386dfe954eb757119cf0432335534c
MD5 a57261e470ec8eb69f80a7e67fb7b72d
BLAKE2b-256 fe0b7c63eb742859a6243f42288441f65ac9dac96ea59f409e43b713aafbe867

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 032b0b8e879512cd424d79eed6d772a1399c6387ded184c2cf3cc22c08d750a6
MD5 668af0ba5d61e1c7a673c8abbad3ff95
BLAKE2b-256 c1a711e2b24251d57cf41fc9ad83f378d890d61a890e3f8eb6338b39833f67a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 28e547d0b18024f19cbaf9de02fc5c145790213d9be8a2c95b43f93ec162b9e4
MD5 39d90ccf0d47788bdb9dd4de3e692d11
BLAKE2b-256 baced67c499703eb5479ce02420e8ccd65c5753d87d2e16d563f152d71405346

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: numba-0.65.0-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.7

File hashes

Hashes for numba-0.65.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 71e72e9ca2f619df4768f9c3962bfec60191a5a26fe2b6a8c6a07532b6146169
MD5 126b88c26a21ff818e3f865be911812a
BLAKE2b-256 d0065010939854249c290c6217e3fb7404914f4ed953f9923e340c3e166bcaf0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b7325b1aab88f0339057288ee32f39dc660e14f93872a6fda14fa6eb9f95b047
MD5 c7bc65cd4ddb402b31861143e69669bf
BLAKE2b-256 49edfe518c97af035e4ec670c2edc3f0ff7a518cbed2f0b5053124d7c979bd8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4c894c94afa5ffd627c7e3b693df10cb0d905bd5eb06de3dfc31775140cf4f89
MD5 f9b8c94fac3e1392276872fab50cf159
BLAKE2b-256 0795d6a2f0625e1092624228301eea11cdaff21ddcaf917ef3d631846a38b2f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for numba-0.65.0-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 dff9fd5fbc9a35c517359c5823ea705d9b65f01fb46e42e35a2eabe5a52c2e96
MD5 fd93b8e447ab7f1d93031f04b7d2515a
BLAKE2b-256 239be8453d93d5cb3f53cc956f135024be09d52f4f99643acaf8fdca090a8f3c

See more details on using hashes here.

Provenance

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