Re: [Numpy-discussion] Modern Fortran vs NumPy syntax

2013-02-07 Thread klo uo
Thanks for providing this. Reference is excellent, especially as I was collecting Fortran and f2py resources, some month ago, and I found nothing similar to answers you expose. Side by side syntax is just great and intuitive And rest is... Thanks On Thu, Feb 7, 2013 at 8:22 PM, Ondřej Čertík wr

Re: [Numpy-discussion] ANN: pandas 0.10.1 is released

2013-02-07 Thread Ondřej Čertík
Hi Wes, On Tue, Jan 22, 2013 at 8:32 AM, Wes McKinney wrote: > hi all, > > We've released pandas 0.10.1 which includes many bug fixes from > 0.10.0 (including a number of issues with the new file parser, > e.g. reading multiple files in separate threads), various > performance improvements, and m

Re: [Numpy-discussion] Modern Fortran vs NumPy syntax

2013-02-07 Thread Ondřej Čertík
Frédéric, On Thu, Feb 7, 2013 at 11:31 AM, Frédéric Bastien wrote: > Hi, > > I just read a paper[1] that compare python with numpy or pypy vs c++ and > fortran from a code, memory and speed point of view. The python code was > still better as you can't have list of ndarray in fortran and some oth

Re: [Numpy-discussion] ANN: NumPy 1.7.0rc2 release

2013-02-07 Thread Christoph Gohlke
On 2/6/2013 7:10 PM, Ondřej Čertík wrote: > Hi, > > I'm pleased to announce the availability of the second release candidate of > NumPy 1.7.0rc2. > > Sources and binary installers can be found at > https://sourceforge.net/projects/numpy/files/NumPy/1.7.0rc2/ > > We have fixed all issues known to us

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Ondřej Čertík
On Thu, Feb 7, 2013 at 12:29 PM, Chris Barker - NOAA Federal wrote: > On Thu, Feb 7, 2013 at 11:38 AM, Matthew Brett > wrote: >> a) If we cannot build Scipy now, it may or may not be acceptable to >> release numpy now. I think it is, you (Ralf) think it isn't, we >> haven't discussed that. It

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread David Cournapeau
On Thu, Feb 7, 2013 at 7:38 PM, Matthew Brett wrote: > Hi, > > On Thu, Feb 7, 2013 at 11:05 AM, Ralf Gommers wrote: >> >> >> >> On Thu, Feb 7, 2013 at 7:59 PM, Matthew Brett >> wrote: >>> >>> >>> >> Can we defer the Scipy build until after the Numpy build? >>> > >>> > >>> > That doesn't sound li

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Matthew Brett
Hi, On Thu, Feb 7, 2013 at 12:29 PM, Chris Barker - NOAA Federal wrote: > On Thu, Feb 7, 2013 at 11:38 AM, Matthew Brett > wrote: >> a) If we cannot build Scipy now, it may or may not be acceptable to >> release numpy now. I think it is, you (Ralf) think it isn't, we >> haven't discussed that.

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Chris Barker - NOAA Federal
On Thu, Feb 7, 2013 at 11:38 AM, Matthew Brett wrote: > a) If we cannot build Scipy now, it may or may not be acceptable to > release numpy now. I think it is, you (Ralf) think it isn't, we > haven't discussed that. It may not come up. Is anyone suggesting we hold the whole release for this? I

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Ralf Gommers
On Thu, Feb 7, 2013 at 8:38 PM, Matthew Brett wrote: > Hi, > > On Thu, Feb 7, 2013 at 11:05 AM, Ralf Gommers > wrote: > > > > > > > > On Thu, Feb 7, 2013 at 7:59 PM, Matthew Brett > > wrote: > >> > >> > >> >> Can we defer the Scipy build until after the Numpy build? > >> > > >> > > >> > That doe

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Matthew Brett
Hi, On Thu, Feb 7, 2013 at 11:05 AM, Ralf Gommers wrote: > > > > On Thu, Feb 7, 2013 at 7:59 PM, Matthew Brett > wrote: >> >> >> >> Can we defer the Scipy build until after the Numpy build? >> > >> > >> > That doesn't sound like a good idea to me. >> >> I must say I'm a little confused as to how

Re: [Numpy-discussion] Modern Fortran vs NumPy syntax

