Remove the following np.number subtypes, and the related npt.NBitBase stuff.
int128 / uint128
int256 / uint256
float80 / complex160
float256 / complex512
This way, the only remaining extended precision types are
float96 / complex192
float128 / complex256
It's probably a good idea to also clean up _typing._extended_precision.
Remove the following
np.numbersubtypes, and the relatednpt.NBitBasestuff.int128/uint128int256/uint256float80/complex160float256/complex512This way, the only remaining extended precision types are
float96/complex192float128/complex256It's probably a good idea to also clean up
_typing._extended_precision.