[Numpy-discussion] OSX installer: please test

2008-04-19 Thread Muhammad Alkarouri
no current work using it. So another question is whether the new numpy will work with the old scipy, or should one wait for a new scipy release/use svn? Keep up the good work. Regards, Muhammad Alkarouri __ Sent from Yahoo! Mail

[Numpy-discussion] numpy and bitwise arrays?

2009-01-21 Thread Muhammad Alkarouri
operations, but I was wondering how to encode the data in the first place. As a Python long? As an int ndarray? Which int type? How to save and load such data in such a way that when I load it the information that it is a bit array is stored? Any help would be appreciated. Regards, Muhammad

Re: [Numpy-discussion] numpy and bitwise arrays?

2009-01-21 Thread Muhammad Alkarouri
--- On Wed, 21/1/09, Stéfan van der Walt ste...@sun.ac.za wrote: From: Stéfan van der Walt ste...@sun.ac.za ... You can also take a look at Ilan Schnell's bitarray: http://pypi.python.org/pypi/bitarray/ Looks good to me. Thanks for the suggestion. Muhammad

[Numpy-discussion] linalg.svd not working?

2009-05-05 Thread Muhammad Alkarouri
and configuration is probably a bit non-standard, so I am including the output of python -m numpy.distutils.system_info below. In particular, all the installation was done using CC='gcc -m32' to enforce 32 bit executables, as Python is a 32 bit executable here. Regards, Muhammad Alkarouri

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

2009-05-06 Thread Muhammad Alkarouri
for testing)? Regards, Muhammad Alkarouri ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

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

2009-05-06 Thread Muhammad Alkarouri
) libpthread.so.0 = /lib/tls/libpthread.so.0 (0xf736b000) /lib/ld-linux.so.2 (0x56555000) but still, test_pinv hangs using almost 100% of CPU time. Any suggestions? Regards, Muhammad Alkarouri ___ Numpy-discussion mailing list Numpy-discussion

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

2009-05-06 Thread Muhammad Alkarouri
with a standard package blas and lapack, and the tests passed without incident. Many thanks. I guess I will leave the atlas benefits for another day. Cheers, Muhammad Alkarouri ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http

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 malkaro...@yahoo.co.uk wrote: From: Muhammad Alkarouri malkaro...@yahoo.co.uk Subject: Re: [Numpy-discussion] linalg.svd not working? ... It is an atlas problem. Not that I knew how