[Numpy-discussion] Proposal: add `force=` or `copy=` kwarg to `__array__` interface

2020-04-21 Thread Juan Nunez-Iglesias
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

Re: [Numpy-discussion] Proposal: add `force=` or `copy=` kwarg to `__array__` interface

2020-04-21 Thread Charles R Harris
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

[Numpy-discussion] NumPy Development Meeting - Triage Focus

2020-04-21 Thread Sebastian Berg
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