[Numpy-discussion] Re: Introducing `np.types`

2023-02-10 Thread Nathan
On Fri, Feb 10, 2023 at 3:31 AM Sebastian Berg wrote: > Hi all, > > I was wondering if we should introduce a new `np.types` namespace. The > main reason is that we have the DType classes, that most users don't > need to worry about. These mirror the scalar classes, but getting them > is weird c

[Numpy-discussion] Introducing `np.types`

2023-02-10 Thread Sebastian Berg
Hi all, I was wondering if we should introduce a new `np.types` namespace. The main reason is that we have the DType classes, that most users don't need to worry about. These mirror the scalar classes, but getting them is weird currently. I never wanted to put these in the top-level (because I