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