On Sat, Aug 9, 2014 at 5:38 AM, Julian Taylor
wrote:
> Hello,
>
> I am pleased to announce the release of NumPy 1.8.2, a
> pure bugfix release for the 1.8.x series.
> https://sourceforge.net/projects/numpy/files/NumPy/1.8.2/
> The upgrade is recommended for all users of the 1.8.x series.
>
> Follo
On 09/08/14 16:28, Charles R Harris wrote:
> Yeah, I figured that out, there is a comment in dotblas that says not,
> but checking how things are configured, it turns out they should be
> good. The original problem seems to have been that dotblas requires
> cblas and can't work with fortran blas.
On Sat, Aug 9, 2014 at 8:35 PM, Matti Picus wrote:
> Hi. I am working on numpy in pypy. It would be much more challenging for
> me if you merged more code into the core of numpy,
Hi Matti,
I can definitely see how numpy changes cause trouble for you, and
sympathize. But, can you elaborate on wha
On Sat, Aug 9, 2014 at 1:35 PM, Matti Picus wrote:
> Hi. I am working on numpy in pypy. It would be much more challenging for
> me if you merged more code into the core of numpy, that means even more
> must be duplicated when using a different underlying ndarray
> implementation.
> If you are thi
Hi. I am working on numpy in pypy. It would be much more challenging for
me if you merged more code into the core of numpy, that means even more
must be duplicated when using a different underlying ndarray
implementation.
If you are thinking of touching linalg/lapack_lite/blas_lite, I would
pre
On Sat, Aug 9, 2014 at 6:15 AM, Carl Kleffner wrote:
> numpy dot is using BLAS with OpenBLAS. Tested on Linux and Windows (see
> https://bitbucket.org/carlkl/mingw-w64-for-python/downloads)
>
> Regards
>
> Carl
>
>
> 2014-08-09 0:31 GMT+02:00 Sturla Molden :
>
> Charles R Harris wrote:
>>
>> > I
Hello,
I am pleased to announce the release of NumPy 1.8.2, a
pure bugfix release for the 1.8.x series.
https://sourceforge.net/projects/numpy/files/NumPy/1.8.2/
The upgrade is recommended for all users of the 1.8.x series.
Following issues have been fixed:
* gh-4836: partition produces wrong res
numpy dot is using BLAS with OpenBLAS. Tested on Linux and Windows (see
https://bitbucket.org/carlkl/mingw-w64-for-python/downloads)
Regards
Carl
2014-08-09 0:31 GMT+02:00 Sturla Molden :
> Charles R Harris wrote:
>
> > It looks like numpy dot only uses BLAS if ATLAS is present, see
> > numpy