Re: [Numpy-discussion] Numpy Trac site redirecting in a loop?

2009-05-08 Thread Thomas Robitaille
Pauli Virtanen-3 wrote: > > I applied the patch from the ticket; I think password resets should work > now, so you can try using your old accounts again. > That worked, thanks! Now I think of it, the problem started occurring after I had forgotten my password and had to reset it. Thomas --

Re: [Numpy-discussion] Numpy Trac site redirecting in a loop?

2009-05-08 Thread Pauli Virtanen
Wed, 06 May 2009 16:35:23 -0700, Thomas Robitaille wrote: > Could it be linked to specific users, since the problem occurs when > loading the account page? I had the same problem on two different > computers with two different browsers. Looks like this bug in TracAccountManager: http://t

Re: [Numpy-discussion] David does C code coverage!

2009-05-08 Thread Stéfan van der Walt
2009/5/8 Chris Colbert : > Now man up and buy him his beer! All debt will be repaid at SciPy09! The tally is currently: Joe Harrington : 1 ice-cream I lost a bet on the number of people who would sign up to document NumPy. My bet: 30. Current count: approaching 100. David Cournapeau: 1 beer

Re: [Numpy-discussion] David does C code coverage!

2009-05-08 Thread Chris Colbert
Now man up and buy him his beer! 2009/5/8 Stéfan van der Walt > Hi all, > > David Cournapeau got gcov working with NumPy! Well done, David! > > > http://cournape.wordpress.com/2009/05/08/first-steps-toward-c-code-coverage-in-numpy/ > > Regards > Stéfan >

Re: [Numpy-discussion] efficient 3d histogram creation

2009-05-08 Thread Dag Sverre Seljebotn
Charles R Harris wrote: > Hi Dag, > > Numpy can now do separate compilations with controlled export of symbols > when the object files are linked together to make a module. Does Cython > have > anyway of controlling the visibility of symbols or should we just include > the right files in Numpy to g

Re: [Numpy-discussion] linalg.svd not working?

2009-05-08 Thread Muhammad Alkarouri
Replying to myself, just that the experience may benefit a later user. --- On Wed, 6/5/09, Muhammad Alkarouri wrote: > From: Muhammad Alkarouri > Subject: Re: [Numpy-discussion] linalg.svd not working? ... > It is an atlas problem. Not that I knew how to correct it, > but I was able to build n

[Numpy-discussion] David does C code coverage!

2009-05-08 Thread Stéfan van der Walt
Hi all, David Cournapeau got gcov working with NumPy! Well done, David! http://cournape.wordpress.com/2009/05/08/first-steps-toward-c-code-coverage-in-numpy/ Regards Stéfan ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy

Re: [Numpy-discussion] Installation NumPy v.1.2.1 on Linux

2009-05-08 Thread Pauli Virtanen
Fri, 08 May 2009 11:45:51 +0400, Ilya A. Kozyreff kirjoitti: > $ python setup.py install --prefix=/nethome/ia/usr/ > > $ python -c 'import numpy; numpy.test()' [clip] > ImportError: No module named numpy [clip] > What I do wrong? http://docs.python.org/install/index.html#modifying-python-s-search

[Numpy-discussion] Installation NumPy v.1.2.1 on Linux

2009-05-08 Thread Ilya A. Kozyreff
From: Ilya A. Kozyreff [mailto:i...@jscc.ru] Sent: Friday, May 08, 2009 11:16 AM To: 'numpy-discussion@scipy.org' Subject: Installation NumPy v.1.2.1 on Linux Hi, all! I try to install NumPy v.1.2.1 on Red Hat Linux as user like this: $ python setup.py install --prefix=/nethome/i