Skip to main content
Gitter Discourse Zenodo DOI

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

Supported Platforms

  • Operating systems and CPUs:

    • Linux: x86 (32-bit), x86_64, ppc64le (POWER8 and 9), ARMv7 (32-bit), ARMv8 (64-bit).

    • Windows: x86, x86_64.

    • macOS: x86_64, (M1/Arm64, unofficial support only).

    • *BSD: (unofficial support only).

  • (Optional) Accelerators and GPUs:

    • NVIDIA GPUs (Kepler architecture or later) via CUDA driver on Linux and Windows.

Dependencies

  • Python versions: 3.7-3.10

  • llvmlite 0.38.*

  • NumPy >=1.18,<1.22 (can build with 1.11 for ABI compatibility).

Optionally:

  • SciPy >=1.0.0 (for numpy.linalg support).

Installing

The easiest way to install Numba and get updates is by using the Anaconda Distribution: https://www.anaconda.com/download

$ conda install numba

For more options, see the Installation Guide: https://numba.readthedocs.io/en/stable/user/installing.html

Documentation

https://numba.readthedocs.io/en/stable/index.html

Contact

Numba has a discourse forum for discussions:

Continuous Integration

Azure Pipelines

Release files for numba 0.55.1

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.55.1
File Size Uploaded
numba-0.55.1.tar.gz 2.3 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for numba 0.55.1
File
numba-0.55.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
numba-0.55.1-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
numba-0.55.1-cp310-cp310-macosx_10_14_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.14+ x86-64 Details
numba-0.55.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
numba-0.55.1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
numba-0.55.1-cp39-cp39-macosx_10_14_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.14+ x86-64 Details
numba-0.55.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
numba-0.55.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
numba-0.55.1-cp38-cp38-macosx_10_14_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.14+ x86-64 Details
numba-0.55.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
numba-0.55.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
numba-0.55.1-cp37-cp37m-macosx_10_14_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.14+ x86-64 Details
numba-0.55.1-1-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.55.1-1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32 Details
numba-0.55.1-1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
numba-0.55.1-1-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.55.1-1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32 Details
numba-0.55.1-1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
numba-0.55.1-1-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.55.1-1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32 Details
numba-0.55.1-1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
numba-0.55.1-1-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.55.1-1-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.55.1-1-cp37-cp37m-manylinux2014_aarch64.manylinux_2_17_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details

Total release size: 69.0 MB

Release files / numba-0.55.1.tar.gz

Download URL numba-0.55.1.tar.gz
Size 2.3 MB
Tags Source
SHA-256 checksum
How to use checksums
03e9069a2666d1c84f93b00dbd716fb8fedde8bb2c6efafa2f04842a46442ea3
BLAKE2b-256 checksum
How to use checksums
69dfbd36068b2c1d0d34794f8ac0c222f9c4ad88dc710b400e65dbb3b59ea57e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/2.0.0 pkginfo/1.7.1 requests/2.26.0 setuptools/58.0.4 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

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

Download URL numba-0.55.1-cp310-cp310-win_amd64.whl
Size 2.4 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
71815c501b2f6309c432e98ff93a582a9bfb61da943e0cb9a52595fadbb1131d
BLAKE2b-256 checksum
How to use checksums
62c866a74014dec312ae07f4649afabca852c7930d151e104a7f28906c7f09a9
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.55.1-cp310-cp310-win32.whl

Download URL numba-0.55.1-cp310-cp310-win32.whl
Size 2.4 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
a5af7f1d30f56029d1b9ea288372f924f9dcb322f0e6358f6d5203b20eb6f7a0
BLAKE2b-256 checksum
How to use checksums
bf1079f6dd26447824ee61d5ec1d7ac2e07baea64491c47772263116d3c3099e
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.55.1-cp310-cp310-macosx_10_14_x86_64.whl

Download URL numba-0.55.1-cp310-cp310-macosx_10_14_x86_64.whl
Size 2.3 MB
Tags CPython 3.10 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
adc88fe64f5235c8b1e7230ae29476a08ffb61a65e9f79f745bd357f215e2d52
BLAKE2b-256 checksum
How to use checksums
18085d101f89daaed7e55d4b6764049e0181a6a8e51ec7fa049518a2ca8e9540
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.55.1-cp39-cp39-win_amd64.whl

