On Mon, Sep 2, 2019 at 11:21 PM Ralf Gommers wrote:
> On Mon, Sep 2, 2019 at 2:09 PM Nathaniel Smith wrote:
>> The reason this is challenging is that there's a lot of code written
>> in Cython/C/C++ that calls np.asarray,
>
> Cython code only perhaps? It would surprise me if there's a lot of C/C+
That's a lot of very good questions! Let me see if I can answer them
one-by-one.
On 06.09.19 09:49, Nathaniel Smith wrote:
Ah, whoops, I definitely missed that :-). That does change things!
So one of the major decision points for any duck-array API work, is
whether to modify the numpy semantics
https://numpy.org/neps/nep-0029-deprecation_policy.html
The outstanding concern in https://github.com/numpy/numpy/pull/14086 was
that some projects want to continue to support additional versions of
Python and numpy outside of the minimum support windows. The language has
been changed to specify
On Fri, Sep 6, 2019 at 1:32 AM Hameer Abbasi
wrote:
> That's a lot of very good questions! Let me see if I can answer them
> one-by-one.
>
> On 06.09.19 09:49, Nathaniel Smith wrote:
>
> But even that could be accomplished by just
> putting something in the docs. And adding the alias has substant
On Fri, Sep 6, 2019 at 12:53 AM Nathaniel Smith wrote:
> On Mon, Sep 2, 2019 at 11:21 PM Ralf Gommers
> wrote:
> > On Mon, Sep 2, 2019 at 2:09 PM 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 fo
On Fri, Sep 6, 2019 at 1:32 AM Hameer Abbasi
wrote:
> That's a lot of very good questions! Let me see if I can answer them
> one-by-one.
>
> On 06.09.19 09:49, Nathaniel Smith wrote:
>
> But those are general questions about unumpy, and I'm guessing no-one
> knows all the answers yet... and these
On Fri, Sep 6, 2019 at 2:45 PM Ralf Gommers wrote:
> There may be another very concrete one (that's not yet in the NEP): allowing
> other libraries that consume ndarrays to use overrides. An example is
> numpy.fft: currently both mkl_fft and pyfftw monkeypatch NumPy, something we
> don't like a
On Fri, Sep 6, 2019 at 11:44 AM Ralf Gommers wrote:
>
>
>
> On Fri, Sep 6, 2019 at 1:32 AM Hameer Abbasi
> wrote:
>>
>> That's a lot of very good questions! Let me see if I can answer them
>> one-by-one.
>>
>> On 06.09.19 09:49, Nathaniel Smith wrote:
>>
>> But even that could be accomplished b
Hi All,
On behalf of the NumPy team I am pleased to announce that NumPy 1.17.2 has
been released. This release contains fixes for bugs reported against NumPy
1.17.1 along with some documentation improvements. The most important fix
is for lexsort when the keys are of type (u)int8 or (u)int16. If y
On Fri, Sep 6, 2019 at 5:16 PM Nathaniel Smith wrote:
> On Fri, Sep 6, 2019 at 11:44 AM Ralf Gommers
> wrote:
> >
> >
> >
> > On Fri, Sep 6, 2019 at 1:32 AM Hameer Abbasi
> wrote:
> >>
> >> That's a lot of very good questions! Let me see if I can answer them
> one-by-one.
> >>
> >> On 06.09.19
On Fri, Sep 6, 2019 at 4:51 PM Nathaniel Smith wrote:
> On Fri, Sep 6, 2019 at 2:45 PM Ralf Gommers
> wrote:
> > There may be another very concrete one (that's not yet in the NEP):
> allowing other libraries that consume ndarrays to use overrides. An example
> is numpy.fft: currently both mkl_ff
11 matches
Mail list logo