Re: [Numpy-discussion] String accessor methods

2021-03-07 Thread Sebastian Berg
On Sun, 2021-03-07 at 09:34 +, Kevin Sheppard wrote: > I think that and string functions that are exposed from an ndarray > would > have to be guaranteed to work in-place. Requiring casting to objects > to use > the methods feels more like syntactic sugar than an essential case. I > think > mos

Re: [Numpy-discussion] String accessor methods

2021-03-07 Thread Kevin Sheppard
I think that and string functions that are exposed from an ndarray would have to be guaranteed to work in-place. Requiring casting to objects to use the methods feels more like syntactic sugar than an essential case. I think most of the ones mentioned are low performance and can't take advantage of