Stefan Behnel, 09.09.2011 09:23:
I just noticed that Jenkins does not currently aggregate the test results
for the source build job "cython-devel-sdist", which you can find here:
https://sage.math.washington.edu:8091/hudson/job/cython-devel-sdist/
I'll see if I can fix that somehow.
This is u
Multiple users have reporting being unable to get the Cython
extensions in pandas to work:
http://github.com/wesm/pandas
Here is the traceback:
In [1]: import pandas
---
ImportError Traceback (most recent call last)
/Users/f
Hi Stefan
On Fri, Sep 09, 2011 at 10:35:20AM +0200, Stefan Behnel wrote:
> Hi Romain,
>
> thanks for the feedback.
>
> Romain Guillebert, 08.09.2011 06:18:
> >The Google Summer of Code has ended and I didn't give the current status
> >to anyone yet (I was very busy with a report I had to write f
Hi Romain,
thanks for the feedback.
Romain Guillebert, 08.09.2011 06:18:
The Google Summer of Code has ended and I didn't give the current status
to anyone yet (I was very busy with a report I had to write for my
university).
There is still work to do on the project (there was more work than I
No, sorry. Same error.
Christoph
On 9/9/2011 1:26 AM, Robert Bradshaw wrote:
Does it work with icc if you replace
# define CYTHON_UNUSED __attribute__ ((__unused__))
with
# define CYTHON_UNUSED __attribute__ ((unused))
?
On Fri, Sep 9, 2011 at 12:28 AM, Christoph Gohlke wrote:
Does it work with icc if you replace
# define CYTHON_UNUSED __attribute__ ((__unused__))
with
# define CYTHON_UNUSED __attribute__ ((unused))
?
On Fri, Sep 9, 2011 at 12:28 AM, Christoph Gohlke wrote:
> Hello,
>
> compiling Cython 0.15 generated C code on Windows using the Intel Compil
Hello,
compiling Cython 0.15 generated C code on Windows using the Intel
Compiler 11.1 icl.exe results in an "expected a type specifier" error.
For example:
/* "numpy.pxd":190
* # experimental exception made for __getbuffer__ and
__releasebuffer__
* # -- the details of thi