[Python-modules-team] Bug#691916: Where is the bug?

2012-11-26 Thread Johan Grönqvist
This has also been reported as a bug in the font-package, at bug 694493. I tried to make a search for Type1, and found a definition from adobe, which referred to a definition of "number" for postscript, and a postscript reference (from adobe) told me that the character used should be a ".", so

[Python-modules-team] Bug#544274: Confirming fix.

2010-07-20 Thread Johan Grönqvist
Hi, In my role as someone reporting an issue here, I just wanted to confirm that my problems seem to have been fixed, and thank you for your efforts. I use a mixed squeeze/sid system, and today I re-ran my program. After an upgrade of libatlas to the version from unstable, everything seems to

[Python-modules-team] Bug#544274: python-numpy: conflict with libatlas3gf-base

2009-10-20 Thread Johan Grönqvist
Package: python-numpy Version: 1:1.3.0-3 Severity: normal I believe I have the same issue. My test script looks like: import numpy as np for ix in range(2, 300): print ix m = np.random.random((ix, ix)) (x, v) = np.linalg.eig(m) print v.shape Running the above code with python-n

[Python-modules-team] Bug#525109: python-scipy: sparse (dok) matrix assignment bug

2009-04-22 Thread Johan Grönqvist
Package: python-scipy Version: 0.7.0-1 Severity: normal The three line program: from scipy import sparse arr = sparse.dok_matrix((1, 1)) arr[0, 0] = 0 fails with a KeyError. This is fixed in scipy svn, so the next release should fix the bug automatically. The fix in svn is a change to the defi