Download URL numba-0.55.1-cp39-cp39-win_amd64.whl
Size 2.4 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
b72350160eb9a73a36aa17d808f954353a263a0295d495497c87439d79bdaec7
BLAKE2b-256 checksum
How to use checksums
ea06b1c693ecdc5562162e7d64cd67af7200f514a92190957a5d439344e9b860
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.55.1-cp39-cp39-win32.whl

Download URL numba-0.55.1-cp39-cp39-win32.whl
Size 2.4 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
d5ee721ce884f8313802295633fdd3e7c83541e0917bafea2bdfed6aabab93bf
BLAKE2b-256 checksum
How to use checksums
7cbafc37282fb9822186c3e50de0d9db4a9003e7b11e122c5b048eed4c798fb1
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.55.1-cp39-cp39-macosx_10_14_x86_64.whl

Download URL numba-0.55.1-cp39-cp39-macosx_10_14_x86_64.whl
Size 2.3 MB
Tags CPython 3.9 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
6aa8f18a003a0e4876826fe080e6038fc6da083899873b77172ec29c32e49b56
BLAKE2b-256 checksum
How to use checksums
dbb8da1c23b09411fa4ae0d8fce6bce8dcc609fa9d9efcf9bb61a47f172b5482
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.55.1-cp38-cp38-win_amd64.whl

Download URL numba-0.55.1-cp38-cp38-win_amd64.whl
Size 2.4 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
02fb0ecd218ab1e1171cbaee11235a3a1f7dcf79dee3fa786243a2a6411f2fea
BLAKE2b-256 checksum
How to use checksums
569610b81c9fc38360b4a9867da218c607d54ce3a2d3973c0a179f91bdd030f4
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.55.1-cp38-cp38-win32.whl

Download URL numba-0.55.1-cp38-cp38-win32.whl
Size 2.4 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
53ee562b873e00eaa26390690ac5d36b706782d429e5a18b255161f607f13c17
BLAKE2b-256 checksum
How to use checksums
a16b37d0f36c76dd480be6974423ac21c1f287a9860bd7f2ab95b0188756112e
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.55.1-cp38-cp38-macosx_10_14_x86_64.whl

Download URL numba-0.55.1-cp38-cp38-macosx_10_14_x86_64.whl
Size 2.3 MB
Tags CPython 3.8 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
77187ed09e6b25ae24b840e1acc4b5f9886b551cdc5f919ddad8e5933a6027d5
BLAKE2b-256 checksum
How to use checksums
c2472d9029f970fb5efc040e9655371a2e2dae521667f343844187d0e24edb88
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.55.1-cp37-cp37m-win_amd64.whl

Download URL numba-0.55.1-cp37-cp37m-win_amd64.whl
Size 2.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
ac6ae19ff5093a42bf8b365550322a2e39650d608daa379dff71571272d88d93
BLAKE2b-256 checksum
How to use checksums
6f53d28b9175e880e76d4d5ad7f1b90616b9c077e33bf88549e44fe448ab19fe
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.55.1-cp37-cp37m-win32.whl

Download URL numba-0.55.1-cp37-cp37m-win32.whl
Size 2.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
cddc13939e2b27782258826686800ae9c2e90b35c36ef1ab5ccfae7cedca0516
BLAKE2b-256 checksum
How to use checksums
33239e713a78ecf80b49f38ac4e48228cf63782d3303b0866c9dd55ca513f356
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.55.1-cp37-cp37m-macosx_10_14_x86_64.whl

