<br><br><div class="gmail_quote">On Sun, Feb 27, 2011 at 12:26 PM, Brandt Belson <span dir="ltr"><<a href="mailto:bbelson@princeton.edu">bbelson@princeton.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

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<div> <a href="http://sourceforge.net/projects/numpy/files/NumPy/" target="_blank">http://sourceforge.net/projects/numpy/files/NumPy/</a></div>



<div>?</div><div>Is there another way to get the file?</div></blockquote><div><br><br><br>It is in the source code repository on github:<br><br>    <a href="https://github.com/numpy/numpy/tree/master/doc/swig">https://github.com/numpy/numpy/tree/master/doc/swig</a><br>

<br><br>Warren<br><br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div>Thanks</div><div><div><br><div class="gmail_quote">On Sun, Feb 27, 2011 at 1:00 PM,  <span dir="ltr"><<a href="mailto:numpy-discussion-request@scipy.org" target="_blank">numpy-discussion-request@scipy.org</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Send NumPy-Discussion mailing list submissions to<br>
        <a href="mailto:numpy-discussion@scipy.org" target="_blank">numpy-discussion@scipy.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<div class="im"><br>
        <a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br></div>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:numpy-discussion-request@scipy.org" target="_blank">numpy-discussion-request@scipy.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:numpy-discussion-owner@scipy.org" target="_blank">numpy-discussion-owner@scipy.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of NumPy-Discussion digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Largest possible numpy array (Sturla Molden)<br>
   2. Where can I download numpy.i? (Brandt Belson)<br>
   3. Re: Where can I download numpy.i? (Bill Spotz)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 26 Feb 2011 19:44:03 +0100<br>
From: Sturla Molden <<a href="mailto:sturla@molden.no" target="_blank">sturla@molden.no</a>><br>
Subject: Re: [Numpy-discussion] Largest possible numpy array<br>
To: Discussion of Numerical Python <<a href="mailto:numpy-discussion@scipy.org" target="_blank">numpy-discussion@scipy.org</a>><br>
Message-ID: <<a href="mailto:4D6949F3.5000205@molden.no" target="_blank">4D6949F3.5000205@molden.no</a>><br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Den 26.02.2011 16:09, skrev Jaidev Deshpande:<br>
> Hi<br>
><br>
> How can I know the size of the largest possible 2-D array in numpy,<br>
> given a specific 'dtype' and my system memory?<br>
><br>
<br>
The largest array size is not dicatated by system memory but virtual memory.<br>
<br>
On Windws the available virtual address space is 2 GB with x86 and 16 TB<br>
with AMD64.<br>
<br>
If you have less physical memory than the array size, the OS will swap<br>
some of it to disk.<br>
<br>
Sturla<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sat, 26 Feb 2011 20:15:11 -0500<br>
From: Brandt Belson <<a href="mailto:bbelson@princeton.edu" target="_blank">bbelson@princeton.edu</a>><br>
Subject: [Numpy-discussion] Where can I download numpy.i?<br>
To: <a href="mailto:numpy-discussion@scipy.org" target="_blank">numpy-discussion@scipy.org</a><br>
Message-ID:<br>
        <AANLkTinJ=UL-OkKDEy1s6gqYXG-fCEKY=<a href="mailto:zUQNowt1LJg@mail.gmail.com" target="_blank">zUQNowt1LJg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<div class="im"><br>
<br>
I just want to know exactly how to get the file numpy.i (for SWIG), I've<br>
come across links that seem to take me nowhere.<br>
Thank you.<br></div>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mail.scipy.org/pipermail/numpy-discussion/attachments/20110226/f4679a53/attachment-0001.html" target="_blank">http://mail.scipy.org/pipermail/numpy-discussion/attachments/20110226/f4679a53/attachment-0001.html</a><br>




<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Sat, 26 Feb 2011 21:30:14 -0700<br>
From: "Bill Spotz" <<a href="mailto:wfspotz@sandia.gov" target="_blank">wfspotz@sandia.gov</a>><br>
Subject: Re: [Numpy-discussion] Where can I download numpy.i?<br>
To: "Discussion of Numerical Python" <<a href="mailto:numpy-discussion@scipy.org" target="_blank">numpy-discussion@scipy.org</a>><br>
Message-ID: <<a href="mailto:DA7E52E9-E892-4D1A-8C97-A4384692CC57@sandia.gov" target="_blank">DA7E52E9-E892-4D1A-8C97-A4384692CC57@sandia.gov</a>><br>
Content-Type: text/plain; charset=us-ascii<div><div></div><div class="h5"><br>
<br>
When you download numpy, it should be in doc/swig/numpy.i<br>
<br>
On Feb 26, 2011, at 6:15 PM, Brandt Belson wrote:<br>
<br>
> 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.<br>
> Thank you.<br>
<br>
** Bill Spotz                                              **<br>
** Sandia National Laboratories  Voice: (505)845-0170      **<br>
** P.O. Box 5800                 Fax:   (505)284-0154      **<br>
** Albuquerque, NM 87185-0370    Email: <a href="mailto:wfspotz@sandia.gov" target="_blank">wfspotz@sandia.gov</a> **<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org" target="_blank">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
<br>
<br></div></div>
End of NumPy-Discussion Digest, Vol 53, Issue 62<br>
************************************************<br>
</blockquote></div><br></div></div>
<br>_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
<br></blockquote></div><br>