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: return
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
>>> m
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 -
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 - d
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 cy
(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 e
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.
>>
>