Dev Days 1: Cython

Numpy Static Syntax Options:

 cdef ndarray[float, 2] arr = x
 cdef ndarray<float, 2> arr = x

or some other syntax? (Consensus is that none of these are ideal.)