Re: [Numpy-discussion] Where can I download numpy.i?
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? Thanks On Sun, Feb 27, 2011 at 1:00 PM, <numpy-discussion-request@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-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.
On Sun, Feb 27, 2011 at 12:26 PM, Brandt Belson <bbelson@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-request@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-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.
participants (2)
-
Brandt Belson
-
Warren Weckesser