Re: [Numpy-discussion] addition to numpy.i

2015-05-27 Thread Tom Krauss
Thanks for merging! After the merge, it's kind of a moot point now, but there was a failed build at one point. The Python 2.7 test timed out. Then mid-day yesterday the tests got run again and all passed. Not sure what's going on. I'm not seeing a record of the failed build now. On Tue, May 26, 20

Re: [Numpy-discussion] addition to numpy.i

2015-05-26 Thread Charles R Harris
On Tue, May 26, 2015 at 8:59 AM, Tom Krauss wrote: > Hi folks, > > After some discussion with Bill Spotz I decided to try to submit my new > typemap to numpy.i that allows in-place arrays of an arbitrary number of > dimensions to be passed in as a "flat" array with a single "size". > > To that en

[Numpy-discussion] addition to numpy.i

2015-05-26 Thread Tom Krauss
Hi folks, After some discussion with Bill Spotz I decided to try to submit my new typemap to numpy.i that allows in-place arrays of an arbitrary number of dimensions to be passed in as a "flat" array with a single "size". To that end I created my first pull request https://github.com/numpy/nump