numba 0.55.2+dfsg-1 source package in Ubuntu

Changelog

numba (0.55.2+dfsg-1) unstable; urgency=medium

  * New upstream release
  * Refresh patches
  * Adjust Files-Excluded. Upstream switched to github actions.
  * Adjust package version to indicate that the source is repackaged.
  * Add myself to debian/copyright.

 -- Diane Trout <email address hidden>  Wed, 29 Jun 2022 19:47:30 -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

Downloads

File Size SHA-256 Checksum
numba_0.55.2+dfsg-1.dsc 2.3 KiB 178ca36ac589041417281a7101e0552d5f61f8361a7a0794e2502cd5869ea1ed
numba_0.55.2+dfsg.orig.tar.xz 1.6 MiB 2188ea2e0ad7fd1562e1182ddf51f20de32ab9ed95e5c13bf7a08a0f9f011639
numba_0.55.2+dfsg-1.debian.tar.xz 10.7 KiB cc4fdb9d5016af53b26b3cc19ef868f2df525593c77e42810816ac30c7c590d8

Available diffs

No changes file available.

Binary packages built by this source

numba-doc: No summary available for numba-doc in ubuntu kinetic.

No description available for numba-doc in ubuntu kinetic.

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