Re: [Numpy-discussion] mingw-w64 tutorial ?

2010-08-24 Thread David Cournapeau
On Wed, Aug 25, 2010 at 11:06 AM, Sebastian Haase wrote: > Thanks for the insight. More experience than insight ;) > One more:  Is python 3.1 + 3.2 then to be used with VS 2010  - i.e. msvcr100? I believe no python binary is built with VS 2010. MvL is generally cautious about using new compile

Re: [Numpy-discussion] mingw-w64 tutorial ?

2010-08-24 Thread Sebastian Haase
On Wed, Aug 25, 2010 at 4:02 AM, David Cournapeau wrote: > On Wed, Aug 25, 2010 at 10:39 AM, Sebastian Haase wrote: > >> Robin, >> thanks for those links. >> My experience is more like the one described by fuzion at >> http://nukeit.org/compile-python-2-7-packages-with-visual-studio-2010-express/

Re: [Numpy-discussion] mingw-w64 tutorial ?

2010-08-24 Thread David Cournapeau
On Wed, Aug 25, 2010 at 10:39 AM, Sebastian Haase wrote: > Robin, > thanks for those links. > My experience is more like the one described by fuzion at > http://nukeit.org/compile-python-2-7-packages-with-visual-studio-2010-express/ > That is, I did not see any problem - yet. The problem is that

Re: [Numpy-discussion] mingw-w64 tutorial ?

2010-08-24 Thread Sebastian Haase
On Sun, Aug 22, 2010 at 10:35 AM, Robin wrote: > On Sun, Aug 22, 2010 at 8:41 AM, Sebastian Haase wrote: > Do you know if that contains a C++ compiler ?  The first page before > it starts the actual download has "Visual C++ Compilers" grayed out > ... !? > > -Sebastian > >

Re: [Numpy-discussion] Polynomials

2010-08-24 Thread Travis Oliphant
On Aug 23, 2010, at 10:30 PM, Charles R Harris wrote: > Hi All, > > I've gone ahead and implemented the Laguerre and Hermite (H and He) > polynomials, but at this point I'm loath to add them to numpy as the > polynomial space is getting crowded. Scipy looks like a better spot to put > these b

Re: [Numpy-discussion] Evaluating performance of f2py extensions with gprof, why spending time _gfortran_compare_string

2010-08-24 Thread Åsmund Hjulstad
2010/8/18 Åsmund Hjulstad > > I am calling a few functions in a fortran library. All parameters are short > (longest array of 20 elements), and I do three calls to the fortran library > pr iteration. According to the python profiler (running the script as %run > -p in ipython), all time is spent

Re: [Numpy-discussion] Datarray sprint July 28, 2010

2010-08-24 Thread Fernando Perez
2010/8/23 Stéfan van der Walt : > On 24 August 2010 03:17, Fernando Perez wrote: >> We'd love to move it out of my page to a numpy-owned repo, so once >> that dust settles I'm more than happy to ask github for a move. > > I guess we can just create the new repo ourselves, or does GitHub > track so