nptyping v2.0.0.a2 Release Notes

Release Date: 2022-03-27 // about 2 years ago
    • ๐Ÿ”„ Changed the interface of NDArray: switched the order to NDArray[SHAPE, DTYPE] to be compatible to numpy.ndarray.pyi
    • โž• Added autocompletion for all attributes of ndarray by changing the implementation of NDArray
    • โž• Added CONTRIBUTING.md
    • โž• Added support for dynamic type checker: beartype
    • โž• Added support for dynamic type checker: typeguard