Skip to main content
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:

Release files for numba 0.56.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for numba 0.56.4
File Size Uploaded
numba-0.56.4.tar.gz 2.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for numba 0.56.4
File
numba-0.56.4-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
numba-0.56.4-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
numba-0.56.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
numba-0.56.4-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32 Details
numba-0.56.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
numba-0.56.4-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
numba-0.56.4-cp310-cp310-macosx_10_14_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.14+ x86-64 Details
numba-0.56.4-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
numba-0.56.4-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
numba-0.56.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
numba-0.56.4-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32 Details
numba-0.56.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
numba-0.56.4-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
numba-0.56.4-cp39-cp39-macosx_10_14_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.14+ x86-64 Details
numba-0.56.4-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
numba-0.56.4-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
numba-0.56.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
numba-0.56.4-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32 Details
numba-0.56.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
numba-0.56.4-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
numba-0.56.4-cp38-cp38-macosx_10_14_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.14+ x86-64 Details
numba-0.56.4-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
numba-0.56.4-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
numba-0.56.4-cp37-cp37m-manylinux2014_x86_64.manylinux_2_17_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
numba-0.56.4-cp37-cp37m-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Details
numba-0.56.4-cp37-cp37m-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
numba-0.56.4-cp37-cp37m-macosx_10_14_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.14+ x86-64 Details

Total release size: 78.6 MB

Release files / numba-0.56.4.tar.gz

Download URL numba-0.56.4.tar.gz
Size 2.4 MB
Tags Source
SHA-256 checksum
How to use checksums
32d9fef412c81483d7efe0ceb6cf4d3310fde8b624a9cecca00f790573ac96ee
BLAKE2b-256 checksum
How to use checksums
e21ede917b683bb5f0b6078fb1397293eab84c4eaa825fbf94d73d6488eb354f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp310-cp310-win_amd64.whl

Download URL numba-0.56.4-cp310-cp310-win_amd64.whl
Size 2.5 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
fbfb45e7b297749029cb28694abf437a78695a100e7c2033983d69f0ba2698d4
BLAKE2b-256 checksum
How to use checksums
faa1e9dad5793d45f08401aa6983a93d53423ce4a403ae333937fa2448b263b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp310-cp310-win32.whl

Download URL numba-0.56.4-cp310-cp310-win32.whl
Size 2.5 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
0611e6d3eebe4cb903f1a836ffdb2bda8d18482bcd0a0dcc56e79e2aa3fefef5
BLAKE2b-256 checksum
How to use checksums
a27028f2c417a3660784b0df35edea9ea9201663606c7cdcd3f81b32dae11321
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.56.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 3.5 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
4e08e203b163ace08bad500b0c16f6092b1eb34fd1fce4feaf31a67a3a5ecf3b
BLAKE2b-256 checksum
How to use checksums
58a4859605be01d9979fecde5e94ed6662d9a85853f9849f396d9a84455f4846
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.56.4-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Size 3.2 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
f4cfc3a19d1e26448032049c79fc60331b104f694cf570a9e94f4e2c9d0932bb
BLAKE2b-256 checksum
How to use checksums
dcb0b722cde279d5c879c1bb7a307337b16a25068818a4ff5ee2e01fd2c605b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.56.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 3.2 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
85dbaed7a05ff96492b69a8900c5ba605551afb9b27774f7f10511095451137c
BLAKE2b-256 checksum
How to use checksums
288d7b7dd56751eee1745c99dd6435d06c01ba40642cf3022b1c3e88d38a9dc0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp310-cp310-macosx_11_0_arm64.whl

Download URL numba-0.56.4-cp310-cp310-macosx_11_0_arm64.whl
Size 2.4 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c602d015478b7958408d788ba00a50272649c5186ea8baa6cf71d4a1c761bba1
BLAKE2b-256 checksum
How to use checksums
953941a11c34d56944f1bf49759f7e15d19d80508c0239ed9cd246a012374334
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp310-cp310-macosx_10_14_x86_64.whl

Download URL numba-0.56.4-cp310-cp310-macosx_10_14_x86_64.whl
Size 2.4 MB
Tags CPython 3.10 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
9f62672145f8669ec08762895fe85f4cf0ead08ce3164667f2b94b2f62ab23c3
BLAKE2b-256 checksum
How to use checksums
1a66de416cd8364c7e5cba8da9272809676e907e7045cdcb750f6ff5fff70c29
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp39-cp39-win_amd64.whl

Download URL numba-0.56.4-cp39-cp39-win_amd64.whl
Size 2.5 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
0da583c532cd72feefd8e551435747e0e0fbb3c0530357e6845fcc11e38d6aea
BLAKE2b-256 checksum
How to use checksums
9ee8d439b8eab78745573c3d4822954d081b793f2a7e17478d3d2c93a3709e2d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp39-cp39-win32.whl

Download URL numba-0.56.4-cp39-cp39-win32.whl
Size 2.5 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
14dbbabf6ffcd96ee2ac827389afa59a70ffa9f089576500434c34abf9b054a4
BLAKE2b-256 checksum
How to use checksums
7c00ff9a3f34c7862afe80b7ee5f1b78ff21271cf48d42a337d9669316b81b8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.56.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 3.5 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
0240f9026b015e336069329839208ebd70ec34ae5bfbf402e4fcc8e06197528e
BLAKE2b-256 checksum
How to use checksums
60145dbefc1cf3b6a4c36968e7391c341b32226c5d00757efd61fe5f3d96a32e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.56.4-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl
Size 3.2 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
03634579d10a6129181129de293dd6b5eaabee86881369d24d63f8fe352dd6cb
BLAKE2b-256 checksum
How to use checksums
ce44ec8efc38c4a64d84dbc508ab56d3c9e2faeb6ddfb9aa9afc1a3754d46ea1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.56.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 3.2 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
a12ef323c0f2101529d455cfde7f4135eaa147bad17afe10b48634f796d96abd
BLAKE2b-256 checksum
How to use checksums
aaeb2781f65d4523d7fbbbf85f0dd63b4e6dadcc441523065801c39f7908cf27
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp39-cp39-macosx_11_0_arm64.whl

Download URL numba-0.56.4-cp39-cp39-macosx_11_0_arm64.whl
Size 2.4 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c75e8a5f810ce80a0cfad6e74ee94f9fde9b40c81312949bf356b7304ef20740
BLAKE2b-256 checksum
How to use checksums
d6caf14d880e74a8f4581cc474e30c6c25b8d7febf3e95be7c5156c9c60daa39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp39-cp39-macosx_10_14_x86_64.whl

Download URL numba-0.56.4-cp39-cp39-macosx_10_14_x86_64.whl
Size 2.4 MB
Tags CPython 3.9 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
d0ae9270a7a5cc0ede63cd234b4ff1ce166c7a749b91dbbf45e0000c56d3eade
BLAKE2b-256 checksum
How to use checksums
dee8d948883e14f822a82d8113c3a074fadd5cf4cc920fcb8444ec57a5960f59
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp38-cp38-win_amd64.whl

Download URL numba-0.56.4-cp38-cp38-win_amd64.whl
Size 2.5 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
91f021145a8081f881996818474ef737800bcc613ffb1e618a655725a0f9e246
BLAKE2b-256 checksum
How to use checksums
226e880d8ae26f26a3ecce71922797cc09b3b8a4e5274adecd0793f9b59d50b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp38-cp38-win32.whl

Download URL numba-0.56.4-cp38-cp38-win32.whl
Size 2.5 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
03fe94cd31e96185cce2fae005334a8cc712fc2ba7756e52dff8c9400718173f
BLAKE2b-256 checksum
How to use checksums
23e678206b38a7cb823a09d5141e8d8f16701ec76d24a1bb2b91708ca890d6f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.56.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 3.5 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e64d338b504c9394a4a34942df4627e1e6cb07396ee3b49fe7b8d6420aa5104f
BLAKE2b-256 checksum
How to use checksums
e568f05524d613227589ecd666aaf6b27e39c9870cc1c50eb42b2ef2b4f8a65d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.56.4-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl
Size 3.2 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
720886b852a2d62619ae3900fe71f1852c62db4f287d0c275a60219e1643fc04
BLAKE2b-256 checksum
How to use checksums
446bb65f2f11f2bf83d49084bbf9d080139fcfcf8b27642fd76ba6eed23c1889
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.56.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 3.2 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3a993349b90569518739009d8f4b523dfedd7e0049e6838c0e17435c3e70dcc4
BLAKE2b-256 checksum
How to use checksums
f9050a6b011d041fb7120e48c8e41b7670e1e99d04bca578f58ba10d278929f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp38-cp38-macosx_11_0_arm64.whl

