Skip to main content
Pre-release

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

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.0rc1

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.0rc1
File Size Uploaded
numba-0.56.0rc1.tar.gz 2.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for numba 0.56.0rc1
File
numba-0.56.0rc1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
numba-0.56.0rc1-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
numba-0.56.0rc1-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.0rc1-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.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
numba-0.56.0rc1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
numba-0.56.0rc1-cp310-cp310-macosx_10_11_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.11+ x86-64 Details
numba-0.56.0rc1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
numba-0.56.0rc1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
numba-0.56.0rc1-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.0rc1-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.0rc1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
numba-0.56.0rc1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
numba-0.56.0rc1-cp39-cp39-macosx_10_11_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.11+ x86-64 Details
numba-0.56.0rc1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
numba-0.56.0rc1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
numba-0.56.0rc1-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.0rc1-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.0rc1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
numba-0.56.0rc1-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
numba-0.56.0rc1-cp38-cp38-macosx_10_11_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.11+ x86-64 Details
numba-0.56.0rc1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
numba-0.56.0rc1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
numba-0.56.0rc1-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.0rc1-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.0rc1-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.0rc1-cp37-cp37m-macosx_10_11_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.11+ x86-64 Details

Total release size: 79.2 MB

Release files / numba-0.56.0rc1.tar.gz

Download URL numba-0.56.0rc1.tar.gz
Size 2.4 MB
Tags Source
SHA-256 checksum
How to use checksums
c51da4006ff742fb031d0b42339b392cb6ccb45d0a7687e0bc57e8edcba52167
BLAKE2b-256 checksum
How to use checksums
3fff003ac5d3495adc936e16a4d37b7a98339996867f6c6e6a623dd094dd5aea
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.0rc1-cp310-cp310-win_amd64.whl

Download URL numba-0.56.0rc1-cp310-cp310-win_amd64.whl
Size 2.5 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
a2bd143abf524b10c894316132559045de7c4b39c219f5b3636f678b8ad69412
BLAKE2b-256 checksum
How to use checksums
c29a1a007453eaf459b6f324f36e6aa5357a38c546e85d1d3ce8fb57f31ba020
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.0rc1-cp310-cp310-win32.whl

Download URL numba-0.56.0rc1-cp310-cp310-win32.whl
Size 2.5 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
d51ba2815361b775eb33f8fe06b5023ec0120d33598d000bd380e31e5ef40147
BLAKE2b-256 checksum
How to use checksums
53cd086366d65899563ff7b89b26917b756a57cfe6548805aca7964e127fd628
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.0rc1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.56.0rc1-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
b2a24eceff44e5aa86bcceb3c445d2049f7b44346f06cdedf492b326f5380e7b
BLAKE2b-256 checksum
How to use checksums
240f19ec5839c4c9d80b2e763ff32b9dbfb93b758fc929f6f2fa45e9424f2764
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.0rc1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.56.0rc1-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
de09ddac6d049a6642e1964be0d65a1494e70e94f1a17e2d373403eba2e570a4
BLAKE2b-256 checksum
How to use checksums
447383c9c1dc535c81f4a0cec846e18354cbee6b92168a000e663ce47f9f2486
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.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.56.0rc1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 3.4 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
5f5301da5f52635070cc3182ddb32b67352ac86b116a89a009136901bd9be48a
BLAKE2b-256 checksum
How to use checksums
5a867274d110772ef9a7533d43b9c13083ca5a6507d5c74d4486f4395b783431
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.0rc1-cp310-cp310-macosx_11_0_arm64.whl

Download URL numba-0.56.0rc1-cp310-cp310-macosx_11_0_arm64.whl
Size 2.5 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
eea242861aed546e4606abb9d85f56a592596f4cd6fab94a22f217b58174c4ba
BLAKE2b-256 checksum
How to use checksums
0f6fddcc519272c329a3e57e707cc599a7331cd8b8f0a5cc4a1c613e274c017d
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.0rc1-cp310-cp310-macosx_10_11_x86_64.whl

