You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #136, the generic "nbit" parameter has no use anymore for the these abstract scalar types. This type parameter is only still used in _numtype to shorten type-alias definitions.
From a type-theoretical perspective, this type parameter is invalid: It does not describe anything (yet is invariant), and should therefore be removed.
Since NumPy 2.2 it is no longer a required type parameter, so that should make the transition less painful.
The text was updated successfully, but these errors were encountered:
Since #136, the generic "nbit" parameter has no use anymore for the these abstract scalar types. This type parameter is only still used in
_numtype
to shorten type-alias definitions.From a type-theoretical perspective, this type parameter is invalid: It does not describe anything (yet is invariant), and should therefore be removed.
Since NumPy 2.2 it is no longer a required type parameter, so that should make the transition less painful.
The text was updated successfully, but these errors were encountered: