NDFunctionMixin
now passes the calling type, not the dispatch type to_Assists
wrappers. [#22]NumPyFunctionOverloader
's keys are now the function's module + name, since NumPy sometimes swaps the function behind the scenes, making it a poor choice of key. [#22]_NumPyInfo
is renamed to_NumPyFuncOverloadInfo
[#16]dispatch_on
type information is added to the_NumPyFuncOverloadInfo
object to which it dispatches. [#21]- Arguments to
TypeConstraint.validate_types
(and subclasses) are now positional-only. [#21]
TODO