Download URL numba-0.56.4-cp38-cp38-macosx_11_0_arm64.whl
Size 2.4 MB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4373da9757049db7c90591e9ec55a2e97b2b36ba7ae3bf9c956a513374077470
BLAKE2b-256 checksum
How to use checksums
df06b363a48cf4893ea64de772c0de9d5200bed98f2c2d16dff886848de15f2a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp38-cp38-macosx_10_14_x86_64.whl

Download URL numba-0.56.4-cp38-cp38-macosx_10_14_x86_64.whl
Size 2.4 MB
Tags CPython 3.8 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
553da2ce74e8862e18a72a209ed3b6d2924403bdd0fb341fa891c6455545ba7c
BLAKE2b-256 checksum
How to use checksums
acae119514059a9ff6b95cda9e6d0a3540b987a939fa23077874fc0dd6f7ae45
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp37-cp37m-win_amd64.whl

Download URL numba-0.56.4-cp37-cp37m-win_amd64.whl
Size 2.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
42f9e1be942b215df7e6cc9948cf9c15bb8170acc8286c063a9e57994ef82fd1
BLAKE2b-256 checksum
How to use checksums
ad5ab79eda6012461c4dea6c5c4122c7438843d617f960d2d635f044a97ab912
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp37-cp37m-win32.whl

Download URL numba-0.56.4-cp37-cp37m-win32.whl
Size 2.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
fcdf84ba3ed8124eb7234adfbb8792f311991cbf8aed1cad4b1b1a7ee08380c1
BLAKE2b-256 checksum
How to use checksums
32759a2c33670e3c95530472c3f89f1f6617d68f47101f9e765c0892170b22df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp37-cp37m-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.56.4-cp37-cp37m-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 3.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8a95ca9cc77ea4571081f6594e08bd272b66060634b8324e99cd1843020364f9
BLAKE2b-256 checksum
How to use checksums
6bb5b0a0af320c43f2925c699e8613382d3669829b585717ef2d795a06187564
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp37-cp37m-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.56.4-cp37-cp37m-manylinux2014_i686.manylinux_2_17_i686.whl
Size 3.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
dbcc847bac2d225265d054993a7f910fda66e73d6662fe7156452cac0325b073
BLAKE2b-256 checksum
How to use checksums
341abd24676dd4677045f9772b0f2cc9adc7a27332c0b8c82353621f86935d6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp37-cp37m-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.56.4-cp37-cp37m-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 3.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d69ad934e13c15684e7887100a8f5f0f61d7a8e57e0fd29d9993210089a5b531
BLAKE2b-256 checksum
How to use checksums
dbe48ab9e0cde9efe95a1c1f9ecbf91ac897aae36e1ca5667a5c54e089d2bfb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release files / numba-0.56.4-cp37-cp37m-macosx_10_14_x86_64.whl

Download URL numba-0.56.4-cp37-cp37m-macosx_10_14_x86_64.whl
Size 2.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
3cb1a07a082a61df80a468f232e452d818f5ae254b40c26390054e4e868556e0
BLAKE2b-256 checksum
How to use checksums
a9282babef91a7c2f84718d8c47ecd89216913cf9e130d302208c3cfd0d17122
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.5

Release history Release notifications | RSS feed

This release

0.56.4 This release

28 release files

0.34.0

1 release file

0.33.0

1 release file

0.32.0

1 release file

0.31.0

1 release file

0.30.1

1 release file

0.30.0

1 release file

0.29.0

1 release file

0.28.1

1 release file

0.27.0

1 release file

0.26.0

1 release file

0.25.0

1 release file

0.24.0

1 release file

0.23.1

1 release file

0.23.0

1 release file

0.22.1

1 release file

0.22.0

1 release file

0.21.0

1 release file

0.20.0

1 release file

0.19.2

1 release file

0.19.1

1 release file

0.18.2

1 release file

0.18.1

1 release file

0.17.0

1 release file

0.16.0

1 release file

0.15.1

1 release file

0.14.0

1 release file

0.13.4

1 release file

0.13.3

1 release file

0.13.2

1 release file

0.13.0

1 release file

0.12.2

1 release file

0.12.1

1 release file

0.12.0

1 release file

0.11.0

1 release file

0.10.1

1 release file

0.10.0

1 release file

0.9.0

1 release file

0.8.1

1 release file

0.8.0

1 release file

0.7.2

1 release file

0.7.1

1 release file

0.7.0

1 release file

0.6.0

1 release file

0.5.0

1 release file

0.3

1 release file

0.2

1 release file

0.1

1 release file

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