Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread David Goldsmith
Thanks, Scott. Clear as mud. (Just kidding, of course.) ;-) DG --- On Wed, 6/10/09, Scott Sinclair wrote: > From: Scott Sinclair > Subject: Re: [Numpy-discussion] Question about memmap > To: "Discussion of Numerical Python" > Date: Wednesday, June 10, 2009, 1:06

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread Scott Sinclair
> 2009/6/10 David Goldsmith : > > --- On Wed, 6/10/09, Scott Sinclair wrote: > >> The front page of the Doc-Wiki says: >> >> "You do not need to be a SciPy developer to contribute, as >> any >> documentation changes committed directly to the Subversion >> repository >> by developers are automatica

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread Gael Varoquaux
On Wed, Jun 10, 2009 at 12:36:07AM -0700, David Goldsmith wrote: > OK, so the reconciliation is two-way, via SVN; I take it only registered > developers have update/commit privileges? Does at least one developer check > SVN at least once daily? The way the web application works, is that it can

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread David Goldsmith
--- On Wed, 6/10/09, Scott Sinclair wrote: > The front page of the Doc-Wiki says: > > "You do not need to be a SciPy developer to contribute, as > any > documentation changes committed directly to the Subversion > repository > by developers are automatically propogated here on a daily > basis.

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread David Goldsmith
--- On Wed, 6/10/09, Gael Varoquaux wrote: > I tend to encourage using the wiki, because it makes it > easy to document > for a non developper. Reviewing the changes is also > easier. And it provides a level of "protection" for the source; though a late-comer to this system, it's wisdom is pla

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread Gökhan SEVER
On Wed, Jun 10, 2009 at 2:26 AM, Scott Sinclair wrote: > > 2009/6/10 David Goldsmith : > > > > My present job - and the Summer Numpy Doc Marathon - is premised on > making changes/additions through the Wiki; if anyone other than registered > developers is to be messing w/ the rst, it's news to me

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread Robert Kern
On Wed, Jun 10, 2009 at 02:25, Gökhan SEVER wrote: > On Wed, Jun 10, 2009 at 2:13 AM, Pauli Virtanen wrote: >> >> Wed, 10 Jun 2009 01:51:19 -0500, Gökhan SEVER kirjoitti: >> > What's the reason again that memmap only works with binary files? >> >> There are no separate "text files" and "binary fil

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread Scott Sinclair
> 2009/6/10 David Goldsmith : > > My present job - and the Summer Numpy Doc Marathon - is premised on making > changes/additions through the Wiki; if anyone other than registered > developers is to be messing w/ the rst, it's news to me.  At this point, > someone who knows should please step in

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread Gökhan SEVER
On Wed, Jun 10, 2009 at 2:13 AM, Pauli Virtanen wrote: > Wed, 10 Jun 2009 01:51:19 -0500, Gökhan SEVER kirjoitti: > > What's the reason again that memmap only works with binary files? > > There are no separate "text files" and "binary files". All files are > binary, some just contain text that in

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread Gael Varoquaux
On Wed, Jun 10, 2009 at 02:20:00AM -0500, Gökhan SEVER wrote: >On Wed, Jun 10, 2009 at 2:03 AM, David Goldsmith ><[1]d_l_goldsm...@yahoo.com> wrote: > My present job - and the Summer Numpy Doc Marathon - is premised on > making changes/additions through the Wiki; if anyone other

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread Robert Kern
On Wed, Jun 10, 2009 at 02:20, Gökhan SEVER wrote: > On Wed, Jun 10, 2009 at 2:03 AM, David Goldsmith > wrote: >> >> My present job - and the Summer Numpy Doc Marathon - is premised on making >> changes/additions through the Wiki; if anyone other than registered >> developers is to be messing w/ t

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread Gökhan SEVER
On Wed, Jun 10, 2009 at 2:03 AM, David Goldsmith wrote: > > My present job - and the Summer Numpy Doc Marathon - is premised on making > changes/additions through the Wiki; if anyone other than registered > developers is to be messing w/ the rst, it's news to me. At this point, > someone who know

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread Pauli Virtanen
Wed, 10 Jun 2009 01:51:19 -0500, Gökhan SEVER kirjoitti: > What's the reason again that memmap only works with binary files? There are no separate "text files" and "binary files". All files are binary, some just contain text that in some cases represents an array of numbers. Memmap views also

Re: [Numpy-discussion] Question about memmap

