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
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-request@scipy.org
You can reach the person managing the list at
numpy-discussion-owner@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 <sturla@molden.no>
Subject: Re: [Numpy-discussion] Largest possible numpy array
To: Discussion of Numerical Python <numpy-discussion@scipy.org>
Message-ID: <4D6949F3.5000205@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 <bbelson@princeton.edu>
Subject: [Numpy-discussion] Where can I download numpy.i?
To: numpy-discussion@scipy.org
Message-ID:
<AANLkTinJ=UL-OkKDEy1s6gqYXG-fCEKY=zUQNowt1LJg@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" <wfspotz@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-A4384692CC57@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: wfspotz@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
************************************************