Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Azure Pipelines Coveralls.io Readthedocs.io

A Lightweight LLVM Python Binding for Writing JIT Compilers

llvmlite is a project originally tailored for Numba’s needs, using the following approach:

  • A small C wrapper around the parts of the LLVM C++ API we need that are not already exposed by the LLVM C API.

  • A ctypes Python wrapper around the C API.

  • A pure Python implementation of the subset of the LLVM IR builder that we need for Numba.

Why llvmlite

The old llvmpy binding exposes a lot of LLVM APIs but the mapping of C++-style memory management to Python is error prone. Numba and many JIT compilers do not need a full LLVM API. Only the IR builder, optimizer, and JIT compiler APIs are necessary.

Key Benefits

  • The IR builder is pure Python code and decoupled from LLVM’s frequently-changing C++ APIs.

  • Materializing a LLVM module calls LLVM’s IR parser which provides better error messages than step-by-step IR building through the C++ API (no more segfaults or process aborts).

  • Most of llvmlite uses the LLVM C API which is small but very stable (low maintenance when changing LLVM version).

  • The binding is not a Python C-extension, but a plain DLL accessed using ctypes (no need to wrestle with Python’s compiler requirements and C++ 11 compatibility).

  • The Python binding layer has sane memory management.

  • llvmlite is faster than llvmpy thanks to a much simpler architecture (the Numba test suite is twice faster than it was).

Compatibility

llvmlite has been tested with Python 3.10 – 3.15 and is likely to work with greater versions.

As of version 0.48.0, llvmlite requires LLVM 22.x.x on all architectures

Historical compatibility table:

llvmlite versions

compatible LLVM versions

0.48.0 - ……

22.x.x

0.45.0 - 0.47.x

20.x.x

0.44.0

15.x.x and 16.x.x

0.41.0 - 0.43.0

14.x.x

0.40.0 - 0.40.1

11.x.x and 14.x.x (12.x.x and 13.x.x untested but may work)

0.37.0 - 0.39.1

11.x.x

0.34.0 - 0.36.0

10.0.x (9.0.x for aarch64 only)

0.33.0

9.0.x

0.29.0 - 0.32.0

7.0.x, 7.1.x, 8.0.x

0.27.0 - 0.28.0

7.0.x

0.23.0 - 0.26.0

6.0.x

0.21.0 - 0.22.0

5.0.x

0.17.0 - 0.20.0

4.0.x

0.16.0 - 0.17.0

3.9.x

0.13.0 - 0.15.0

3.8.x

0.9.0 - 0.12.1

3.7.x

0.6.0 - 0.8.0

3.6.x

0.1.0 - 0.5.1

3.5.x

Documentation

You’ll find the documentation at http://llvmlite.pydata.org

Pre-built binaries

We recommend you use the binaries provided by the Numba team for the Conda package manager. You can find them in Numba’s anaconda.org channel. For example:

$ conda install --channel=numba llvmlite

(or, simply, the official llvmlite package provided in the Anaconda distribution)

Other build methods

If you don’t want to use our pre-built packages, you can compile and install llvmlite yourself. The documentation will teach you how: http://llvmlite.pydata.org/en/latest/install/index.html

Download files

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

Source Distribution

llvmlite-0.50.0rc3.tar.gz (194.6 kB view details)

Uploaded Source

Built Distributions

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

llvmlite-0.50.0rc3-cp315-cp315t-win_amd64.whl (43.0 MB view details)

Uploaded CPython 3.15tWindows x86-64

