The np.typeDict dictionary is currently marked as a deprecated alias for np.sctypeDict:
|
# backwards compatibility --- deprecated name |
|
typeDict = sctypeDict |
The thing is, it has been marked as such over 14 years (6689502). Can it be removed at this point?
The
np.typeDictdictionary is currently marked as a deprecated alias fornp.sctypeDict:numpy/numpy/core/numerictypes.py
Lines 544 to 545 in fb27bd5
The thing is, it has been marked as such over 14 years (6689502). Can it be removed at this point?