Numba.numpy_support.as_dtype gone?

I used to have code to create a numpy array from numba DictType[int32,int32]._dict_type.value_type / key_type.

It seems that numba.numpy_support.as_dtype is gone. What’s the recommended way to convert from a numba type to a numpy one?

Thanks in advance.

  • Stuart

Are you looking for numba.np.numpy_support.as_dtype ? That seems to exist in v0.56.4 and on the current main branch on Github