Re: [Numpy-discussion] numpy 1.7.0 release?

2012-01-07 Thread Ralf Gommers
On Sat, Jan 7, 2012 at 2:45 AM, Bruce Southey wrote: > On Fri, Jan 6, 2012 at 9:15 AM, Ralf Gommers > wrote: > > > > > > On Tue, Dec 20, 2011 at 9:28 PM, Ralf Gommers < > ralf.gomm...@googlemail.com> > > wrote: > >> > >> > >> > >> On Tue, Dec 20, 2011 at 3:18 PM, Charles R Harris > >> wrote: >

Re: [Numpy-discussion] numpy 1.7.0 release?

2012-01-06 Thread Bruce Southey
On Fri, Jan 6, 2012 at 9:15 AM, Ralf Gommers wrote: > > > On Tue, Dec 20, 2011 at 9:28 PM, Ralf Gommers > wrote: >> >> >> >> On Tue, Dec 20, 2011 at 3:18 PM, Charles R Harris >> wrote: >>> >>> Hi Ralf, >>> >>> On Mon, Dec 5, 2011 at 12:43 PM, Ralf Gommers >>> wrote: Hi all,

Re: [Numpy-discussion] numpy 1.7.0 release?

2012-01-06 Thread Ralf Gommers
On Tue, Dec 20, 2011 at 9:28 PM, Ralf Gommers wrote: > > > On Tue, Dec 20, 2011 at 3:18 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> Hi Ralf, >> >> On Mon, Dec 5, 2011 at 12:43 PM, Ralf Gommers < >> ralf.gomm...@googlemail.com> wrote: >> >>> Hi all, >>> >>> It's been a little ov

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-20 Thread Ralf Gommers
On Tue, Dec 20, 2011 at 3:18 PM, Charles R Harris wrote: > Hi Ralf, > > On Mon, Dec 5, 2011 at 12:43 PM, Ralf Gommers > wrote: > >> Hi all, >> >> It's been a little over 6 months since the release of 1.6.0 and the NA >> debate has quieted down, so I'd like to ask your opinion on the timing of >>

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-20 Thread Charles R Harris
Hi Ralf, On Mon, Dec 5, 2011 at 12:43 PM, Ralf Gommers wrote: > Hi all, > > It's been a little over 6 months since the release of 1.6.0 and the NA > debate has quieted down, so I'd like to ask your opinion on the timing of > 1.7.0. It looks to me like we have a healthy amount of bug fixes and sma

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-08 Thread Ralf Gommers
On Wed, Dec 7, 2011 at 8:45 PM, Bruce Southey wrote: > On Tue, Dec 6, 2011 at 4:13 PM, Wes McKinney wrote: > > On Tue, Dec 6, 2011 at 4:11 PM, Ralf Gommers > > wrote: > >> > >> > >> On Mon, Dec 5, 2011 at 8:43 PM, Ralf Gommers < > ralf.gomm...@googlemail.com> > >> wrote: > >>> > >>> Hi all, > >

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-08 Thread Ralf Gommers
On Wed, Dec 7, 2011 at 5:23 PM, Thouis (Ray) Jones wrote: > On Tue, Dec 6, 2011 at 22:11, Ralf Gommers > wrote: > > To be a bit more detailed here, these are the most significant pull > requests > > / patches that I think can be merged with a limited amount of work: > > meshgrid enhancements: ht

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-07 Thread Bruce Southey
On Tue, Dec 6, 2011 at 4:13 PM, Wes McKinney wrote: > On Tue, Dec 6, 2011 at 4:11 PM, Ralf Gommers > wrote: >> >> >> On Mon, Dec 5, 2011 at 8:43 PM, Ralf Gommers >> wrote: >>> >>> Hi all, >>> >>> It's been a little over 6 months since the release of 1.6.0 and the NA >>> debate has quieted down,

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-07 Thread Thouis (Ray) Jones
On Tue, Dec 6, 2011 at 22:11, Ralf Gommers wrote: > To be a bit more detailed here, these are the most significant pull requests > / patches that I think can be merged with a limited amount of work: > meshgrid enhancements: http://projects.scipy.org/numpy/ticket/966 > sample_from function: https:/

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-07 Thread Pierre Haessig
Le 07/12/2011 12:42, Pierre GM a écrit : > Ever tried to use genfromtxt ? You'll guess I didn't ... next time I'll do ;-) Thanks for the tip ! Best, Pierre ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinf

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-07 Thread Pierre GM
On Dec 07, 2011, at 11:24 , Pierre Haessig wrote: > > Now for my personal use, I was not so frustrated by loading performance > but rather by NA support, so I wrote my own loadCsv function to get a > masked array. It was nor beautiful, neither very efficient, but it does > the job ! Ever trie

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-07 Thread Pierre Haessig
Le 06/12/2011 23:13, Wes McKinney a écrit : > I think R has two functions read.csv and read.csv2, where read.csv2 is > capable of dealing with things like European decimal format. > I may be wrong, but from R's help I understand that read.csv, read.csv2, read.delim, ... are just calls to read.tabl

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-06 Thread Charles R Harris
On Mon, Dec 5, 2011 at 12:43 PM, Ralf Gommers wrote: > Hi all, > > It's been a little over 6 months since the release of 1.6.0 and the NA > debate has quieted down, so I'd like to ask your opinion on the timing of > 1.7.0. It looks to me like we have a healthy amount of bug fixes and small > impro

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-06 Thread Derek Homeier
On 06.12.2011, at 11:13PM, Wes McKinney wrote: > This isn't the place for this discussion but we should start talking > about building a *high performance* flat file loading solution with > good column type inference and sensible defaults, etc. It's clear that > loadtable is aiming for highest com

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-06 Thread Wes McKinney
On Tue, Dec 6, 2011 at 4:11 PM, Ralf Gommers wrote: > > > On Mon, Dec 5, 2011 at 8:43 PM, Ralf Gommers > wrote: >> >> Hi all, >> >> It's been a little over 6 months since the release of 1.6.0 and the NA >> debate has quieted down, so I'd like to ask your opinion on the timing of >> 1.7.0. It look

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-06 Thread Ralf Gommers
On Mon, Dec 5, 2011 at 8:43 PM, Ralf Gommers wrote: > Hi all, > > It's been a little over 6 months since the release of 1.6.0 and the NA > debate has quieted down, so I'd like to ask your opinion on the timing of > 1.7.0. It looks to me like we have a healthy amount of bug fixes and small > improv

