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
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