On Sat, Nov 25, 2017 at 3:34 PM Matthew Rocklin wrote:
> Thoughts on basing this on a more generic Array type rather than the
> np.ndarray? I can imagine other nd-array libraries (XArray, Tensorflow,
> Dask.array) wanting to reuse this work. For dask.array in particular we
> would want to copy
2017-11-26 6:00 GMT-05:00 Kirill Balunov :
> Hi!
>
> 2017-11-26 4:31 GMT+03:00 Juan Nunez-Iglesias :
>
>>
>> On 26 Nov 2017, 12:27 PM +1100, Nathaniel Smith , wrote:
>>
>> It turns out that the PEP 484 type system is *mostly* not useful for
>> this. They're really designed for checking consistency
Hi!
2017-11-26 4:31 GMT+03:00 Juan Nunez-Iglesias :
>
> On 26 Nov 2017, 12:27 PM +1100, Nathaniel Smith , wrote:
>
> It turns out that the PEP 484 type system is *mostly* not useful for
> this. They're really designed for checking consistency across a large
> code-base, not for enabling compiler