[Numpy-discussion] site.cfg: Custom BLAS / LAPACK configuration

2012-11-30 Thread Bradley M. Froehle
I recently installed NumPy 1.6.2 on a new computer and wanted to use ACML as the BLAS/LAPACK library. [I'm aware that ACML doesn't provide CBLAS, but that is easy to work around by compiling it yourself to produce libcblas.a or libcblas.so]. I experienced a great bit of difficulty in getting NumP

[Numpy-discussion] allclose changed behaviour in 1.6.2 ?

2012-11-30 Thread Martin Raspaud
Hi, We noticed that comparing arrays of different shapes with allclose doesn't work anymore in numpy 1.6.2. Is this a feature or a bug ? :) See the output in both 1.6.1 and 1.6.2 at the end of this mail. Best regards, Martin 1.6.1:: In [1]: import numpy as np In [2]: np.__version__ Out[2]