> I agree. I think we should recommend sane, descriptive names that do the
> right thing. So ideally we'd have people spell their dtype specifiers as
> dtype=bool # or np.bool
> dtype=np.float64
> dtype=np.int64
> dtype=np.complex128
> The names with underscores at the end make little se
Hi Stanley,
Thank you!
Lianyuan
On Fri, Dec 11, 2020 at 2:49 PM Stanley Seibert
wrote:
> The development version of NumPy from Github requires Python 3.7 or later.
>
> On Fri, Dec 11, 2020 at 1:35 PM Lianyuan Zheng
> wrote:
>
>> Hello,
>>
>> On my linux server, I downloaded the NUMPY package
The development version of NumPy from Github requires Python 3.7 or later.
On Fri, Dec 11, 2020 at 1:35 PM Lianyuan Zheng wrote:
> Hello,
>
> On my linux server, I downloaded the NUMPY package from GitHub (git clone
> https://github.com/numpy/numpy.git) and then accessed the directory
> "numpy".
Hello,
On my linux server, I downloaded the NUMPY package from GitHub (git clone
https://github.com/numpy/numpy.git) and then accessed the directory
"numpy". When I typed command "python setup.py install", it shows the
following message:
File "setup.py", line 51
f"NumPy {VERSION} may not y
On Fri, Dec 11, 2020 at 1:12 PM Aaron Meurer wrote:
> On Fri, Dec 11, 2020 at 1:47 AM Eric Wieser
> wrote:
> >
> > > you might want to discuss this with us at the array API standard
> > > https://github.com/data-apis/array-api (which is currently in RFC
> > > stage). The spec uses bool as the n
On Fri, Dec 11, 2020 at 1:47 AM Eric Wieser wrote:
>
> > you might want to discuss this with us at the array API standard
> > https://github.com/data-apis/array-api (which is currently in RFC
> > stage). The spec uses bool as the name for the boolean dtype.
>
> I don't fully understand this argum
On Fri, 2020-12-11 at 11:35 +0100, Ralf Gommers wrote:
> On Thu, Dec 10, 2020 at 9:00 PM Sebastian Berg <
> sebast...@sipsolutions.net>
> wrote:
>
> Just deprecation `np.int` may make sense. That will already raise
> awareness, and leaving `np.float` as-is may prevent a lot of churn.
> And we
On Fri, 2020-12-11 at 12:09 +0100, Ralf Gommers wrote:
> On Wed, Dec 9, 2020 at 5:22 PM Sebastian Berg <
> sebast...@sipsolutions.net>
> wrote:
>
> > Hi all,
> >
> > Sorry that this will again be a bit complicated again :(. In brief:
> >
> > * I would like to pass around scalars in some (part
On Wed, Dec 9, 2020 at 5:22 PM Sebastian Berg
wrote:
> Hi all,
>
> Sorry that this will again be a bit complicated again :(. In brief:
>
> * I would like to pass around scalars in some (partially new) C-API
> to implement value-based promotion.
> * There are some subtle commutativity issues wit
On Thu, Dec 10, 2020 at 9:00 PM Sebastian Berg
wrote:
> On Thu, 2020-12-10 at 20:38 +0100, Ralf Gommers wrote:
> > On Thu, Dec 10, 2020 at 7:25 PM Sebastian Berg <
> > sebast...@sipsolutions.net>
> > wrote:
> >
> > > On Wed, 2020-12-09 at 13:37 -0800, Stephan Hoyer wrote:
> > > > On Wed, Dec 9, 2
On Fri, Dec 11, 2020 at 9:47 AM Eric Wieser
wrote:
> > you might want to discuss this with us at the array API standard
> > https://github.com/data-apis/array-api (which is currently in RFC
> > stage). The spec uses bool as the name for the boolean dtype.
>
> I don't fully understand this argume
> you might want to discuss this with us at the array API standard
> https://github.com/data-apis/array-api (which is currently in RFC
> stage). The spec uses bool as the name for the boolean dtype.
I don't fully understand this argument - `np.bool` is already not the
boolean dtype. Either:
* Th
12 matches
Mail list logo