theano 1.0.4+dfsg-1 source package in Ubuntu

Changelog

theano (1.0.4+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Drop patch applied upstream, refresh others.
  * Drop Python 2 package (see #938661) and avoid Python 2 use.
  * Bump Standards-Version to 4.4.1 (no changes needed).
  * Bump debhelper compat to 12 and use debhelper-compat.
  * Remove broken documentation link.
  * Reproducibility: strip build path dependence from Cython output.
  * Attempt build on all architectures.  (Some will probably fail.)
  * Recommend libgpuarray-dev.
  * Warn that OpenCL support may be buggy,
    but test that it isn't totally broken.
  * Rename autopkgtests to remove forbidden characters.

 -- Rebecca N. Palmer <email address hidden>  Mon, 04 Nov 2019 21:17: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
theano_1.0.4+dfsg-1.dsc 2.7 KiB f24832184fdd8f7c3d78163946d45ab031d01660cbe231fa632cfaad5dd38cb8
theano_1.0.4+dfsg.orig.tar.gz 12.3 MiB 551adf065873569533d30a10cc4a239efe17ed5a3f98785eeff60699876e1487
theano_1.0.4+dfsg-1.debian.tar.xz 95.4 KiB 206d4d643588ada469f9a93c0049ac29ea939f9b37540cd087b3e85644fc0603

Available diffs

No changes file available.

Binary packages built by this source

python3-theano: CPU/GPU math expression compiler for Python 3

 Theano is a Python library that allows one to define and evaluate mathematical
 expressions involving multi-dimensional arrays efficiently. It provides a
 high-level Numpy like expression language for functional description of
 calculation, rearranges expressions for speed and stability, and generates
 native machine instructions for fast calculation. Optionally, highly
 accelerated computations could be carried out on graphics cards processors.
 .
 This package contains Theano for Python 3.
 .
 Theano development is ending: consider using Caffe or Torch instead.

theano-doc: CPU/GPU math expression compiler for Python (docs)

 Theano is a Python library that allows one to define and evaluate mathematical
 expressions involving multi-dimensional arrays efficiently. It provides a
 high-level Numpy like expression language for functional description of
 calculation, rearranges expressions for speed and stability, and generates
 native machine instructions for fast calculation. Optionally, highly
 accelerated computations could be carried out on graphics cards processors.
 .
 This package contains the documentation for Theano.