You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Fix requirement that user DTypes had to be heaptypes
Requiring heap-types currently does not make sense, because the
way to create a new DType is clunky if you were to make a heaptype.
This was an initial thought, which panned out inconvenient now, so
changing. This has no effect, except for experimental user DTypes
when `NUMPY_EXPERIMENTAL_DTYPE_API=1` is used.
0 commit comments