numba 0.42.0-1 source package in Ubuntu

Changelog

numba (0.42.0-1) unstable; urgency=medium

  * New upstream version 0.42.0
  * Build-Depends and Depends on llvmlite >= 0.27.0~
  * Delete unused postinst/postrm scripts for Python2 packages.
  * Bump Standards-Version to 4.3.0 (no change).

 -- Mo Zhou <email address hidden>  Mon, 07 Jan 2019 05:42:14 +0000

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.42.0-1.dsc 2.2 KiB 9a67523f4b672b9e39521660a10ec18a99fec57906927075f18d25ed40b715b7
numba_0.42.0.orig.tar.xz 1.4 MiB d1c7f02ac515adf500ca44a8e09e6d3e5b81104ace5b8175fa98789acbcb8936
numba_0.42.0-1.debian.tar.xz 7.0 KiB 556b81e45056ed40592a5a63c26d8b175d9396d78e507cb4c1891f2da45b3d28

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for numba-doc in ubuntu disco.

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