Re: [Numpy-discussion] [Announce] Numpy 1.3.0b1

2009-03-20 Thread Gael Varoquaux
On Fri, Mar 20, 2009 at 11:31:18AM +0900, David Cournapeau wrote: OK, let's put it this way: if you feel it makes your life easier for me to have SVN acces, I don't mind. But I won't use it for anything else than docs and text file (or maybe a patch after review, but my volume of patches

Re: [Numpy-discussion] numpy for 64 bits machine

2009-03-20 Thread Nils Wagner
On Fri, 20 Mar 2009 11:09:49 +0100 Vincent Thierion vincent.thier...@ema.fr wrote: Hello, Is there an easy way to build numpy on remote 64 bits machines on which I don't have any roots privilege ? python setup.py install --prefix=$HOME/local Nils

Re: [Numpy-discussion] [Announce] Numpy 1.3.0b1

2009-03-20 Thread David Cournapeau
On Fri, Mar 20, 2009 at 2:50 AM, David E. Sallis david.sal...@noaa.gov wrote: David Cournapeau said the following on 3/18/2009 9:43 PM: I am pleased to announce the release of the first beta for numpy 1.3.0. I would totally love to begin using this.  Can I trouble you to include MD5 (or PGP,

Re: [Numpy-discussion] [Announce] Numpy 1.3.0b1

2009-03-20 Thread David Cournapeau
On Fri, Mar 20, 2009 at 7:59 PM, David Cournapeau courn...@gmail.com wrote: On Fri, Mar 20, 2009 at 2:50 AM, David E. Sallis david.sal...@noaa.gov wrote: David Cournapeau said the following on 3/18/2009 9:43 PM: I am pleased to announce the release of the first beta for numpy 1.3.0. I would

[Numpy-discussion] using assertEqual in unittest to test two np.ndarray?

2009-03-20 Thread Grissiom
Hi all, When I try to use assertEqual in unittest to test my numpy codes I got this: == ERROR: test_test (__main__.Test_data_ana) -- Traceback (most recent call

[Numpy-discussion] data software,chemometricas, GUI and scikit

2009-03-20 Thread giorgio.luci...@inwind.it
Dear All, we are proceeding with the building of our data analysis software and also not raise licensing problem we are splitting the “core” part and the GUI part. We will try open a scikit for scipy for chemometrics and we are trying to port all the essential routines that already exist. One

Re: [Numpy-discussion] numscons missing directory?

2009-03-20 Thread Sul, Young L
Hi! In /usr/lib/python2.4/site-packages/numscons-0.9.4-py2.4.egg/numscons There is this: r...@nightingale # ls -F __init__.py*core/ numdist/tools/ __init__.pycmisc.py*testcode_snippets.py* version.py* checkers/

Re: [Numpy-discussion] numscons missing directory?

2009-03-20 Thread Sul, Young L
Hi, I went to https://launchpad.net/numpy.scons.support/+download and grabbed numscons-0.9.2.tar.bz2. But, you get this error when installing numpy: RuntimeError: You need numscons = 0.9.3 to build numpy with numscons (detected 0.9.2 ) So I did the easy install upgrade (easy_install -U

Re: [Numpy-discussion] [Announce] Numpy 1.3.0b1

2009-03-20 Thread David E. Sallis
David Cournapeau said the following on 3/20/2009 6:03 AM: On Fri, Mar 20, 2009 at 7:59 PM, David Cournapeau courn...@gmail.com wrote: On Fri, Mar 20, 2009 at 2:50 AM, David E. Sallis david.sal...@noaa.gov wrote: David Cournapeau said the following on 3/18/2009 9:43 PM: I am pleased to

[Numpy-discussion] more on that missing directory

2009-03-20 Thread Sul, Young L
Hi, (I'm on a Solaris 10 intel system, and am trying to use the sunperf libraries) I downloaded the 0.9.4 branch of numpy.scons.support, and tried to install from that. An immediate problem is that some files seem to have embedded ^Ms in them. I had to clean and rerun a few times before numpy

Re: [Numpy-discussion] using assertEqual in unittest to test two np.ndarray?

2009-03-20 Thread Christopher Barker
Grissiom wrote: I know I should use array_equal to test two arrays Not answering your question, but I hadn't known about array_equal, so when I saw this, I thought: great! I can get rid of a bunch of ugly code in my tests. However, it doesn't work as I would like for NaNs: a array([ 1.,

Re: [Numpy-discussion] using assertEqual in unittest to test two np.ndarray?

2009-03-20 Thread Grissiom
On Sat, Mar 21, 2009 at 05:03, josef.p...@gmail.com wrote: for testing purposes it is available in numpy testing: from numpy.testing import assert_equal, assert_almost_equal, assert_array_equal a = np.array([ 1., 2., np.NaN, 4.]) assert_array_equal(a,a) does not raise

Re: [Numpy-discussion] more on that missing directory

2009-03-20 Thread David Cournapeau
Hi, 2009/3/21 Sul, Young L s...@hcp.med.harvard.edu: Hi, (I’m on a Solaris 10 intel system, and am trying to use the sunperf libraries) An immediate problem is that some files seem to have embedded ^Ms in them. I had to clean and rerun a few times before numpy installed. Could you tell me

Re: [Numpy-discussion] using assertEqual in unittest to test two np.ndarray?

2009-03-20 Thread josef . pktd
2009/3/20 Grissiom chaos.pro...@gmail.com: On Sat, Mar 21, 2009 at 05:03, josef.p...@gmail.com wrote: for testing purposes it is available in numpy testing: from numpy.testing import assert_equal,  assert_almost_equal, assert_array_equal a = np.array([  1.,   2.,  np.NaN,   4.])

Re: [Numpy-discussion] more on that missing directory

2009-03-20 Thread Sul, Young L
I'll have to get back to you on the files. Would you like a login to a solaris 10 system? I could provide that. From: numpy-discussion-boun...@scipy.org [numpy-discussion-boun...@scipy.org] On Behalf Of David Cournapeau [courn...@gmail.com] Sent: Friday,

Re: [Numpy-discussion] more on that missing directory

2009-03-20 Thread David Cournapeau
On Sat, Mar 21, 2009 at 11:32 AM, Sul, Young L s...@hcp.med.harvard.edu wrote: I'll have to get back to you on the files. Would you like a login to a solaris 10 system? I could provide that. That could be useful, yes. I had a solaris 10 install, but I am afraid I had to wipe it out at some