numba 0.59.0+dfsg-2 source package in Ubuntu

Changelog

numba (0.59.0+dfsg-2) unstable; urgency=medium

  * Update numpy build-depends version to numba's current minimum
    (Closes: #1067504)

 -- Diane Trout <email address hidden>  Fri, 22 Mar 2024 09:32:42 -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.0+dfsg-2.dsc 2.5 KiB 98d5b8554cc28f8677d7f1d129686633a6fe423505c92a4d165948535194a8df
numba_0.59.0+dfsg.orig.tar.xz 1.9 MiB 2791f80e4ebefd4e28786eaa622004fd11b3ff44fc165665b14692091cc4e1de
numba_0.59.0+dfsg-2.debian.tar.xz 16.7 KiB 0c78d0d0d386b4869433b480582370bd418750a518aa96778b0b82648f035196

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