On Sun, Sep 8, 2019 at 7:27 PM Nathaniel Smith wrote:
> On Sun, Sep 8, 2019 at 8:40 AM Ralf Gommers
> wrote:
> >
> >
> >
> > On Sun, Sep 8, 2019 at 12:54 AM Nathaniel Smith wrote:
> >>
> >> On Fri, Sep 6, 2019 at 11:53 AM Ralf Gommers
> wrote:
> >> > On Fri, Sep 6, 2019 at 12:53 AM Nathaniel S
On Sun, Sep 8, 2019 at 8:40 AM Ralf Gommers wrote:
>
>
>
> On Sun, Sep 8, 2019 at 12:54 AM Nathaniel Smith wrote:
>>
>> On Fri, Sep 6, 2019 at 11:53 AM Ralf Gommers wrote:
>> > On Fri, Sep 6, 2019 at 12:53 AM Nathaniel Smith wrote:
>> >> On Tue, Sep 3, 2019 at 2:04 AM Hameer Abbasi
>> >> wrot
On 9/4/19, Matthew Brett wrote:
> Hi,
>
> Maybe worth asking over at the Pandas list? I bet there are more
> Python / finance people over there.
OK, I sent a message to the PyData mailing list.
Warren
>
> Cheers,
>
> Matthew
>
> On Wed, Sep 4, 2019 at 7:11 PM Ilhan Polat wrote:
>>
>> +1 on
On Sun, Sep 8, 2019 at 12:54 AM Nathaniel Smith wrote:
> On Fri, Sep 6, 2019 at 11:53 AM Ralf Gommers
> wrote:
> > On Fri, Sep 6, 2019 at 12:53 AM Nathaniel Smith wrote:
> >> On Tue, Sep 3, 2019 at 2:04 AM Hameer Abbasi
> wrote:
> >> > The fact that we're having to design more and more protoco
On 08.09.19 10:56, Nathaniel Smith wrote:
On Sun, Sep 8, 2019 at 1:04 AM Hameer Abbasi wrote:
On 08.09.19 09:53, Nathaniel Smith wrote:
OTOH, __array_function__ doesn't allow this kind of simplification: if
we were using __array_function__ for ufuncs, every library would have
to special-case e
On Sun, Sep 8, 2019 at 1:04 AM Hameer Abbasi wrote:
>
> On 08.09.19 09:53, Nathaniel Smith wrote:
>> OTOH, __array_function__ doesn't allow this kind of simplification: if
>> we were using __array_function__ for ufuncs, every library would have
>> to special-case every individual ufunc, which lead
On 08.09.19 09:53, Nathaniel Smith wrote:
On Fri, Sep 6, 2019 at 11:53 AM Ralf Gommers
wrote:
On Fri, Sep 6, 2019 at 12:53 AM Nathaniel Smith wrote:
On Tue, Sep 3, 2019 at 2:04 AM Hameer Abbasi
wrote:
The fact that we're having to design more and more protocols for a lot
of very similar thi
On Fri, Sep 6, 2019 at 11:53 AM Ralf Gommers wrote:
> On Fri, Sep 6, 2019 at 12:53 AM Nathaniel Smith wrote:
>> On Tue, Sep 3, 2019 at 2:04 AM Hameer Abbasi
>> wrote:
>> > The fact that we're having to design more and more protocols for a lot
>> > of very similar things is, to me, an indicator