Hi,
On Mon, Nov 28, 2011 at 1:01 PM, Ralf Gommers
wrote:
>
>
> On Fri, Nov 25, 2011 at 7:20 PM, Sebastian Haase
> wrote:
>>
>> 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 n
On Fri, Nov 25, 2011 at 7:20 PM, Sebastian Haase wrote:
> 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 from scipy.or
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
bit
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
--
+