Download URL numba-0.56.0rc1-cp310-cp310-macosx_10_11_x86_64.whl
Size 2.4 MB
Tags CPython 3.10 macOS 10.11+ x86-64
SHA-256 checksum
How to use checksums
3fe6b0c1098d2ca750d798ca3e8d908a8a92446b153f0f38a0b97ecee01bba8f
BLAKE2b-256 checksum
How to use checksums
9fb04122ae6e79a8fdebe5769badf6fcfeb59f2fa3c23195872fb0beb96b4ddc
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.0rc1-cp39-cp39-win_amd64.whl

Download URL numba-0.56.0rc1-cp39-cp39-win_amd64.whl
Size 2.5 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
70832e3aaaf777b2c8764499eb497288ce8ff9a32386c9a18425cfbb73e1e64a
BLAKE2b-256 checksum
How to use checksums
61cc35107584fed7967e49785e47c98ebd767a9b634a3a60a7b3c085f950bf53
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.0rc1-cp39-cp39-win32.whl

Download URL numba-0.56.0rc1-cp39-cp39-win32.whl
Size 2.5 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
2543b849ec9c96c8be5631853d9fe9557e46e0a75e3a85f60733ae9567e3e7c6
BLAKE2b-256 checksum
How to use checksums
299144bcc9a3190e5649aaa1f7484fb0d62b76953d7838271f040d40783350fa
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.0rc1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.56.0rc1-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
5f28fbbf3ce823a5cd5c9a2bbc86c760879998f5987d6cfc59f40454662a1629
BLAKE2b-256 checksum
How to use checksums
f2441ad6e9ad0324fa74deec5e1060bde6ec80f26aa65a53819eb800256c219b
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.0rc1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.56.0rc1-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
93d002e8efc1f5aa0aa3a54d7997893d44519673adbfec76c125d40bf5dc41eb
BLAKE2b-256 checksum
How to use checksums
5beacfdd3ec4f486c964749a57e8e64cf03c41e5332ab2398718a42892900139
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.0rc1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.56.0rc1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 3.4 MB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
add641430ea1e5d323b8af6b936d3fea7a7b8cee3c59c9720e6c75ab4ba68c7b
BLAKE2b-256 checksum
How to use checksums
6b498eafedeccdceb5c1a517427e1bc2d8797ff2585aedf4bfa54450922772f4
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.0rc1-cp39-cp39-macosx_11_0_arm64.whl

Download URL numba-0.56.0rc1-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
2fd56271b0cf944b6b0d00fe9867ed818b7274b3f0835f6d62de0a25a8bb7c11
BLAKE2b-256 checksum
How to use checksums
4ae759d710d54fb052f4618f6fa2f0af7bab35e6765f9212625ae74e5a1549b8
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.0rc1-cp39-cp39-macosx_10_11_x86_64.whl

Download URL numba-0.56.0rc1-cp39-cp39-macosx_10_11_x86_64.whl
Size 2.4 MB
Tags CPython 3.9 macOS 10.11+ x86-64
SHA-256 checksum
How to use checksums
4c58f0b9383d7da543005940d7e6b85f49b559bfbd0d7ff7b415792c51d06a6b
BLAKE2b-256 checksum
How to use checksums
e07b550dd295f45a3039e0c52347fdcf88d8304c35ddfbac8297419226bed267
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.0rc1-cp38-cp38-win_amd64.whl

Download URL numba-0.56.0rc1-cp38-cp38-win_amd64.whl
Size 2.5 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
55a8cb86cfdf54bf4f7e473b2d8f9988d1cce02b3c6603f775f65e69ab25cf37
BLAKE2b-256 checksum
How to use checksums
f3dbcb30d8ab54e4c9144c0f1e2a55eebe245dfd02bcf70415aa93dcbdeac722
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.0rc1-cp38-cp38-win32.whl

