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
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`
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:
>>>
>>>
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:
>>>
>>>
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