Re: [Numpy-discussion] ndarray.copy does not accept keyword argument

2010-08-13 Thread Kurt Smith
On Thu, Aug 12, 2010 at 8:26 PM, Lutz Maibaum lutz.maib...@gmail.com wrote: According to the docstring, ndarray.copy should accept a keyword argument order. This doesn't seem to work for me: np.array([[1,2],[3,4]]).copy(order='C') Traceback (most recent call last):  File stdin, line 1, in

Re: [Numpy-discussion] Bento question: Fortran 90 Cython support

2010-08-13 Thread Kurt Smith
On Thu, Aug 12, 2010 at 8:51 PM, David da...@silveregg.co.jp wrote: Hi Kurt, On 08/13/2010 03:40 AM, Kurt Smith wrote: Hi, I'm very interested in Bento and think it will be a killer project. My question: do you anticipate supporting Fortran 90 within Bento, or will that be delegated to an

Re: [Numpy-discussion] Bento question: Fortran 90 Cython support

2010-08-13 Thread David Cournapeau
On Fri, Aug 13, 2010 at 11:28 PM, Kurt Smith kwmsm...@gmail.com wrote: On Thu, Aug 12, 2010 at 8:51 PM, David da...@silveregg.co.jp wrote: Hi Kurt, On 08/13/2010 03:40 AM, Kurt Smith wrote: Hi, I'm very interested in Bento and think it will be a killer project. My question: do you

Re: [Numpy-discussion] [SciPy-Dev] Good-bye, sort of

2010-08-13 Thread John Hunter
On Fri, Aug 13, 2010 at 11:47 AM, David Goldsmith d.l.goldsm...@gmail.com wrote: 2010/7/30 Stéfan van der Walt ste...@sun.ac.za Hi David Best of luck with your new position! I hope they don't make you program too much MATLAB! After several years now of writing Python and now having written

Re: [Numpy-discussion] [SciPy-Dev] Good-bye, sort of

2010-08-13 Thread josef . pktd
On Fri, Aug 13, 2010 at 12:59 PM, John Hunter jdh2...@gmail.com wrote: On Fri, Aug 13, 2010 at 11:47 AM, David Goldsmith d.l.goldsm...@gmail.com wrote: 2010/7/30 Stéfan van der Walt ste...@sun.ac.za Hi David Best of luck with your new position! I hope they don't make you program too much

Re: [Numpy-discussion] [SciPy-Dev] Good-bye, sort of (John Hunter)

2010-08-13 Thread David Goldsmith
After several years now of writing Python and now having written my first on-the-job 15 operational MATLAB LOC, all of which are string, cell array, and file processing, I'm ready to say: MATLAB: what a PITA! :-( Ahh, cell arrays, they bring back memories. Makes you pine for a

Re: [Numpy-discussion] [SciPy-Dev] Good-bye, sort of (John Hunter)

2010-08-13 Thread Joshua Holbrook
Ugh! I miss all that stuff anytime I have to use matlab. Working with strings sucks especially hard. In fact, I've tried reimplementing half of the tools I wish I had. If anyone cares: http://github.com/jesusabdullah/methlabs I'd love feedback. Perhaps ironically, I haven't used it much,

Re: [Numpy-discussion] [SciPy-Dev] Good-bye, sort of (John Hunter)

2010-08-13 Thread Benjamin Root
@Josh: Awesome name. Very fitting... Another thing that I really love about matplotlib that drove me nuts in Matlab was being unable to use multiple colormaps in the same figure. And don't get me started with the map plotting tools and pcolor! Ben Root On Fri, Aug 13, 2010 at 3:27 PM, Joshua

Re: [Numpy-discussion] [SciPy-Dev] Good-bye, sort of (John Hunter)

2010-08-13 Thread John Hunter
On Fri, Aug 13, 2010 at 3:41 PM, Benjamin Root ben.r...@ou.edu wrote: @Josh: Awesome name.  Very fitting... Another thing that I really love about matplotlib that drove me nuts in Matlab was being unable to use multiple colormaps in the same figure. Funny -- this was one of the *first* things

Re: [Numpy-discussion] [SciPy-Dev] Good-bye, sort of (John Hunter)

2010-08-13 Thread Joshua Holbrook
Yeah, I don't really like it either. Is there a good way to put multiple global functions in a file without matlab getting upset? Cause honestly, If I could dump everything in one file and be able to use it everywhere. --Josh On Fri, Aug 13, 2010 at 12:59 PM, John Hunter jdh2...@gmail.com wrote:

Re: [Numpy-discussion] [SciPy-Dev] Good-bye, sort of (John Hunter)

2010-08-13 Thread Joshua Holbrook
Cause honestly, If I could dump everything in one file and be able to use it everywhere. ...I could. Sorry. --Josh On Fri, Aug 13, 2010 at 1:09 PM, Joshua Holbrook josh.holbr...@gmail.com wrote: Yeah, I don't really like it either. Is there a good way to put multiple global functions in a

Re: [Numpy-discussion] [SciPy-Dev] Good-bye, sort of (John Hunter)

2010-08-13 Thread josef . pktd
On Fri, Aug 13, 2010 at 5:11 PM, Joshua Holbrook josh.holbr...@gmail.com wrote: Cause honestly, If I could dump everything in one file and be able to use it everywhere. ...I could. Sorry. The main thing I was missing in matlab are namespaces, everything the equivalent of form numpy import *