Download URL numba-0.56.0rc1-cp38-cp38-win32.whl
Size 2.5 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
30dcb11ceebc038c2582ba8df4b73049007b8dcffb98649a8d3e3cbcc462e4fc
BLAKE2b-256 checksum
How to use checksums
b65ea65b20c06facb27f599eabe7dd4cc9aca97b08fee6bdc014d3b106d6db4b
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.0rc1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.56.0rc1-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
480a6574c57157fd22b138ed4963a91ceb91aebd1a990d776e2f205e1ff90258
BLAKE2b-256 checksum
How to use checksums
0f354fa2a8256cc08b8bc1fd368d47429f5d8feb2ae79812ac9015440519bccb
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.0rc1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.56.0rc1-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
a5c99d5883bb812400f5bbcfe37f13af7dd31b23260df39a46eeca098a1bcf44
BLAKE2b-256 checksum
How to use checksums
f1b2da2380cf57e3e30d6b2c7c606184201d874318de74ffd477cff992fe423d
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.0rc1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.56.0rc1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 3.4 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7207de6fa6aaed855577c90cc91a1b3cee2aabc523298462666c6cbd35481ec7
BLAKE2b-256 checksum
How to use checksums
3b0e7c6b0737e68cd572fb09d5c615482f529203d31944f454ecbf49998f1952
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.0rc1-cp38-cp38-macosx_11_0_arm64.whl

Download URL numba-0.56.0rc1-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
253ac4dd688d7e25508e2590f1bfb69784a28ba386c8265843c2aca984d0272c
BLAKE2b-256 checksum
How to use checksums
0b89a956782065dd415c44b9b45df97aace9d769fd2f1e856deb918e0b74c83a
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.0rc1-cp38-cp38-macosx_10_11_x86_64.whl

Download URL numba-0.56.0rc1-cp38-cp38-macosx_10_11_x86_64.whl
Size 2.4 MB
Tags CPython 3.8 macOS 10.11+ x86-64
SHA-256 checksum
How to use checksums
8913b1ca5f067d2f51fdb2c33c47d30dc016ad862bb94b8f2523b7d4062dc7c8
BLAKE2b-256 checksum
How to use checksums
34c68679dce111f4cf3975dac700468ea23864dc00b5f5e41e91393b5ac85db0
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.0rc1-cp37-cp37m-win_amd64.whl

Download URL numba-0.56.0rc1-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
71d475c8f95426672388c47bf7cedd5033b2172983dcd932dc002f0aadc6358f
BLAKE2b-256 checksum
How to use checksums
d2a117661ec025d8cf53c5d3febf4ae0aeb17d079f3e41bd54c3c8c10edbc608
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.0rc1-cp37-cp37m-win32.whl

Download URL numba-0.56.0rc1-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
86ed55494fa8cc5ab653fb1f6d28e203e8f2ccbec939fe97b59d564f2d7c52c1
BLAKE2b-256 checksum
How to use checksums
facc9b7c6b99f4c782688cb4e85a9697a11a278177922cddc1611b6ee0f407fd
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.0rc1-cp37-cp37m-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.56.0rc1-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
4fd03650956b5fe831e21f0cea86fc83a5e4f20f89cb892ccd81a7121d2a50c9
BLAKE2b-256 checksum
How to use checksums
fb1f63b5857d902026cb63d5b08bcdc827e61e97ef3a98f3e230e0491bc814d1
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.0rc1-cp37-cp37m-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.56.0rc1-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
a28b8054c06778defb1b2cfa9e9facd5405ca342eb6bfe429433e7332636cdaf
BLAKE2b-256 checksum
How to use checksums
cdd4fa525539a5ce69a5ec83ef84c3d34298a8413bb33f7e58791639d0dfe927
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.0rc1-cp37-cp37m-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.56.0rc1-cp37-cp37m-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 3.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
a0592d1dca5380e0b747cb4a50473b433e5d19397a15f38f60dbf93cb1658a3b
BLAKE2b-256 checksum
How to use checksums
d437c745e76484aa5f4113be61d8770b08f8fae76a0abbf9116b949bfeb392c8
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.0rc1-cp37-cp37m-macosx_10_11_x86_64.whl

Download URL numba-0.56.0rc1-cp37-cp37m-macosx_10_11_x86_64.whl
Size 2.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.11+ x86-64
SHA-256 checksum
How to use checksums
8a270832ffecb0b7f105097081eb4ace9a04adae3ad34f7a0a7f4e07e0de646c
BLAKE2b-256 checksum
How to use checksums
4705fe31a692a7d8fad816c6b55f64ffe432ed19579e38f788e0d82487835a40
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.0rc1 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