Your message dated Thu, 02 Apr 2020 20:24:40 +0000
with message-id <[email protected]>
and subject line Bug#950463: fixed in theano 1.0.4+dfsg-2
has caused the Debian Bug report #950463,
regarding python3-theano: Installing theano shows SyntaxWarnings (and some 
questionable code)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
950463: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950463
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-theano
Version: 1.0.4+dfsg-1
Severity: normal


Hi. First of all, thanks for packaging Theano. It is really appreciated.

Now, to the bug report. I was just installing python3-theano now and it
showed some warnings:

,----
| Setting up python3-parameterized (0.7.0-2) ...
| Setting up python3-theano (1.0.4+dfsg-1) ...
| /usr/lib/python3/dist-packages/theano/compile/mode.py:264: SyntaxWarning: 
"is" with a literal. Did you mean "=="?
|   if optimizer is 'default':
| /usr/lib/python3/dist-packages/theano/gof/op.py:1543: SyntaxWarning: 'str' 
object is not callable; perhaps you missed a comma?
|   define_macros.append("#define INPUT_%d %s" (i, inp))
| /usr/lib/python3/dist-packages/theano/gof/op.py:1547: SyntaxWarning: 'str' 
object is not callable; perhaps you missed a comma?
|   define_macros.append("#define OUTPUT_%d %s" (i, inp))
| /usr/lib/python3/dist-packages/theano/gof/opt.py:1287: SyntaxWarning: "is" 
with a literal. Did you mean "=="?
|   if len(tracks) is 0:
| /usr/lib/python3/dist-packages/theano/gof/tests/test_link.py:116: 
SyntaxWarning: "is" with a literal. Did you mean "=="?
|   assert 1.0 is fn(1.0)
| /usr/lib/python3/dist-packages/theano/tensor/nnet/bn.py:645: SyntaxWarning: 
"is" with a literal. Did you mean "=="?
|   return [theano.gradient.DisconnectedType()() if r is 0 else r
| /usr/lib/python3/dist-packages/theano/tensor/nnet/tests/test_conv.py:98: 
SyntaxWarning: "is not" with a literal. Did you mean "!="?
|   if border_mode is not 'full':
| /usr/lib/python3/dist-packages/theano/tests/test_determinism.py:60: 
SyntaxWarning: "is not" with a literal. Did you mean "!="?
|   if var.name is not None and var.name is not 'b':
`----

All of these warnings are easy to solve and show some questionable code, like:

,----
|   define_macros.append("#define OUTPUT_%d %s" (i, inp))
`----

It would be great if we could have a new upload with these bugs fixed.


Thanks,

Rogério Brito.


-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf-8, LC_CTYPE=pt_BR.utf-8 (charmap=UTF-8), 
LANGUAGE=en_US.utf-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-theano depends on:
ii  libatlas-base-dev [libblas.so]        3.10.3-9
ii  libopenblas-pthread-dev [libblas.so]  0.3.7+ds-7
ii  python3                               3.7.5-3
ii  python3-dev                           3.7.5-3
ii  python3-numpy                         1:1.17.4-5
ii  python3-scipy                         1.3.3-3
ii  python3-six                           1.14.0-2

Versions of packages python3-theano recommends:
ii  cython3                0.29.14-0.1+b1
ii  g++                    4:9.2.1-3.1
ii  graphviz               2.42.2-3
ii  libgpuarray-dev        0.7.6-5
ii  python3-nose           1.3.7-4
ii  python3-parameterized  0.7.0-2
ii  python3-pkg-resources  44.0.0-1
ii  python3-pydot          1.4.1-3
ii  python3-pygpu          0.7.6-5

Versions of packages python3-theano suggests:
pn  nvidia-cuda-toolkit  <none>
pn  python3-pycuda       <none>
pn  theano-doc           <none>

-- no debconf information

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFCAAAA
http://cynic.cc/blog/ : github.com/rbrito : profiles.google.com/rbrito
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br

--- End Message ---
--- Begin Message ---
Source: theano
Source-Version: 1.0.4+dfsg-2
Done: [email protected] (Rebecca N. Palmer)

We believe that the bug you reported is fixed in the latest version of
theano, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rebecca N. Palmer <[email protected]> (supplier of updated theano package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 02 Apr 2020 18:48:22 +0100
Source: theano
Architecture: source
Version: 1.0.4+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Rebecca N. Palmer <[email protected]>
Closes: 950463 955065 955471
Changes:
 theano (1.0.4+dfsg-2) unstable; urgency=medium
 .
   * Allow building with Sphinx 2.  (Closes: #955065)
   * Fix SyntaxWarnings.  (Closes: #950463)
   * Bump Standards-Version to 4.5.0 (no changes needed).
   * Fix exceptions / test failures with current numpy and scipy.
   * Fail the build on test failures.  With the above, Closes: #955471.
Checksums-Sha1:
 a26894967159a9841c2d55948038dd6f1d6fff6e 2726 theano_1.0.4+dfsg-2.dsc
 4591e355ebf6f029f5aa78ebb71e81d494b04586 100596 
theano_1.0.4+dfsg-2.debian.tar.xz
 67c34c6b8184fd3579f54a4def702fccb5381486 5645 
theano_1.0.4+dfsg-2_source.buildinfo
Checksums-Sha256:
 4fc48989a653c7de7f9aa729c76e3f21c3b206e92f0963d22bbedffb601dd2d4 2726 
theano_1.0.4+dfsg-2.dsc
 f2605620964eca89025b794e3ace2ea2e9c0f307cc9dd6d668bb8bd337e7f71e 100596 
theano_1.0.4+dfsg-2.debian.tar.xz
 0096e8866e04f8b3b00c62df4e5d32f1f2f70bc518d9cafe34432c1d6bb15302 5645 
theano_1.0.4+dfsg-2_source.buildinfo
Files:
 2ca069bd91646fce25a9970d5ab94da7 2726 science optional theano_1.0.4+dfsg-2.dsc
 3559349c957f7e97bde2f7a9425a0afd 100596 science optional 
theano_1.0.4+dfsg-2.debian.tar.xz
 eaee38defc719183946310bc178d6c28 5645 science optional 
theano_1.0.4+dfsg-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJMBAEBCgA2FiEEZ8sxEAXE7b4yF1MI3uUNDVZ+omYFAl6GN7YYHHJlYmVjY2Ff
cGFsbWVyQHpvaG8uY29tAAoJEN7lDQ1WfqJm1E0P/josMUDhKLd7rHQtcX4OJjZx
0GKFhoe4XYr4GH3lXvcUxLwrwmc4e1iIVvm4WwHH3DaA22IN3tycEy0rKOz56iE3
JJFIA6TWyeJz2stJ6ho23+YULMu8O3kZRZ7mcm0/FQpc5QtGM6bxUt/QkFG8A8v/
GDNIHA+ITDT6Xa8L7EKQi8fkJS00IRQOsmHFa47knX388SFPVQOP1FsetxfUwi+L
xIA+QHG7OBZTuabQ7ESvwKebcfkXdh0CF6wZASm7V+NYMKxYWIBV+RQzf+2I+qwr
78WiPwF+4quYMebND80Rxll4qhmbHb99PqkMB5V+6AvSH8voh7G4tVo4Iecj7zMD
pBaFuHQrn9r+Isa6GNQNfXoRNQqbCRREh/mdHqwnJ7vRfmkq3rma7BmnvO9nv6q0
2m6ZLa1davovfTHBBKgdc3fdb5jPvlopO5b48T3a+WYfg8vdR8FyeF/Zs1xSrBU1
LMFVlPfGsqBeGvc/qVGqw0h5n1SWKz3dM9Mi0VsRWlkCzZFIP6c83Y+0GrbMPAot
22TSXqo16d6Y4YScpEHjKRx1zWv277mhQzbjbb+SwfzvpOK//IxTz7v2z8u1ztKv
52PP3f0LhLubzTTGW2w/OFRRyt9u2zwuWIx2NYsTJQfHWZ5JJmPbSreBAA64clix
XqeaFIL6c7jK2CamFIsT
=a+G/
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to