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 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 point, and I don't rememb

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, M

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

2009-03-20 Thread josef . pktd
2009/3/20 Grissiom : > On Sat, Mar 21, 2009 at 05:03, 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) >> >> doe

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

2009-03-20 Thread David Cournapeau
Hi, 2009/3/21 Sul, Young L : > 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 what those files ar

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, 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 AssertionError > > >

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

2009-03-20 Thread josef . pktd
On Fri, Mar 20, 2009 at 4:49 PM, Pierre GM wrote: > > On Mar 20, 2009, at 4:39 PM, Christopher Barker wrote: > >> 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!

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

2009-03-20 Thread Pierre GM
On Mar 20, 2009, at 4:39 PM, Christopher Barker wrote: > 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. Ho

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.,

[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 i

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 wrote: >> On Fri, Mar 20, 2009 at 2:50 AM, David E. Sallis >> wrote: >>> David Cournapeau said the following on 3/18/2009 9:43 PM: I am pleased to announce the release of the first

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 numsc

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] [Announce] Numpy 1.3.0b1

2009-03-20 Thread Bruce Southey
On Fri, Mar 20, 2009 at 6:03 AM, David Cournapeau wrote: > On Fri, Mar 20, 2009 at 7:59 PM, David Cournapeau wrote: >> On Fri, Mar 20, 2009 at 2:50 AM, David E. Sallis >> wrote: >>> David Cournapeau said the following on 3/18/2009 9:43 PM: I am pleased to announce the release of the first

[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 qu

[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

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 wrote: > On Fri, Mar 20, 2009 at 2:50 AM, David E. Sallis > 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

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 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, or SHA) signatu

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 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 ___ Nump

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

2009-03-20 Thread Vincent Thierion
Hello, Is there an "easy way" to build numpy on remote 64 bits machines on which I don't have any roots privilege ? The shared problem seems related to 64 bits / 32 bits building. Vincent 2009/3/20 David Cournapeau > 2009/3/20 Vincent Thierion : > > Hello, > > > > I built the numpy module for