[Numpy-discussion] searchsorted

2006-06-02 Thread Jonathan Taylor
I'm part of the Team in Training: please support our efforts for the Leukemia and Lymphoma Society! http://www.active.com/donate/tntsvmb/tntsvmbJTaylor GO TEAM !!! ---

Re: [Numpy-discussion] Suggestions for NumPy

2006-06-03 Thread Jonathan Taylor
My suggestion would be to have both numpy.org and scipy.org be the exact same page, but make it extremely clear that there are two different projects on the front page. Cheers. Jon. On 6/2/06, David M. Cooke <[EMAIL PROTECTED]> wrote: > On Fri, 2 Jun 2006 10:27:45 +0200 > Joris De Ridder <[EMAIL

Re: [Numpy-discussion] Time for beta1 of NumPy 1.0

2006-06-30 Thread Jonathan Taylor
+1 for some sort of float. I am a little confused as to why Float64 is a particularly good choice. Can someone explain in more detail? Presumably this is the most sensible ctype and translates to a python float well? In general though I agree that this is a now or never change. I suspect we wil

[Numpy-discussion] byteorder question

2006-06-30 Thread Jonathan Taylor
File "", line 1, in ? TypeError: descriptor 'newbyteorder' requires a 'genericscalar' object but received a 'str' -- Jonathan Taylor Tel: 650.723.9230 Dept. of Statistics

Re: [Numpy-discussion] byteorder question

2006-07-02 Thread Jonathan Taylor
-- ------- -- Jonathan -- Jonathan Taylor Tel: 650.723.9230 Dept. of Statistics

Re: [Numpy-discussion] nan_to_num() SystemException

2006-07-02 Thread Jonathan Taylor
42 > ___ > Numpy-discussion mailing list > Numpy-discussion@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/numpy-discussion > -- Jonathan Taylor

[Numpy-discussion] numpy book

2006-07-07 Thread Jonathan Taylor
athan -- Jonathan Taylor Tel: 650.723.9230 Dept. of Statistics Fax: 650.725.8977 Sequoia Hall, 137 www-stat.stanford.edu/~jtaylo 390 Serra Mall Stanford, CA 94305 Using Tomcat but need to do more? Need to support web ser

Re: [Numpy-discussion] What's wrong with matrices?

2006-07-11 Thread Jonathan Taylor
I agree the real problem with matrices is they seem awkward to work with compared to arrays because numpy seems so array centric. The only advantage I see is getting .T to do transposes and * to do matrix multiplication. I hope numpy reaches a point where it is as natural to use matrices as array

Re: [Numpy-discussion] generalized_inverse

2006-07-14 Thread Jonathan Taylor
;Numpy-discussion mailing list >Numpy-discussion@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/numpy-discussion > > -- -------- I'm part of the Team in Training: please support our efforts

[Numpy-discussion] BLAS not found in numpy 1.0b4

2006-08-31 Thread Jonathan Taylor
When trying to install 1.0b4 I had trouble getting it to detect my installed atlas. This was because the shipped site.cfg had; [atlas] library_dirs = /usr/lib/atlas/3dnow/ atlas_libs = lapack, blas but I had to change 3dnow to sse2 due to my current state of pentiumness. In any case it should p