Open mtbc opened 2 years ago
I am holding off for now because numpy 1.21 offers NDArray
and, from my MCViNE environment, if I conda install numpy=1.21
then I get numpy 1.20.3.
Possibly also worth waiting for https://github.com/numpy/numpy/issues/16544 before putting effort in here.
It would make sense to add at least some level of type hinting to our code, especially starting while the project is young. CI could then use Mypy.