Re: [Numpy-discussion] Proposed change in genfromtxt(..., comments='#', names=True) behaviour

2012-07-16 Thread Paul Natsuo Kishimoto
. On Jul 13, 2012 7:29 PM, Paul Natsuo Kishimoto m...@paul.kishimoto.name wrote: On Fri, 2012-07-13 at 12:13 -0400, Tom Aldcroft wrote: On Fri, Jul 13, 2012 at 11:15 AM, Paul Natsuo Kishimoto m...@paul.kishimoto.name wrote: Hello everyone

Re: [Numpy-discussion] Proposed change in genfromtxt(..., comments='#', names=True) behaviour

2012-07-16 Thread Paul Natsuo Kishimoto
://mail.scipy.org/mailman/listinfo/numpy-discussion -- Paul Natsuo Kishimoto SM candidate, Technology Policy Program (2012) Research assistant, http://globalchange.mit.edu https://paul.kishimoto.name +1 617 302 6105 signature.asc Description: This is a digitally signed message part

Re: [Numpy-discussion] Proposed change in genfromtxt(..., comments='#', names=True) behaviour

2012-07-16 Thread Paul Natsuo Kishimoto
I'm just concerned with making an intuitive behaviour *possible*. Thanks everyone for your input, -- Paul Natsuo Kishimoto SM candidate, Technology Policy Program (2012) Research assistant, http://globalchange.mit.edu https://paul.kishimoto.name +1 617 302 6105 signature.asc Description

Re: [Numpy-discussion] Code Freeze for NumPy 1.7

2012-07-15 Thread Paul Natsuo Kishimoto
by njsmith, I gave a more detailed explanation and asked the list for input at: http://www.mail-archive.com/numpy-discussion@scipy.org/msg38306.html There was one qualified negative reply and nothing (yet) further. I'd appreciate if some other devs could weigh in. Thanks, -- Paul Natsuo Kishimoto SM

[Numpy-discussion] Proposed change in genfromtxt(..., comments='#', names=True) behaviour

2012-07-13 Thread Paul Natsuo Kishimoto
# following this line are the data M 21 72.10 F 35 58.33 # here is a comment on a data line M 33 21.99 I feel that this is a better/more flexible behaviour for genfromtxt(), but—as stated—I am interested in your thoughts. Cheers, -- Paul Natsuo Kishimoto

Re: [Numpy-discussion] Proposed change in genfromtxt(..., comments='#', names=True) behaviour

2012-07-13 Thread Paul Natsuo Kishimoto
On Fri, 2012-07-13 at 12:13 -0400, Tom Aldcroft wrote: On Fri, Jul 13, 2012 at 11:15 AM, Paul Natsuo Kishimoto m...@paul.kishimoto.name wrote: Hello everyone, I am a longtime NumPy user, and I just filed my first contribution to the code as pull request to fix what I felt