[Cython] "minierror" in Shadow.py?

2013-01-19 Thread Stefan Behnel
Hi, I just wanted to release 0.18 beta1 when I noticed this code in Shadow.py, function index_type(): """ raise minierror.InvalidTypeSpecification( "Only a step of 1 may be provided to indicate C or " "Fortran contiguity") """ There is no import "minie

Re: [Cython] "minierror" in Shadow.py?

2013-01-19 Thread mark florisson
On 19 January 2013 07:22, Stefan Behnel wrote: > Hi, > > I just wanted to release 0.18 beta1 when I noticed this code in Shadow.py, > function index_type(): > > """ > raise minierror.InvalidTypeSpecification( > "Only a step of 1 may be provided to indicate C or " >

Re: [Cython] "minierror" in Shadow.py?

2013-01-19 Thread Stefan Behnel
mark florisson, 19.01.2013 19:46: > On 19 January 2013 07:22, Stefan Behnel wrote: >> I just wanted to release 0.18 beta1 when I noticed this code in Shadow.py, >> function index_type(): >> >> """ >> raise minierror.InvalidTypeSpecification( >> "Only a step of 1 may be p

[Cython] 0.18 beta 1 released

2013-01-19 Thread Stefan Behnel
Hi, here's the first (and hopefully last) beta of Cython 0.18. Please give it a try. The final release is expected to follow soon. http://cython.org/release/Cython-0.18b1.tar.gz http://cython.org/release/Cython-0.18b1.zip This is a feature release with the following changes: * Named Unicode e

[Cython] namespacing external declarations (was: [cython-users] Calling C++ functions without headers.)

2013-01-19 Thread Stefan Behnel
John Tyree, 20.01.2013 04:11: > On Fri, Jan 18, 2013 at 10:54:24AM -0800, Robert Bradshaw wrote: >> On Fri, Jan 18, 2013 at 8:21 AM, John Tyree wrote: >>> There's no way to have namespaces come over with the function names is >>> there? >>> >>> cdef extern from "b.cpp" namespace "foo": >>> voi