Re: [Numpy-discussion] [ANN] Cython 0.15

2011-08-07 Thread Derek Homeier
On 7 Aug 2011, at 04:09, Sturla Molden wrote: Den 06.08.2011 11:18, skrev Dag Sverre Seljebotn: We are excited to announce the release of Cython 0.15, which is a huge step forward in achieving full Python language coverage as well as many new features, optimizations, and bugfixes. This

[Numpy-discussion] numpy.savetxt Ticket 1573 - suggested fix

2011-08-07 Thread Paul Anton Letnes
(A pull request has been submitted on github, but I'm posting here so people can discuss the user interface issues.) As of now, the fmt= kwarg kan be (for complex dtype): a) a single specifier, fmt='%.4e', resulting in numbers formatted like ' (%s+%sj)' % (fmt, fmt) b) a full string specifying

Re: [Numpy-discussion] [ANN] Cython 0.15

2011-08-07 Thread Paul Anton Letnes
Looks like you have done some great work! I've been using f2py in the past, but I always liked the idea of cython - gradually wrapping more and more code as the need arises. I read somewhere that fortran wrapping with cython was coming - dare I ask what the status on this is? Is it a goal for

Re: [Numpy-discussion] [ANN] Cython 0.15

2011-08-07 Thread Dag Sverre Seljebotn
On 08/07/2011 10:31 PM, Paul Anton Letnes wrote: Looks like you have done some great work! I've been using f2py in the past, but I always liked the idea of cython - gradually wrapping more and more code as the need arises. I read somewhere that fortran wrapping with cython was coming - dare

Re: [Numpy-discussion] [ANN] Cython 0.15

2011-08-07 Thread Derek Homeier
On 7 Aug 2011, at 22:31, Paul Anton Letnes wrote: Looks like you have done some great work! I've been using f2py in the past, but I always liked the idea of cython - gradually wrapping more and more code as the need arises. I read somewhere that fortran wrapping with cython was coming -

Re: [Numpy-discussion] [ANN] Cython 0.15

2011-08-07 Thread Dag Sverre Seljebotn
On 08/07/2011 09:58 PM, Derek Homeier wrote: On 7 Aug 2011, at 04:09, Sturla Molden wrote: Den 06.08.2011 11:18, skrev Dag Sverre Seljebotn: We are excited to announce the release of Cython 0.15, which is a huge step forward in achieving full Python language coverage as well as many new

Re: [Numpy-discussion] [ANN] Cython 0.15

2011-08-07 Thread Derek Homeier
On 7 Aug 2011, at 23:27, Dag Sverre Seljebotn wrote: Enumpy_test.c: In function ‘PyInit_numpy_test’: numpy_test.c:11611: warning: ‘return’ with no value, in function returning non-void .numpy_test.cpp: In function ‘PyObject* PyInit_numpy_test()’: numpy_test.cpp:11611: error: