Re: [Numpy-discussion] Proposal: stop supporting 'setup.py install'; start requiring 'pip install .' instead

2015-11-01 Thread Ralf Gommers
On Mon, Nov 2, 2015 at 1:12 AM, Charles R Harris wrote: > > > On Sun, Nov 1, 2015 at 4:16 PM, Ralf Gommers > wrote: > >> >> >> On Sun, Nov 1, 2015 at 1:59 AM, Ralf Gommers >> wrote: >> >>> >>> >>> On Sun, Nov 1, 2015 at 1:54 AM, Ralf Gommers >>> wrote: >>> On Thu, Oct 29, 2

Re: [Numpy-discussion] isfortran compatibility in numpy 1.10.

2015-11-01 Thread Sturla Molden
Charles R Harris wrote: >1. Return `a.flags.f_contiguous`. This differs for 1-D arrays, but is >most consistent with the name isfortran. If the idea is to determine if an array can safely be passed to Fortran, this is the correct one. >2. Return `a.flags.f_contiguous and a.ndim > 1`

Re: [Numpy-discussion] Proposal: stop supporting 'setup.py install'; start requiring 'pip install .' instead

2015-11-01 Thread Charles R Harris
On Sun, Nov 1, 2015 at 4:16 PM, Ralf Gommers wrote: > > > On Sun, Nov 1, 2015 at 1:59 AM, Ralf Gommers > wrote: > >> >> >> On Sun, Nov 1, 2015 at 1:54 AM, Ralf Gommers >> wrote: >> >>> >>> >>> >>> On Thu, Oct 29, 2015 at 8:11 PM, Warren Weckesser < >>> warren.weckes...@gmail.com> wrote: >>> >>>

Re: [Numpy-discussion] Proposal: stop supporting 'setup.py install'; start requiring 'pip install .' instead

2015-11-01 Thread Ralf Gommers
On Sun, Nov 1, 2015 at 1:59 AM, Ralf Gommers wrote: > > > On Sun, Nov 1, 2015 at 1:54 AM, Ralf Gommers > wrote: > >> >> >> >> On Thu, Oct 29, 2015 at 8:11 PM, Warren Weckesser < >> warren.weckes...@gmail.com> wrote: >> >>> >>> >>> On Tue, Oct 27, 2015 at 12:31 AM, Nathaniel Smith wrote: >>> >>>

Re: [Numpy-discussion] Commit rights for Jonathan J. Helmus

2015-11-01 Thread Sebastian Berg
Congrats, both of you ;). On Sun Nov 1 04:30:27 2015 GMT+0330, Jaime Fernández del Río wrote: > "Gruetzi!", as I just found out we say in Switzerland... > On Oct 30, 2015 8:20 AM, "Jonathan Helmus" wrote: > > > On 10/28/2015 09:43 PM, Allan Haldane wrote: > > > On 10/28/2015 05:27 PM, Nathanie