2009-06-10 Thread David Goldsmith
nship between the Wiki and the rst (or point to the place on the Wiki where this is explained). Thanks! DG --- On Tue, 6/9/09, Gökhan SEVER wrote: > From: Gökhan SEVER > Subject: Re: [Numpy-discussion] Question about memmap > To: "Discussion of Numerical Python" > Date: T

Re: [Numpy-discussion] Question about memmap

2009-06-09 Thread Gökhan SEVER
On Wed, Jun 10, 2009 at 1:41 AM, David Goldsmith wrote: > > --- On Tue, 6/9/09, Gökhan SEVER wrote: > > > You mean you modified the rst documents in the numpy > > trunk? > > No, at least I don't think so, I made the modification at: > > http://docs.scipy.org/numpy/docs/numpy.core.memmap.memmap/ >

Re: [Numpy-discussion] Question about memmap

2009-06-09 Thread Gökhan SEVER
On Wed, Jun 10, 2009 at 12:34 AM, Matthew Brett wrote: > Hi, > > > I am having problem while trying to memory map a simple file (attached as > > test.txt) > > The file looks like a text file, but memmap is for binary files. > Could that be the problem? > > Best, > > Matthew What's the reason aga

Re: [Numpy-discussion] Question about memmap

2009-06-09 Thread David Goldsmith
--- On Tue, 6/9/09, Gökhan SEVER wrote: > You mean you modified the rst documents in the numpy > trunk? No, at least I don't think so, I made the modification at: http://docs.scipy.org/numpy/docs/numpy.core.memmap.memmap/ and, IIUC, the "auto-sync" between the Wiki and the rst is one-way: rs

Re: [Numpy-discussion] Question about memmap

2009-06-09 Thread Gökhan SEVER
On Wed, Jun 10, 2009 at 12:56 AM, David Goldsmith wrote: > > --- On Tue, 6/9/09, Gökhan SEVER wrote: > > > Matthew Brett > > wrote: > > > > > I am having problem while trying to memory map a > > simple file (attached as > > > > > test.txt) > > > > The file looks like a text file, but memmap is f

Re: [Numpy-discussion] Question about memmap

2009-06-09 Thread David Goldsmith
Sorry for the double post, my link and/or browser was acting up. DG ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Question about memmap

2009-06-09 Thread Robert Kern
On Wed, Jun 10, 2009 at 00:56, David Goldsmith wrote: > > --- On Tue, 6/9/09, Gökhan SEVER wrote: >> I don't see such a restriction in memmap function based >> on its help > > Fixed (at least in the Numpy Doc Wiki, don't know how long it will take for > that to propagate to a release) > >> at or

Re: [Numpy-discussion] Question about memmap

2009-06-09 Thread David Goldsmith
--- On Tue, 6/9/09, Gökhan SEVER wrote: > Matthew Brett > wrote: > > > I am having problem while trying to memory map a > simple file (attached as > > > test.txt) > > The file looks like a text file, but memmap is for > binary files. > > Could that be the problem? > > Matthew > > I don't s

Re: [Numpy-discussion] Question about memmap

2009-06-09 Thread David Goldsmith
--- On Tue, 6/9/09, Gökhan SEVER wrote: > Matthew Brett > wrote: > > > I am having problem while trying to memory map a > simple file (attached as > > > test.txt) > > The file looks like a text file, but memmap is for > binary files. > > Could that be the problem? > > Matthew > > I don't s

Re: [Numpy-discussion] Question about memmap

2009-06-09 Thread Gökhan SEVER
On Wed, Jun 10, 2009 at 12:34 AM, Matthew Brett wrote: > Hi, > > > I am having problem while trying to memory map a simple file (attached as > > test.txt) > > The file looks like a text file, but memmap is for binary files. > Could that be the problem? > > Best, > > Matthew > I don't see such a r

Re: [Numpy-discussion] Question about memmap

2009-06-09 Thread Matthew Brett
Hi, > I am having problem while trying to memory map a simple file (attached as > test.txt) The file looks like a text file, but memmap is for binary files. Could that be the problem? Best, Matthew ___ Numpy-discussion mailing list Numpy-discussion@sc

[Numpy-discussion] Question about memmap

2009-06-09 Thread Gökhan SEVER
Hello, I am having problem while trying to memory map a simple file (attached as test.txt) In IPython data = memmap('test.txt', mode='r', dtype=double, shape=(3,5)) data memmap([[ 3.45616501e-86, 4.85780149e-33, 4.85787493e-33, 5.07185821e-86, 4.85780159e-33], [ 4.8578