numba 0.34.0-3 source package in Ubuntu

Changelog

numba (0.34.0-3) unstable; urgency=medium

  * deb/control:
    + bump standards version to 4.1.3 (no further changes needed).
    + update Vcs fields (moved to salsa).
    + add funcsigs and singledispatch to runtime deps of py2 binary.
    + add archs to Suggests of nvidia-cuda-toolkit.
  * deb/copyright:
    + expand copyright span.
    + replace full license text of CC0-1.0 with short text and pointer
      to /usr/share/common-licenses.
  * deb/gbp.conf:
    + drop import-orig section header.
    + change debian branch to debian/master.
    + add sign-tags set to True.

 -- Daniel Stender <email address hidden>  Tue, 20 Feb 2018 14:22:25 +0100

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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
numba_0.34.0-3.dsc 2.3 KiB 58f3fb15245d4fbc5e365c9959b5f828ca4fe52399422c45ce54b5c32bab2b8c
numba_0.34.0.orig.tar.xz 1.2 MiB bcf624e46ba3b348747f5490f4664cfde79bb35b2bbff61c1ca3a8afbdec6e31
numba_0.34.0-3.debian.tar.xz 6.5 KiB 9ab61cd94d0205967a3ca3ee7b79027037c6a2ec2c40859e2549657e1a71fefd

No changes file available.

Binary packages built by this source

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

No description available for numba-doc in ubuntu cosmic.

python-numba: native machine code compiler for Python 2

 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 2.

python-numba-dbgsym: No summary available for python-numba-dbgsym in ubuntu cosmic.

No description available for python-numba-dbgsym in ubuntu cosmic.

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