Re: [Numpy-discussion] Dynamic array list implementation

2015-12-24 Thread Chris Barker
On Wed, Dec 23, 2015 at 4:31 AM, Sebastian Berg wrote: > > Probably is a bit orthogonal since I guess you want/need cython, but > pythons builtin array.array should get you there pretty much as well. I don't think it's orthogonal to cython -- you can access an

Re: [Numpy-discussion] Dynamic array list implementation

2015-12-24 Thread Chris Barker
On Thu, Dec 24, 2015 at 10:19 AM, Chris Barker wrote: > I'll try to get the code up on gitHub. > Hey look -- it's already there: https://github.com/PythonCHB/NumpyExtras too many gitHub accounts. Here is the list/growable array/ accumulator:

Re: [Numpy-discussion] Dynamic array list implementation

2015-12-24 Thread Chris Barker
On Wed, Dec 23, 2015 at 4:01 AM, Nicolas P. Rougier < nicolas.roug...@inria.fr> wrote: > > Typed list in numpy would be a nice addition indeed and your cython > implementation is nice (and small). > It seems we have a lot of duplicated effort here. Pernonally, I have two needs: 1) ragged arrays

Re: [Numpy-discussion] [SciPy-Dev] ANN: first release candidate for scipy 0.17.0

2015-12-24 Thread Matthew Brett
Hi, On Wed, Dec 23, 2015 at 12:34 PM, Evgeni Burovski wrote: > Hi, > > I'm pleased to announce the availability of the first release > candidate for Scipy 0.17.0. Please try this rc and report any issues > on Github tracker or scipy-dev mailing list. > Source tarballs