Re: [pypy-dev] Numpy or Numpypy

2017-09-29 Thread Ronan Lamy
2017-09-30 0:02 GMT+02:00 Stuart Axon via pypy-dev : > Hi, >I'm trying out aubio and pysoundcard with pypy nightly.They use > numpy, should I still be using numpypy or is upstream numpy the way to go ? > Upstream numpy is definitely the way to go. > S++ > >

[pypy-dev] Numpy or Numpypy

2017-09-29 Thread Stuart Axon via pypy-dev
Hi,   I'm trying out aubio and pysoundcard with pypy nightly.    They use numpy, should I still be using numpypy or is upstream numpy the way to go ? S++___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] NumPy or NumPyPy

2016-09-27 Thread Maciej Fijalkowski
Hi We're maintaining both and we are planning into merging (in some point in the future) the good parts of numpypy (speed of array access) with the good parts of c numpy (compatibility) On Tue, Sep 27, 2016 at 11:01 PM, Papa, Florin wrote: > Hello, > > I read this announcement [1] saying that "o

Re: [pypy-dev] NumPy or NumPyPy

2016-09-27 Thread Ryan Gonzalez
IIRC referring to numpy w/ cpyext. -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/ On Sep 27, 2016 4:02 PM, "Papa, Florin" wrote: > Hello, > > I read this announcement [1] saying that "over 99% of the upstream

[pypy-dev] NumPy or NumPyPy

2016-09-27 Thread Papa, Florin
Hello, I read this announcement [1] saying that "over 99% of the upstream numpy test suite" is passed. Is this when using pypy with the upstream numpy (thanks to the incremental improvements brought to cpyext) or is it when using pypy with numpypy? I also found this link [2], tracking numpypy