Download URL numba-0.55.1-cp37-cp37m-macosx_10_14_x86_64.whl
Size 2.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
53909143917ea4962cfbfae7038ac882987ff54cb2c408538ce71f83b356f106
BLAKE2b-256 checksum
How to use checksums
17fb4b55c070f6d93ea8ce59afe291837f1e89a421a6703d2215879a56fab62e
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.55.1-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.55.1-1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 3.3 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
39a109efc317e8eb786feff0a29476036971ce08e3280be8153c3b6c1ccba415
BLAKE2b-256 checksum
How to use checksums
5481765a642e80efa4040207c5c3979ef736c21f2444d31a9dff06b8bd97fe8d
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.55.1-1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.55.1-1-cp310-cp310-manylinux2014_i686.manylinux_2_17_i686.whl
Size 3.0 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
ee71407be9cba09b4f68afa668317e97d66d5f83c37ab4caa20d8abcf5fad32b
BLAKE2b-256 checksum
How to use checksums
d075db7e7b356a9e17dc0756b7e60185621d83770b8441441550c718a3686581
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.55.1-1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.55.1-1-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
be56fb78303973e6c19c7c2759996a5863bac69ca87570543d9f18f2f287a441
BLAKE2b-256 checksum
How to use checksums
720f906cfcf564ff3e3ead1b41cdd26edd2567e3aa2a12eeaff6f39eea85bdbf
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.55.1-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.55.1-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 3.3 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
230e542649c7087454bc851d2e22b5e15694b6cf0549a27234d1baea6c2e0a87
BLAKE2b-256 checksum
How to use checksums
f901195ca1c808297e98458a946a357bf457e91d4fd92847fba0bedba1d171e1
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.55.1-1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.55.1-1-cp39-cp39-manylinux2014_i686.manylinux_2_17_i686.whl
Size 3.0 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
fee529ddc9c0584b932f7885735162e52344eded8c01c78c17e2768aa6787780
BLAKE2b-256 checksum
How to use checksums
96c3525bf02b62337cc77600ceffacbb83d4fffc3d9e508344f9e9287ff30f88
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.55.1-1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.55.1-1-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
4a5cb8930e729aeed96809524ca4df41b6f2432b379f220014ef4fdff21dbfe6
BLAKE2b-256 checksum
How to use checksums
34f08540fb1565f5b2b56707cc725ebd91b4ba38a68253a46c090f9325a9b48a
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.55.1-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.55.1-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 3.4 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
6d0042371880fa56ed58be27502b11a08bff0b6335f0ebde82af1a7aef5e1287
BLAKE2b-256 checksum
How to use checksums
8659896b6b1a846e80d02c9b2becb03a681f816be6c4f796ecc252c0cfa9f8dc
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.55.1-1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.55.1-1-cp38-cp38-manylinux2014_i686.manylinux_2_17_i686.whl
Size 3.0 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
d80afc5618e66af2d101eff0e6214acb865136ae886d8b01414ca3dedd9166d6
BLAKE2b-256 checksum
How to use checksums
1e434b8d8555c5d4a4ae3e725945f5975739052191fbe81bc0edcabc0bb1db23
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.55.1-1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.55.1-1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Size 3.3 MB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ff5ed5c7665f8a5405af53332d224caca68358909abde9ca8dfef3495cdea789
BLAKE2b-256 checksum
How to use checksums
d307d540cb09963c8bae22f70679ff777a6168cf706275149e715aaf97a6556c
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.55.1-1-cp37-cp37m-manylinux2014_x86_64.manylinux_2_17_x86_64.whl

Download URL numba-0.55.1-1-cp37-cp37m-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Size 3.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
64209d71b1e33415d5b1b177ed218d679062f844667dd279ee9094c4e3e2babc
BLAKE2b-256 checksum
How to use checksums
25f211ab5fd8dcb2c81e1a8d8a1209ea85e383ad2f45a9ce7807cc63833f56c0
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.55.1-1-cp37-cp37m-manylinux2014_i686.manylinux_2_17_i686.whl

Download URL numba-0.55.1-1-cp37-cp37m-manylinux2014_i686.manylinux_2_17_i686.whl
Size 3.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
bcd5e09dba5e19ff7a1b9716a1ce58f0931cec09515683011e57415c6a33ac3d
BLAKE2b-256 checksum
How to use checksums
d2e7ca3910f0cee5f511380f56c9aa49d0889f6ea8929700c7663aa03955dbd8
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.55.1-1-cp37-cp37m-manylinux2014_aarch64.manylinux_2_17_aarch64.whl

Download URL numba-0.55.1-1-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
0dc8294b2b6b2dbe3a709787bbb1e6f9dcef62197429de8daaa714d77052eefe
BLAKE2b-256 checksum
How to use checksums
8c0f9a46b3add41d2c1c24aa5cffb9a107bde85e7cf52bfc6c6d73a6b6874f58
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.55.1 This release

25 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