llvmlite-0.50.0rc3-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (59.7 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

llvmlite-0.50.0rc3-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

llvmlite-0.50.0rc3-cp315-cp315t-macosx_12_0_arm64.whl (40.5 MB view details)

Uploaded CPython 3.15tmacOS 12.0+ ARM64

llvmlite-0.50.0rc3-cp315-cp315-win_amd64.whl (43.0 MB view details)

Uploaded CPython 3.15Windows x86-64

llvmlite-0.50.0rc3-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (59.7 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

llvmlite-0.50.0rc3-cp315-cp315-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

llvmlite-0.50.0rc3-cp315-cp315-macosx_12_0_arm64.whl (40.5 MB view details)

Uploaded CPython 3.15macOS 12.0+ ARM64

llvmlite-0.50.0rc3-cp314-cp314t-win_amd64.whl (43.0 MB view details)

Uploaded CPython 3.14tWindows x86-64

llvmlite-0.50.0rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (59.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

llvmlite-0.50.0rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

llvmlite-0.50.0rc3-cp314-cp314t-macosx_12_0_arm64.whl (40.5 MB view details)

Uploaded CPython 3.14tmacOS 12.0+ ARM64

llvmlite-0.50.0rc3-cp314-cp314-win_arm64.whl (37.4 MB view details)

Uploaded CPython 3.14Windows ARM64

llvmlite-0.50.0rc3-cp314-cp314-win_amd64.whl (43.0 MB view details)

Uploaded CPython 3.14Windows x86-64

llvmlite-0.50.0rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (59.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

llvmlite-0.50.0rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

llvmlite-0.50.0rc3-cp314-cp314-macosx_12_0_arm64.whl (40.5 MB view details)

Uploaded CPython 3.14macOS 12.0+ ARM64

llvmlite-0.50.0rc3-cp313-cp313-win_arm64.whl (37.4 MB view details)

Uploaded CPython 3.13Windows ARM64

llvmlite-0.50.0rc3-cp313-cp313-win_amd64.whl (41.9 MB view details)

Uploaded CPython 3.13Windows x86-64

llvmlite-0.50.0rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (59.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

llvmlite-0.50.0rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

llvmlite-0.50.0rc3-cp313-cp313-macosx_12_0_arm64.whl (40.5 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

llvmlite-0.50.0rc3-cp312-cp312-win_arm64.whl (37.4 MB view details)

Uploaded CPython 3.12Windows ARM64

llvmlite-0.50.0rc3-cp312-cp312-win_amd64.whl (41.9 MB view details)

Uploaded CPython 3.12Windows x86-64

llvmlite-0.50.0rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (59.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

llvmlite-0.50.0rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

llvmlite-0.50.0rc3-cp312-cp312-macosx_12_0_arm64.whl (40.5 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

llvmlite-0.50.0rc3-cp311-cp311-win_amd64.whl (41.9 MB view details)

Uploaded CPython 3.11Windows x86-64

llvmlite-0.50.0rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (59.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

llvmlite-0.50.0rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

llvmlite-0.50.0rc3-cp311-cp311-macosx_12_0_arm64.whl (40.5 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

llvmlite-0.50.0rc3-cp310-cp310-win_amd64.whl (41.9 MB view details)

Uploaded CPython 3.10Windows x86-64

llvmlite-0.50.0rc3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (59.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

llvmlite-0.50.0rc3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (58.3 MB view details)

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

llvmlite-0.50.0rc3-cp310-cp310-macosx_12_0_arm64.whl (40.5 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

File details

Details for the file llvmlite-0.50.0rc3.tar.gz.

File metadata

  • Download URL: llvmlite-0.50.0rc3.tar.gz
  • Upload date:
  • Size: 194.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for llvmlite-0.50.0rc3.tar.gz
Algorithm Hash digest
SHA256 8e119a0db1426c994c104672bf5e728126bd3f7c1597c53455e3fc1eac41d76f
MD5 5f3967e187efb99ab885d15fd677ccd4
BLAKE2b-256 868d7696c3af0858fa451e48c44f60126511a07289850bdb21b2426a6fffac1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3.tar.gz:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp315-cp315t-win_amd64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 34cc06fe019c308595e47cd69e06f2386d06e01cb76cb9db5b4e29f01a32bb1e
MD5 64582e5b923fe075cf89ccf4f73da1ef
BLAKE2b-256 90e56ac7135c0838bac7c04c4939cbabce9782a4a6824e1aef76ddc18b7a5d70

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp315-cp315t-win_amd64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eebc20753fc93a3c7682eee9eee88f5226874035b15fb64470a7fa6c9b6e6423
MD5 22375929cee16be981218f21ed20855d
BLAKE2b-256 9ea3cb6b31d96f966269da74e3583cb3155d469c6c3b8680d7feda071d170ad6

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1badbef743808be7dab465d534e5b8aadfb1fbbdb669c0a87cec888deb0eb24f
MD5 a676f5893b2cfc6d24a01a10a2f63cf0
BLAKE2b-256 40eba0d4bdc6b67aa4d25e22e4cf47b5650a75cf4d9724bac0b63439122712c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp315-cp315t-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp315-cp315t-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 c998a57b7115d0a5beb9ff7a7ec1fd3617e7edefbbf4c2f7ee7a4d1005271908
MD5 f1415c3ca62dee106b978004cdaa06ea
BLAKE2b-256 e904897f867830d8b69a9e0e81d23502129767d9b534b1bbc37e34a57209c864

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp315-cp315t-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp315-cp315-win_amd64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 fafff61cbd4745f70e9395ca54ed67afc5a32d0326ddec8f0a81bc08cff5ac0f
MD5 be80f0d4cb6c6becc94774fc52348579
BLAKE2b-256 40a2e6bf9691eb853f125254e0a21516b62abedb3b371b0b8c1a1badb4f15d89

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp315-cp315-win_amd64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bbb51ac14675c1bc8d60f9795cc418e15c023d2152d65d7eac57c3ed920b1760
MD5 15421c8592e762ce9d49cc11d48f1778
BLAKE2b-256 c6769467392ff7c76059232d4740ecf4ac457b5ead443c155480a47e7b38ab09

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp315-cp315-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp315-cp315-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2dbbce78e2d97b400213e745b2146fd5c74e06ed945ad7dbd6629d09be34891e
MD5 5668d40f90108a0ab3f749c447882d98
BLAKE2b-256 5000d374054d4e5a070623c7fe8d0171239dbea29c83cf6c87e1275454573d54

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp315-cp315-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp315-cp315-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp315-cp315-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 721908f18f6dc9a603be66f2baf85125d34b40fd238bc0cae755e9e8b96d21c4
MD5 8ca619ceeac3d11138b1b761a9aff6a2
BLAKE2b-256 f3bcfc65c1af63e743e5e204830a98b27112023624e6275f20d3f4c91f5eb759

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp315-cp315-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 4726cbc2d5b8b197e9fde259dabcf7e8fb909ed219bd4bef57c35dee87577f1a
MD5 ad866dd43c722dccbe6283c24d57503d
BLAKE2b-256 8461cf34ec74717c5a37fa87ebef02f7bef6129692992da71b526ffd237a709d

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp314-cp314t-win_amd64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 579e50562bc5c3d50cfdc7aa6d7e95c468f735c90403932f83c80ed6596f6e36
MD5 83e08bf7328cbf40655a0876654c5e9c
BLAKE2b-256 17b6fedca5be30965a879d7852d723f60598471c6c7d58a8cdc9b4cda291f47d

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb51002d3e604e4afcc94264553d73bde51f243fba060f9a9aff61d77c4b40f0
MD5 12671cf3038298b22c676ab0d8b8e15c
BLAKE2b-256 530821383579913a124caf7645d60148d40938b1b2d166c368340bd6ec46dc76

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp314-cp314t-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp314-cp314t-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 3c9ce411dc8dbb373000de7b408bfaafdd47ab73f66ea3096d93da7d4c70d8e9
MD5 368ace9c5a070200b2216e538cedcb82
BLAKE2b-256 a61ccfa3db49c6900b9e6182c7f7d5d7245653415454347c0666293bfebf7eff

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp314-cp314t-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e3d849afbaaa91b833d225cfe77a0f7eec3b3362083807ba906bc8b277352d14
MD5 ded689134787f854cc5151106d069292
BLAKE2b-256 5969b4a344119a98a9cf9196c2aea8ccdaff0d8135ee3ecb974a43cf17dbad3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp314-cp314-win_arm64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 dde0d40c5ac155147ba6c5c1f0c529d8757781012d73fd91bf261d2ed181f74b
MD5 f11437ff708d58c62d984fcd12a5d051
BLAKE2b-256 f2b365733de18411f5d44b424782f34f88b266fa6bc7b0952be0f61576fca829

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp314-cp314-win_amd64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c0957d5f8481415b7987511866971d182e77320e663df2a85dd4a1b12e930d1
MD5 1f8cb487aa765322f91a496ef34cb193
BLAKE2b-256 95da915241c28bb4a30d505c118ad06b578d64023ee6bf3b2c2d20850c7a264b

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 15b142fcd53eb6c19d1ec02b93e55f09cbf380220e100d80e716f7251f5f32a9
MD5 0897ac4e092d49e125f34e70ec7aeecc
BLAKE2b-256 c95d11fa67d6464b1ac3dd4c51079c2748722ac9579b208e267d8b65bc2d0c91

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp314-cp314-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp314-cp314-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 4b72b7e2b7035a36e5c28cc1557dec04577beeed041d8fcf9df11c8119bc144b
MD5 5478cf2c005db18349de0a3b4e6314a7
BLAKE2b-256 9a9d73200aa1b685cde60658dc7c067da6eff00bd72b145cceeba086e59257de

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp314-cp314-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 023151960cc6c248638b099ffb969ffd5ae6ae02babcf4781096dced9ef8d2d6
MD5 7d46af8deefc103e7f53cd4eb2932cd2
BLAKE2b-256 6fa00d3f0baaed17001311d3f633367f71892142b7a20e077b511e1fd4c4bd68

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp313-cp313-win_arm64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6a5b9af9c7f8221fd2856422ca119cf8c43dbb8c5f8431af24524d37b482d836
MD5 ca703c5bb23dc195aeeda76f488451cf
BLAKE2b-256 7e5980e69556936db079e5bd3cf9573b26e16588d684c448deaa4768156ba62a

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp313-cp313-win_amd64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91c048827c4e1ac5606f66310b5b15185782303458e6b47168a197e0c5c0df73
MD5 34282c193fb8331dac08033d047cc5d7
BLAKE2b-256 397bd08a47532ec1df48a5b50f5f94f0c1e20148168e89b793e6c68a214d346a

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31985cf6621f5c6bf617957ef1509c280b1c6d7a59c9fd201040bfa69b49fa49
MD5 ac551aa69dab7f987c1e7a7dfaabb9ac
BLAKE2b-256 92e942032b4546384640804a0e812f43b4d3384e7220592249cba0c67c61c44f

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 f297079b235b5780ea939f4292d559add785a357a05ffddb7d8d3e4d1596b1c0
MD5 b5797ee5fb8f75e20d30c4c3735eea4b
BLAKE2b-256 2a7511c048967e2dde4120a356cf9a46077b530c546f522e4bdd796835bb5bc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp313-cp313-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 c23f8f2ed86ecfe6f12c78bacbdb9219a46ab673eca49e32829dabbb5916bc7a
MD5 b5363f7a4e2146a26f640d919753d980
BLAKE2b-256 998cb0e7864b4fad5e4dd0b751d03ab465f1b9e47b6509d8c11ad9c1cb101a37

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp312-cp312-win_arm64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 802f0f2ac34ce3d133b707daa9ad0411e59fd72a4a087a870c88bdd717a1bcc7
MD5 d74049db26aa8255cea8e872abd6bcaf
BLAKE2b-256 f4185b38656c1ded2ea728568a417eba31f11b136d71dd3262e6ea5ae1465e31

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp312-cp312-win_amd64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4fd0a4589777f0e6095e02b1d14ca8c1cdb02379b98ebff215153df6c377aff3
MD5 596519559d1ff5f424bfbf1e60f12288
BLAKE2b-256 dde8ab224638504b9409786aa5d3dd5e608683e58f0290a23e47cf02a54dd864

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5ee5618eee765fc1528894bd6ea361f065bf00cd9fd062de046235b9e33a795d
MD5 8a85c445f6b700459a65c61221b8c5b5
BLAKE2b-256 67371a1c2338d85732c1dc374f9685adae2435f4fa49ca2ae9fd51fd5a8b8f77

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 10a3fb36261ac61dc240258efafce370a18b31238cf40ec13c24810a59210242
MD5 003a082df276594b018f9ae5f02461c4
BLAKE2b-256 4960ce600db3e35e65f319337d48ca78307f7455da02b47dbae36a0f4f42a155

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp312-cp312-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 37892a03aab715c802105de2ddff493a3f8893c54610e50a6c4acdf9ecdba803
MD5 0df27dac4c3f725330eb806308152166
BLAKE2b-256 f8403b67bd99e2a79aaf1196b92b3651b2994772202ae418474ee6bfcfea3980

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp311-cp311-win_amd64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 51adf1691a653d591a7a5ac84f08560768118bf85ffa0c8debf73c8e586cccf3
MD5 4c7e0c9c098d66bff8107119e28fc517
BLAKE2b-256 193bc41dd293d5249af43ef845ab4c5abc24efd620eac440dbdfaf6454ee658b

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 114953f7bd1d16b658c38e70e624318e1787e5569de087b07a1c038b3a32d9f1
MD5 bd84e76f2db6f9d543b573bbf261d570
BLAKE2b-256 6a417062978439b75da6a73afd28f73a32994d74fcc76bfa0fd3f030ab7ea8b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 092cb1a0108261500bd62f9ceb9035ecaa1e96667c02d61ad819fe1eeadb7806
MD5 0251c68d6b319065f36391cfaf9179ab
BLAKE2b-256 1c97ce9fcf3b29603cb32d1466d3b859df57c80cadac71e21daf9677a3a80003

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp311-cp311-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4fc78126f4b444e5620f6e1f0ae34d5f307ddb9c04ecf54e604d92ac8bcc9fc3
MD5 8549f71ec589520bc2a6486333201641
BLAKE2b-256 b57b3c85fc25ab2252f8b6936c6daed53c8e9c99f0f6ea8cfa346a9839799f19

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp310-cp310-win_amd64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70e9b73b62dd1bf8872209f837695c402c7a3309a0f92b84da928ae125027a0e
MD5 0a881e0b2e75a9dfe1d9cd34d12dbbef
BLAKE2b-256 8b39dda8abd637119888dbd784e68aebe3f57453dffd84bb8e77800b56ea042c

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 21f63e139300ce9b6fc092ceaac667c1d1523a4b82a9c49b8706f3ddd51347e1
MD5 75ec41a36214cd31e68e3a62067171d4
BLAKE2b-256 e26d89c942b464245222ebeecd7da0e6ebec4cd45773f0c9e834f40dda38edc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

File details

Details for the file llvmlite-0.50.0rc3-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for llvmlite-0.50.0rc3-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 6db94094a67194c60312e877c207ca3c0540c84c60af19111154e97b3727d1bb
MD5 b2d12ac28fb1ca1cfc4e33f852b60d86
BLAKE2b-256 4cea28f5e4bc434c7fc32f91f3d7ff411576cef68f23714817dbc6893fe15a15

See more details on using hashes here.

Provenance

The following attestation bundles were made for llvmlite-0.50.0rc3-cp310-cp310-macosx_12_0_arm64.whl:

Publisher: upload_packages.yml on numba/llvmlite

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

Release history Release notifications | RSS feed

This release

0.50.0rc3 This release

36 files

0.49.0

26 files

0.48.0

25 files

0.47.0

25 files

0.46.0

21 files

0.45.1

21 files

0.45.0

21 files

0.44.0

21 files

0.43.0

21 files

0.42.0

21 files

0.41.1

24 files

0.41.0

24 files

0.40.1

24 files

0.40.0

24 files

0.39.1

28 files

0.39.0

28 files

0.38.1

28 files

0.38.0

25 files

0.37.0

19 files

0.36.0

21 files

0.35.0

16 files

0.34.0

16 files

0.33.0

16 files

0.32.1

16 files

0.32.0

16 files

0.31.0

26 files

0.30.0

21 files

0.29.0

29 files

0.28.0

25 files

0.27.1

10 files

0.27.0

21 files

0.26.0

21 files

0.25.0

21 files

0.24.0

21 files

0.23.2

16 files

0.23.0

16 files

0.22.0

16 files

0.21.0

16 files

0.20.0

16 files

0.19.0

7 files

0.18.0

7 files

0.17.1

4 files

0.17.0

4 files

0.16.0

1 file

0.15.0

1 file

0.14.0

1 file

0.13.0

1 file

0.12.1

1 file

0.12.0

1 file

0.11.0

1 file

0.10.0

1 file

0.9.0

1 file

0.8.0

1 file

0.7.0

1 file

0.6.0

1 file

0.5.0

1 file

0.4.0

1 file

0.2.2

1 file

0.2.1

1 file

0.2.0

1 file

0.1

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page