nptyping v1.4.1 Release Notes

Release Date: 2021-03-23 // about 3 years ago
    • ๐Ÿ›  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].