looking into for 0.26.1:
>
> https://github.com/cython/cython/issues/1790
>
> https://github.com/cython/cython/issues/1788
>
> Anything else of importance?
>
> Stefan
> ___
> cython-devel mailing list
> cython-devel@python.o
On Sat, Aug 20, 2016 at 11:15 PM Robert Bradshaw wrote:
> On Fri, Aug 19, 2016 at 9:34 AM, Kevin Thornton wrote:
> > Hi Robert,
> >
> > Related to this point, I think there are three important features that
> > Cython would benefit from, as far as C++11 and newe
On Sat, Aug 20, 2016 at 11:15 PM Robert Bradshaw wrote:
> On Fri, Aug 19, 2016 at 9:34 AM, Kevin Thornton wrote:
> > Hi Robert,
> >
> > Related to this point, I think there are three important features that
> > Cython would benefit from, as far as C++11 and newer are
On Sat, Aug 20, 2016 at 11:15 PM Robert Bradshaw wrote:
> On Fri, Aug 19, 2016 at 9:34 AM, Kevin Thornton wrote:
> > Hi Robert,
> >
> > Related to this point, I think there are three important features that
> > Cython would benefit from, as far as C++11 and newer are
Hi Robert,
Related to this point, I think there are three important features that
Cython would benefit from, as far as C++11 and newer are concerned. In
order of what I'm guessing to be increased complexity are:
1. Non-type template parameters.
2. "rvalue" references for standalone functions and
Hi,
I just built a large project with the alpha version. All looks good. The
only new/odd thing is a lot of warnings of this flavor:
warning: View.MemoryView:219:4: 'property memview:' syntax is deprecated,
use '@property'
warning: View.MemoryView:536:4: 'property T:' syntax is deprecated, use
Hi,
I've come across an odd bug while creating interfaces to existing C++
functions via Cython.
If a C++ pair is contained inside of another template type, the pair cannot
contain unsigned integers unless a typedef is provided for unsigned.
Examples:
#This works:
cdef vector[pair[char,char]] do
Great--thanks!
On Tue, Feb 2, 2016 at 12:56 AM Robert Bradshaw wrote:
> On Mon, Feb 1, 2016 at 5:03 PM, Kevin Thornton wrote:
> > Hi,
> >
> > I recently ran into an issue where I found that Cython will not generate
> > code to auto-convert structs do dicts if th
like a
> random crash?
>
> -- Elizabeth
>
>
>
> On Mon, Feb 1, 2016 at 8:08 PM, Kevin Thornton wrote:
>
>> Without knowing more about the "blitz" stuff, it is hard to provide
>> detailed help.
>>
>> However, it looks like you have a templa
Without knowing more about the "blitz" stuff, it is hard to provide
detailed help.
However, it looks like you have a template taking a non-typename as a
parameter, which is not currently supported in Cython.
In other words, the 1 in [double,1] is not a type name, and that causes
Cython to give up
Hi,
I recently ran into an issue where I found that Cython will not generate
code to auto-convert structs do dicts if the struct is declared in a C++
namespace.
The issue has also been discussed here:
http://stackoverflow.com/questions/29603562/auto-conversion-of-structs-to-dicts-in-cython
While
Hello,
I was wanting to use C++s' back_inserter in Cython, and I got it working.
I'm writing the list to ask about what more I should do before submitting a
pull request.
In short, the following definitions were sufficient:
##Define the basic iterator types (this is incomplete)
cdef extern from
12 matches
Mail list logo