On Sun, Feb 27, 2011 at 12:26 PM, Brandt Belson <bbel...@princeton.edu>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, <numpy-discussion-requ...@scipy.org>wrote:
>
>> Send NumPy-Discussion mailing list submissions to
>>        numpy-discussion@scipy.org
>>
>> 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
>>        numpy-discussion-requ...@scipy.org
>>
>> You can reach the person managing the list at
>>        numpy-discussion-ow...@scipy.org
>>
>> 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 <stu...@molden.no>
>> Subject: Re: [Numpy-discussion] Largest possible numpy array
>> To: Discussion of Numerical Python <numpy-discussion@scipy.org>
>> Message-ID: <4d6949f3.5000...@molden.no>
>> 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 <bbel...@princeton.edu>
>> Subject: [Numpy-discussion] Where can I download numpy.i?
>> To: numpy-discussion@scipy.org
>> Message-ID:
>>        <AANLkTinJ=UL-OkKDEy1s6gqYXG-fCEKY=zuqnowt1...@mail.gmail.com>
>> 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" <wfsp...@sandia.gov>
>> Subject: Re: [Numpy-discussion] Where can I download numpy.i?
>> To: "Discussion of Numerical Python" <numpy-discussion@scipy.org>
>> Message-ID: <da7e52e9-e892-4d1a-8c97-a4384692c...@sandia.gov>
>> 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: wfsp...@sandia.gov **
>>
>>
>>
>>
>> ------------------------------
>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-Discussion@scipy.org
>> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
>>
>> End of NumPy-Discussion Digest, Vol 53, Issue 62
>> ************************************************
>>
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to