Re: [pypy-dev] libdynd

2014-08-01 Thread Armin Rigo
Hi Matti, On 1 August 2014 07:01, Matti Picus wrote: > Did Travis seem to indicate they would accept contributions from outside > toward making a new ndarray implementation a reality? I didn't ask (and am not sure why you mean by) a new ndarray implementation. I did ask him about making a cffi

Re: [pypy-dev] libdynd

2014-07-31 Thread Matti Picus
Did Travis seem to indicate they would accept contributions from outside toward making a new ndarray implementation a reality? Until we can find a wagon to hitch our minimal efforts to, I will keep working slowly on micronumpy. It seems useful for some tasks, and will be even more so once linal

Re: [pypy-dev] libdynd

2014-07-31 Thread Armin Rigo
Hi, On 26 July 2014 11:19, Antonio Cuni wrote: > this looks interesting, but from a quick look it seems they are only > offering a C++ API? > In that case, it might be better/easier to wrap it through cppyy than cffi. One or the other, yes. > Also, did Travis told you what are the plans for sci

Re: [pypy-dev] libdynd

2014-07-26 Thread Antonio Cuni
Hi, this looks interesting, but from a quick look it seems they are only offering a C++ API? In that case, it might be better/easier to wrap it through cppyy than cffi. Also, did Travis told you what are the plans for scipy? On Fri, Jul 25, 2014 at 10:24 AM, Armin Rigo wrote: > Hi, > > Feedbac

[pypy-dev] libdynd

2014-07-25 Thread Armin Rigo
Hi, Feedback, from Travis Oliphant at EuroPython: libdynd (https://github.com/ContinuumIO/libdynd) might be the longer-term future of NumPy, and it looks like it would be much more natural to bind to it from PyPy (via cffi). Worth a look I believe. It certainly looks to me like such a cffi bindi