Skip to content

v1.4.1

Compare
Choose a tag to compare
@ramonhagenaars ramonhagenaars released this 23 Mar 20:38
· 45 commits to master since this release
  • Fixed instance checks of some types that did not properly respond to non-numpy types.
  • Fixed instance checks with nptyping.Object.
  • Fixed identities of NPTyping instances: NDArray[(3,), int] is NDArray[(3,), int].