Re: [Numpy-discussion] Using the C-API iterator with object arrays

2018-02-17 Thread Eugen Wintersberger
Hi Jaime  On Mon, 2018-02-12 at 12:56 +, Jaime Fernández del Río wrote: > On Mon, Feb 12, 2018 at 12:13 PM Eugen Wintersberger r...@gmail.com> wrote: > > > > >    > >    > > > > > > Hi there,  > > > > I have a question concerni

[Numpy-discussion] Using the C-API iterator with object arrays

2018-02-12 Thread Eugen Wintersberger
Hi there, I have a question concerning the numpy iterator C-API. I want to create a numpy string array using NPY_OBJECT as a datatype for creating the array (the reason I am going for this approach is that I do not know the length of the individual strings at the time I construct the array, I o