[Numpy-discussion] f2py problem with complex inout in subroutine

2010-07-09 Thread Mark Bakker
Hello list. The following subroutine fails to compile with f2py. I use a complex variable with intent(inout). It works fine with two real variables, so I have a workaround, but it would be nicer with a complex variable. Any thoughts on what I am doing wrong? Thanks, Mark module bessel contains

Re: [Numpy-discussion] BOF notes: Fernando's proposal: NumPy ndarray with named axes

2010-07-09 Thread LluĂ­s
Rob Speer writes: My implementation is still missing the case with named ticks but positional axes, however. [...] Just a quick hack: http://github.com/xscript/datarray Lluis -- And it's much the same thing with knowledge, for whenever you learn something new, the whole world becomes that

[Numpy-discussion] [ANN] Autumn School Advanced Scientific Programming in Python in Trento, Italy

2010-07-09 Thread Tiziano Zito
Advanced Scientific Programming in Python = an Autumn School by the G-Node, the Center for Mind/Brain Sciences and the Fondazione Bruno Kessler Scientists spend more and more time writing, maintaining, and debugging software. While techniques for doing

[Numpy-discussion] A release for python 2.7?

2010-07-09 Thread Jon Wright
Hello, It seems that python 2.7 has been released, but the current numpy download on sourceforge (1.4.1) segfaults for me using mingw on windows. This seems to be fixed in trunk. Is a new release planned in the near future? Thanks Jon ___

Re: [Numpy-discussion] A release for python 2.7?

2010-07-09 Thread Peter
On Fri, Jul 9, 2010 at 2:09 PM, Jon Wright wri...@esrf.fr wrote: Hello, It seems that python 2.7 has been released, but the current numpy download on sourceforge (1.4.1) segfaults for me using mingw on windows. This seems to be fixed in trunk. Is a new release planned in the near future?

Re: [Numpy-discussion] A release for python 2.7?

2010-07-09 Thread Christoph Gohlke
On 7/9/2010 7:11 AM, Peter wrote: On Fri, Jul 9, 2010 at 2:09 PM, Jon Wrightwri...@esrf.fr wrote: Hello, It seems that python 2.7 has been released, but the current numpy download on sourceforge (1.4.1) segfaults for me using mingw on windows. This seems to be fixed in trunk. Is a new

Re: [Numpy-discussion] BOF notes: Fernando's proposal: NumPy ndarray with named axes

2010-07-09 Thread Joshua Holbrook
On Fri, Jul 9, 2010 at 11:42 AM, Rob Speer rsp...@mit.edu wrote: Now, the one part I've implemented that I just made up instead of looking to the SciPy consensus (because there was no SciPy consensus) was how to refer to multiple labeled axes without repeating .axis all over the place. My

Re: [Numpy-discussion] BOF notes: Fernando's proposal: NumPy ndarray with named axes

2010-07-09 Thread Keith Goodman
On Fri, Jul 9, 2010 at 1:17 PM, Joshua Holbrook josh.holbr...@gmail.com wrote: On Fri, Jul 9, 2010 at 11:42 AM, Rob Speer rsp...@mit.edu wrote: Now, the one part I've implemented that I just made up instead of looking to the SciPy consensus (because there was no SciPy consensus) was how to

Re: [Numpy-discussion] BOF notes: Fernando's proposal: NumPy ndarray with named axes

2010-07-09 Thread Keith Goodman
On Fri, Jul 9, 2010 at 1:53 PM, Rob Speer rsp...@mit.edu wrote: Keith Goodman wrote: I ran into a few more questions while playing with datarrays, so I started a list: http://github.com/kwgoodman/datarrayQ I have quick answers to some of the questions. Thank you! Comments below. Can I

Re: [Numpy-discussion] BOF notes: Fernando's proposal: NumPy ndarray with named axes

2010-07-09 Thread Christopher Barker
Hi folks, There has been a lot of great discussion about this -- and Im really glad to see it happening -- I've been putting off refactoring my own lame, limited, poorly designed, special purpose version of this for ages. One question I have (that may have been answered) is about slicing: I

Re: [Numpy-discussion] BOF notes: Fernando's proposal: NumPy ndarray with named axes

2010-07-09 Thread Keith Goodman
On Fri, Jul 9, 2010 at 4:05 PM, Christopher Barker chris.bar...@noaa.gov wrote: So what would you get if you wanted: MyDataArray['jones':'wilson'] or MyDataArray.names[slice('jones','wilson')] or whatever the syntax would be? If it was in alphabetical order, you'd be all set, but what

Re: [Numpy-discussion] BOF notes: Fernando's proposal: NumPy ndarray with named axes

2010-07-09 Thread Christopher Barker
Keith Goodman wrote: On Fri, Jul 9, 2010 at 4:05 PM, Christopher Barker chris.bar...@noaa.gov wrote: So what would you get if you wanted: MyDataArray['jones':'wilson'] or MyDataArray.names[slice('jones','wilson')] or whatever the syntax would be? If it was in alphabetical order,

Re: [Numpy-discussion] BOF notes: Fernando's proposal: NumPy ndarray with named axes

2010-07-09 Thread Keith Goodman
On Fri, Jul 9, 2010 at 5:00 PM, Christopher Barker chris.bar...@noaa.gov wrote: Keith Goodman wrote: On Fri, Jul 9, 2010 at 4:05 PM, Christopher Barker chris.bar...@noaa.gov wrote: So what would you get if you wanted: MyDataArray['jones':'wilson'] or

Re: [Numpy-discussion] BOF notes: Fernando's proposal: NumPy ndarray with named axes

2010-07-09 Thread Keith Goodman
On Fri, Jul 9, 2010 at 5:52 PM, Joshua Holbrook josh.holbr...@gmail.com wrote: On Fri, Jul 9, 2010 at 4:22 PM, Keith Goodman kwgood...@gmail.com wrote: On Fri, Jul 9, 2010 at 5:00 PM, Christopher Barker chris.bar...@noaa.gov wrote: Keith Goodman wrote: On Fri, Jul 9, 2010 at 4:05 PM,

Re: [Numpy-discussion] BOF notes: Fernando's proposal: NumPy ndarray with named axes

2010-07-09 Thread Joshua Holbrook
On Fri, Jul 9, 2010 at 4:56 PM, Keith Goodman kwgood...@gmail.com wrote: On Fri, Jul 9, 2010 at 5:52 PM, Joshua Holbrook josh.holbr...@gmail.com wrote: On Fri, Jul 9, 2010 at 4:22 PM, Keith Goodman kwgood...@gmail.com wrote: On Fri, Jul 9, 2010 at 5:00 PM, Christopher Barker

Re: [Numpy-discussion] numpy, matplotlib and masked arrays

2010-07-09 Thread John Hunter
On Fri, Jul 9, 2010 at 8:03 PM, Peter Isaac peter.is...@monash.edu wrote: Note that EPD-6.2-2 works fine with this script on WinXP. Any suggestions welcome then just use epd-6.2.2 on winxp. your-mpl-developer-channeling-steve-jobs, JDH wink ___

Re: [Numpy-discussion] numpy, matplotlib and masked arrays

2010-07-09 Thread Peter Isaac
John Hunter wrote: On Fri, Jul 9, 2010 at 8:03 PM, Peter Isaac peter.is...@monash.edu wrote: Note that EPD-6.2-2 works fine with this script on WinXP. Any suggestions welcome then just use epd-6.2.2 on winxp. your-mpl-developer-channeling-steve-jobs, JDH wink