[Numpy-discussion] dtype

2011-11-28 Thread Mads Ipsen
Hi, Where can I find a complete and exhaustive description of the dtype syntax and arguments. For example, something like a = arange(4, dtype='=H') seems hard to extract from the documentation that I can find on the web and the numpy docstrings. Best regards Mads --

Re: [Numpy-discussion] dtype

2011-11-28 Thread Paul Anton Letnes
Hi, I don't know about documentation, but I always use syntax like zeros(10, dtype=numpy.float64) where you have dtypes like numpy.int8 numpy.uint32 numpy.complex128 # == two numpy.float64, one for real, one for imag. etc. This is usually less confusing to my mind. One caveat: floats above 64

Re: [Numpy-discussion] scipy.org still says source in some subversion repo -- should be git !?

2011-11-28 Thread Ralf Gommers
On Fri, Nov 25, 2011 at 7:20 PM, Sebastian Haase seb.ha...@gmail.comwrote: google search for: numpy browse source points here: http://new.scipy.org/download.html which talks about: svn co http://svn.scipy.org/svn/numpy/trunk numpy The problem is that new.scipy.org duplicates content

Re: [Numpy-discussion] scipy.org still says source in some subversion repo -- should be git !?

2011-11-28 Thread Matthew Brett
Hi, On Mon, Nov 28, 2011 at 1:01 PM, Ralf Gommers ralf.gomm...@googlemail.com wrote: On Fri, Nov 25, 2011 at 7:20 PM, Sebastian Haase seb.ha...@gmail.com wrote: google search for:  numpy browse source points  here:  http://new.scipy.org/download.html which talks about: svn co