Hi all, I tried to use the new function matrix_power, but I can't find it. >>> matrix_power(array([[0,1],[-1,0]]),10) Traceback (most recent call last): File "<stdin>", line 1, in ? NameError: name 'matrix_power' is not defined >>> numpy.__version__ '1.0.5.dev4968' Am I missing something ? Nils