Hello NumPy-ers!
The __array__ method is a great little tool to allow interoperability with
NumPy. Briefly, calling `np.array()` or `np.asarray()` on an object with an
`__array__` method, one can get a NumPy representation of that object, which
may or may not involve data copying (this is up to
On Tue, Apr 21, 2020 at 1:07 AM Juan Nunez-Iglesias
wrote:
> Hello NumPy-ers!
>
> The __array__ method is a great little tool to allow interoperability with
> NumPy. Briefly, calling `np.array()` or `np.asarray()` on an object with an
> `__array__` method, one can get a NumPy representation of th
Hi all,
Our bi-weekly triage-focused NumPy development meeting is tomorrow
(Wednesday, April 22) at 11 am Pacific Time (18:00 UTC).
Everyone is invited to join in and edit the work-in-progress meeting
topics and notes:
https://hackmd.io/68i_JvOYQfy9ERiHgXMPvg
I encourage everyone to notify us of