Back to Numpy

``typename`` is deprecated

doc/release/upcoming_changes/30774.deprecation.rst

2.5.0.dev0202 B
Original Source

typename is deprecated

numpy.typename is deprecated because the names returned by it were outdated and inconsistent. numpy.dtype.name can be used as a replacement.