Re: [Numpy-discussion] Moving forward with value based casting

2019-06-17 Thread Hameer Abbasi
On Tue, 2019-06-18 at 04:28 +0200, Hameer Abbasi wrote: > On Wed, 2019-06-12 at 12:55 -0500, Sebastian Berg wrote: > > On Wed, 2019-06-05 at 15:41 -0500, Sebastian Berg wrote: > > > Hi all, > > > > > > TL;DR: > > > > > > Value based promotion seems complex both for users and ufunc- > > > dispatch

Re: [Numpy-discussion] Moving forward with value based casting

2019-06-17 Thread Hameer Abbasi
On Wed, 2019-06-12 at 12:55 -0500, Sebastian Berg wrote: > On Wed, 2019-06-05 at 15:41 -0500, Sebastian Berg wrote: > > Hi all, > > > > TL;DR: > > > > Value based promotion seems complex both for users and ufunc- > > dispatching/promotion logic. Is there any way we can move forward > > here, > >

[Numpy-discussion] NumPy Community Meeting June 19

2019-06-17 Thread Sebastian Berg
Hi all, There will be a NumPy Community meeting on June 12 at 11 am Pacific Time. Everyone is invited to join in and edit the work-in-progress meeting notes: https://hackmd.io/76o-IxCjQX2mOXO_wwkcpg?both Best wishes Sebastian signature.asc Description: This is a digitally signed message part _

[Numpy-discussion] new MaskedArray class

2019-06-17 Thread Allan Haldane
Hi all, Chuck suggested we think about a MaskedArray replacement for 1.18. A few months ago I did some work on a MaskedArray replacement using `__array_function__`, which I got mostly working. It seems like a good time to bring it up for discussion now. See it at: https://github.com/ahaldane/nda