Hello,I receive the following error when trying:>>> import numpy as np>>> np.timedelta64(10, 's')TypeError: function takes at most 1 argument (2 given) I know this is probably fully implemented in Numpy 1.7, but what about 1.6.1?