Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 640 Bytes

CHANGES.rst

File metadata and controls

26 lines (17 loc) · 640 Bytes

Version 0.1

New Features

  • 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]

0.0.1

TODO