On Sun, Feb 27, 2011 at 12:26 PM, Brandt Belson <[email protected]>wrote:

> Thanks, but I just downloaded the source for versions 1.5.1 and 1.4.1 and
> neither appear to have a swig directory in doc or numpy/doc. Are you sure
> that it is included with the standard download from
>  http://sourceforge.net/projects/numpy/files/NumPy/
> ?
> Is there another way to get the file?
>



It is in the source code repository on github:

    https://github.com/numpy/numpy/tree/master/doc/swig


Warren


Thanks
>
> On Sun, Feb 27, 2011 at 1:00 PM, <[email protected]>wrote:
>
>> Send NumPy-Discussion mailing list submissions to
>>        [email protected]
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>
>>        http://mail.scipy.org/mailman/listinfo/numpy-discussion
>> or, via email, send a message with subject or body 'help' to
>>        [email protected]
>>
>> You can reach the person managing the list at
>>        [email protected]
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of NumPy-Discussion digest..."
>>
>>
>> Today's Topics:
>>
>>   1. Re: Largest possible numpy array (Sturla Molden)
>>   2. Where can I download numpy.i? (Brandt Belson)
>>   3. Re: Where can I download numpy.i? (Bill Spotz)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Sat, 26 Feb 2011 19:44:03 +0100
>> From: Sturla Molden <[email protected]>
>> Subject: Re: [Numpy-discussion] Largest possible numpy array
>> To: Discussion of Numerical Python <[email protected]>
>> Message-ID: <[email protected]>
>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>
>> Den 26.02.2011 16:09, skrev Jaidev Deshpande:
>> > Hi
>> >
>> > How can I know the size of the largest possible 2-D array in numpy,
>> > given a specific 'dtype' and my system memory?
>> >
>>
>> The largest array size is not dicatated by system memory but virtual
>> memory.
>>
>> On Windws the available virtual address space is 2 GB with x86 and 16 TB
>> with AMD64.
>>
>> If you have less physical memory than the array size, the OS will swap
>> some of it to disk.
>>
>> Sturla
>>
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Sat, 26 Feb 2011 20:15:11 -0500
>> From: Brandt Belson <[email protected]>
>> Subject: [Numpy-discussion] Where can I download numpy.i?
>> To: [email protected]
>> Message-ID:
>>        <[email protected]>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>>
>> I just want to know exactly how to get the file numpy.i (for SWIG), I've
>> come across links that seem to take me nowhere.
>> Thank you.
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>> http://mail.scipy.org/pipermail/numpy-discussion/attachments/20110226/f4679a53/attachment-0001.html
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Sat, 26 Feb 2011 21:30:14 -0700
>> From: "Bill Spotz" <[email protected]>
>> Subject: Re: [Numpy-discussion] Where can I download numpy.i?
>> To: "Discussion of Numerical Python" <[email protected]>
>> Message-ID: <[email protected]>
>> Content-Type: text/plain; charset=us-ascii
>>
>>
>> When you download numpy, it should be in doc/swig/numpy.i
>>
>> On Feb 26, 2011, at 6:15 PM, Brandt Belson wrote:
>>
>> > I just want to know exactly how to get the file numpy.i (for SWIG), I've
>> come across links that seem to take me nowhere.
>> > Thank you.
>>
>> ** Bill Spotz                                              **
>> ** Sandia National Laboratories  Voice: (505)845-0170      **
>> ** P.O. Box 5800                 Fax:   (505)284-0154      **
>> ** Albuquerque, NM 87185-0370    Email: [email protected] **
>>
>>
>>
>>
>> ------------------------------
>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> [email protected]
>> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>>
>> End of NumPy-Discussion Digest, Vol 53, Issue 62
>> ************************************************
>>
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> [email protected]
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to