numba 0.59.1+dfsg-1 source package in Ubuntu

Changelog

numba (0.59.1+dfsg-1) UNRELEASED; urgency=medium

  * New upstream release

 -- Diane Trout <email address hidden>  Tue, 23 Apr 2024 19:36:40 -0700

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
numba_0.59.1+dfsg-1.dsc 2.5 KiB 5af07253ebfaf5179b73f92cd49cf4515dac3306e8ee13a60a70787341d4c986
numba_0.59.1+dfsg.orig.tar.xz 1.9 MiB c958bf2dfb9f1ab1bbab7e1522d5c9bfda16a339c20bc1c3a9e74c369293114f
numba_0.59.1+dfsg-1.debian.tar.xz 17.0 KiB ac592dc902d456918a4c6bd19259d1e5d4b814b9efc4534d39d0cf97bf2183a8

Available diffs

No changes file available.

Binary packages built by this source

numba-doc: native machine code compiler for Python (docs)

 Numba compiles native machine code instructions from Python programs at
 runtime using the LLVM compiler infrastructure. Just-in-time compilation with
 Numba could be easily employed by decorating individual computation intensive
 functions in the Python code.
 Numba could significantly speed up the performance of computations, and
 optionally supports compilation to run on GPU processors through Nvidia's
 CUDA platform.
 It integrates well with the Python scientific software stack, and
 especially recognizes Numpy arrays.
 .
 This package contains the documentation and examples.

python3-numba: native machine code compiler for Python 3

 Numba compiles native machine code instructions from Python programs at
 runtime using the LLVM compiler infrastructure. It could be easily employed
 by decorating individual computation intensive functions in the Python code.
 Numba could significantly speed up the performance of computations, and
 optionally supports compilation to run on GPU processors through Nvidia's
 CUDA platform.
 It integrates well with the Python scientific software stack, and
 especially recognizes Numpy arrays.
 .
 This package contains the modules for Python 3.

python3-numba-dbgsym: debug symbols for python3-numba