On Tue, Aug 11, 2015 at 11:46 PM, Charles R Harris
wrote:
> On Tue, Aug 11, 2015 at 4:32 PM, Sandro Tosi wrote:
>>
>> On Tue, Aug 11, 2015 at 11:22 PM, Charles R Harris
>> wrote:
>> > I'm uploading replacements for the tar and zip files.. Not sure why
>> > numpy-vendor didn't do the job.
>>
>> i
On Tue, Aug 11, 2015 at 4:32 PM, Sandro Tosi wrote:
> On Tue, Aug 11, 2015 at 11:22 PM, Charles R Harris
> wrote:
> > I'm uploading replacements for the tar and zip files.. Not sure why
> > numpy-vendor didn't do the job.
>
> if so then please upload a b2, so it will avoid confusion with those
>
On Tue, Aug 11, 2015 at 11:22 PM, Charles R Harris
wrote:
> I'm uploading replacements for the tar and zip files.. Not sure why
> numpy-vendor didn't do the job.
if so then please upload a b2, so it will avoid confusion with those
who have downloaded a b1-pre-fix and those with a b1-post-fix
Reg
On Tue, Aug 11, 2015 at 4:13 PM, Charles R Harris wrote:
>
>
> On Tue, Aug 11, 2015 at 3:44 PM, Nathan Goldbaum
> wrote:
>
>> Maybe this is just me, I tried to build the tarball I got from
>> sourceforge in a fresh virtualenv on my mac and received the following
>> error:
>>
>> clang: numpy/core
On Tue, Aug 11, 2015 at 3:44 PM, Nathan Goldbaum
wrote:
> Maybe this is just me, I tried to build the tarball I got from sourceforge
> in a fresh virtualenv on my mac and received the following error:
>
> clang: numpy/core/src/multiarray/buffer.c
> clang: src/multiarray/cblasfuncs.c
> clang: erro
Maybe this is just me, I tried to build the tarball I got from sourceforge
in a fresh virtualenv on my mac and received the following error:
clang: numpy/core/src/multiarray/buffer.c
clang: src/multiarray/cblasfuncs.c
clang: error: no such file or directory: 'src/multiarray/cblasfuncs.c'
clang: er
Hi All,
give this release a whirl and report any problems either on the
numpy-discussion list or by opening an issue on github.
I'm pleased to announce the first beta release of Numpy 1.10.0. There is
over a year's worth of enhancements and bug fixes in the 1.10.0 release, so
please give this rele
Announcement: pyMIC v0.6
=
I'm happy to announce the release of pyMIC v0.6.
pyMIC is a Python module to offload computation in a Python program to the
Intel Xeon Phi coprocessor. It contains offloadable arrays and device
management functions. It supports invocation of
The overhead of the np.matrix class is quite high for small matrices. See
for example the following code:
import time
import math
import numpy as np
def rot2D(phi):
c=math.cos(phi);
return np.matrix(c)
_b=np.matrix(np.zeros( (1,)))
def rot2Dx(phi):
global _b
r=_b.copy()
c=mat