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

2006-06-29 Thread Tim Leslie
On 6/30/06, Keith Goodman <[EMAIL PROTECTED]> wrote: > On 6/29/06, Alan G Isaac <[EMAIL PROTECTED]> wrote: > > A rather minor issue, but I would just like to make sure > > that a policy decision was made not to move to a float > > default for identity(), ones(), zeros(), and empty(). > > (I leave a

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

2006-06-30 Thread Tim Leslie
les/coverage.html I don't think I'll have a chance in the immediate future to try it out with numpy, but if someone does, I'm sure it will give some answers to your questions Eric. Cheers, Tim Leslie > > Using Tomcat but need to do more? Need to support web services, security

[Numpy-discussion] nan_to_num() SystemException

2006-07-02 Thread Tim Leslie
goes away. Beyond that, I'm not sure how to chase this one down. Cheers, Tim Leslie Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based o

Re: [Numpy-discussion] None as missing value

2006-07-02 Thread Tim Leslie
On 7/3/06, Keith Goodman <[EMAIL PROTECTED]> wrote: > I have a list x > > >> x > [[1, None], [2, 3]] > > that I generate outside of numpy (with plain python). What is the best > way to convert x into an array? This doesn't work > > >> asarray(x) > > array([[1, None], >[2, 3]], dtype=object)

Re: [Numpy-discussion] Problems installing numpy0.9.8 on MacOSX (10.4)

2006-07-05 Thread Tim Leslie
On 7/6/06, Satellite Data Research Group <[EMAIL PROTECTED]> wrote: > Dear Sir/Madam > > I am trying to install numpy0.9.8 onto Mac version 10.4 and Python2.4 > and am having trouble doing so. I had successfully installed > inumpy0.9.8 on Python2.3, so am very confused as to why it is not > workin