Re: [Numpy-discussion] numpy 1.7.0 release

2011-12-05 Thread Tim Burgess
> > On Mon, Dec 5, 2011 at 9:13 PM, Charles R Harris > wrote: > >> >> >> On Mon, Dec 5, 2011 at 1:08 PM, Travis Oliphant >> wrote: >> >>> I like the idea. Is there resolution to the NA question? >>> >> >> No, people still disagree and are likely to do so for years to come with >> no end

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-05 Thread Ralf Gommers
On Mon, Dec 5, 2011 at 9:13 PM, Charles R Harris wrote: > > > On Mon, Dec 5, 2011 at 1:08 PM, Travis Oliphant wrote: > >> I like the idea. Is there resolution to the NA question? >> > > No, people still disagree and are likely to do so for years to come with > no end in sight. That's why the pre

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-05 Thread Charles R Harris
On Mon, Dec 5, 2011 at 1:08 PM, Travis Oliphant wrote: > I like the idea. Is there resolution to the NA question? > No, people still disagree and are likely to do so for years to come with no end in sight. That's why the preview label. Chuck ___ NumP

Re: [Numpy-discussion] numpy 1.7.0 release?

2011-12-05 Thread Travis Oliphant
I like the idea. Is there resolution to the NA question? -- Travis Oliphant (on a mobile) 512-826-7480 On Dec 5, 2011, at 2:43 PM, Ralf Gommers wrote: > Hi all, > > It's been a little over 6 months since the release of 1.6.0 and the NA debate > has quieted down, so I'd like to ask your opi

[Numpy-discussion] numpy 1.7.0 release?

2011-12-05 Thread Ralf Gommers
Hi all, It's been a little over 6 months since the release of 1.6.0 and the NA debate has quieted down, so I'd like to ask your opinion on the timing of 1.7.0. It looks to me like we have a healthy amount of bug fixes and small improvements, plus three larger chucks of work: - datetime - NA - Ben