Re: [Numpy-discussion] automatically avoiding temporary arrays

2016-10-02 Thread Hush Hush
run it with: > >> >> python setup.py build_ext -j 4 --inplace > >> >> ipython --profile=null check.ipy > >> >> > >> >> At the end it will plot the ratio between elided and non-elided > >> runtime. > >> >> It should get larg

Re: [Numpy-discussion] Dropping sourceforge for releases.

2016-10-02 Thread Vincent Davis
+1, I am very skeptical of anything on SourceForge, it negatively impacts my opinion of any project that requires me to download from sourceforge. On Saturday, October 1, 2016, Charles R Harris wrote: > Hi All, > > Ralf has suggested dropping sourceforge as a NumPy

Re: [Numpy-discussion] Dropping sourceforge for releases.

2016-10-02 Thread David Cournapeau
+1 from me. If we really need some distribution on top of github/pypi, note that bintray (https://bintray.com/) is free for OSS projects, and is a much better experience than sourceforge. David On Sun, Oct 2, 2016 at 12:02 AM, Charles R Harris wrote: > Hi All, > >