2013-02-07 Thread Frédéric Bastien
Hi, I just read a paper[1] that compare python with numpy or pypy vs c++ and fortran from a code, memory and speed point of view. The python code was still better as you can't have list of ndarray in fortran and some other stuff was harder to do. The fastest was fortran, then C++, but pypy around

[Numpy-discussion] Modern Fortran vs NumPy syntax

2013-02-07 Thread Ondřej Čertík
Hi, I have recently setup a page about modern Fortran: http://fortran90.org/ and in particular, it has a long section with side by side syntax examples of Python/NumPy vs Fortran: http://fortran90.org/src/rosetta.html I would be very interested if some NumPy gurus would provide me feedback. I

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Ondřej Čertík
On Thu, Feb 7, 2013 at 11:05 AM, Ralf Gommers wrote: > > > > On Thu, Feb 7, 2013 at 7:59 PM, Matthew Brett > wrote: >> >> >> >> Can we defer the Scipy build until after the Numpy build? >> > >> > >> > That doesn't sound like a good idea to me. >> >> I must say I'm a little confused as to how we'r

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Ralf Gommers
On Thu, Feb 7, 2013 at 7:59 PM, Matthew Brett wrote: > > >> Can we defer the Scipy build until after the Numpy build? > > > > > > That doesn't sound like a good idea to me. > > I must say I'm a little confused as to how we're going to make the > decisions here. > How about: attempt to reach conse

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Ondřej Čertík
On Thu, Feb 7, 2013 at 10:59 AM, Matthew Brett wrote: > Hi, > > On Thu, Feb 7, 2013 at 10:47 AM, Ralf Gommers wrote: >> >> >> >> On Thu, Feb 7, 2013 at 7:41 AM, Matthew Brett >> wrote: >>> >>> >>> I think you will need a developer's license for MKL for Numpy. Ralf - >>> any ETA for those? >> >>

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Matthew Brett
Hi, On Thu, Feb 7, 2013 at 10:47 AM, Ralf Gommers wrote: > > > > On Thu, Feb 7, 2013 at 7:41 AM, Matthew Brett > wrote: >> >> >> I think you will need a developer's license for MKL for Numpy. Ralf - >> any ETA for those? > > > No, I'll have to ask again. > >> >> I think I'm right in thinking yo

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Matthew Brett
Hi, On Thu, Feb 7, 2013 at 10:47 AM, Ralf Gommers wrote: > > > > On Thu, Feb 7, 2013 at 7:41 AM, Matthew Brett > wrote: >> >> >> I think you will need a developer's license for MKL for Numpy. Ralf - >> any ETA for those? > > > No, I'll have to ask again. > >> >> I think I'm right in thinking yo

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Ralf Gommers
On Thu, Feb 7, 2013 at 7:41 AM, Matthew Brett wrote: > > I think you will need a developer's license for MKL for Numpy. Ralf - > any ETA for those? > No, I'll have to ask again. > I think I'm right in thinking you'll need a Fortran compiler for Scipy > but not Numpy? Correct. > Can we defe

Re: [Numpy-discussion] ANN: NumPy 1.7.0rc2 release

2013-02-07 Thread Frédéric Bastien
Hi, As expected all Theano's tests passed. thanks Fred On Wed, Feb 6, 2013 at 10:10 PM, Ondřej Čertík wrote: > Hi, > > I'm pleased to announce the availability of the second release candidate of > NumPy 1.7.0rc2. > > Sources and binary installers can be found at > https://sourceforge.net/proj

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Christoph Gohlke
On 2/6/2013 10:35 PM, Ondřej Čertík wrote: > Christoph, > > On Tue, Feb 5, 2013 at 3:04 PM, Christoph Gohlke wrote: > [...] >>> In order not to leave this discussion without a resolution: >>> >>> Christophe - would you allow us to distribute your numpy binaries for >>> 1.7 from the numpy sourcefor

Re: [Numpy-discussion] Any plans for windows 64-bit installer for 1.7?

2013-02-07 Thread Matthew Brett
Hi, On Wed, Feb 6, 2013 at 10:59 PM, Ondřej Čertík wrote: > On Wed, Feb 6, 2013 at 10:41 PM, Matthew Brett > wrote: >> Hi, >> >> On Wed, Feb 6, 2013 at 10:21 PM, Ondřej Čertík >> wrote: >>> On Wed, Feb 6, 2013 at 9:20 PM, Dag Sverre Seljebotn >>> wrote: On 02/07/2013 12:16 AM, Matthew B