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

2011-08-09 Thread Robert Bradshaw
On Mon, Aug 8, 2011 at 9:46 AM, Christopher Barker chris.bar...@noaa.gov wrote: On 8/8/11 1:21 AM, Sebastian Haase wrote: b) What is the status of supporting multi-type Cython functions -- ala C++ templates ? You might want to take a look at what Keith Goodman has done with the Bottleneck

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

2011-08-08 Thread Sebastian Haase
On Sun, Aug 7, 2011 at 11:24 PM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: 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

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

2011-08-08 Thread Dag Sverre Seljebotn
On 08/08/2011 10:21 AM, Sebastian Haase wrote: On Sun, Aug 7, 2011 at 11:24 PM, Dag Sverre Seljebotn d.s.seljeb...@astro.uio.no wrote: 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

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

2011-08-08 Thread Sturla Molden
Den 08.08.2011 11:47, skrev Dag Sverre Seljebotn: This come up now and again and I believe there's several half-baked/started solutions out there by Cython users, but nothing that is standard or that I know is carried out to completion. I.e., you should ask on the cython-users list. It'd be

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

2011-08-08 Thread Christopher Barker
On 8/8/11 1:21 AM, Sebastian Haase wrote: b) What is the status of supporting multi-type Cython functions -- ala C++ templates ? You might want to take a look at what Keith Goodman has done with the Bottleneck project -- I think he used a generic template tool to generate Cython code for a

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

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:

[Numpy-discussion] [ANN] Cython 0.15

2011-08-06 Thread 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. Download: http://cython.org/ or http://pypi.python.org/pypi/Cython == Major Features == * Generators

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

2011-08-06 Thread Sturla Molden
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 is really great. With Cython progressing like this,