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
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 "
>
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
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
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