From: Fred C. <fr...@uc...> - 2006-05-19 16:58:41
|
None of the functions in section 4.5 of the manual seem to be implemented: >>> import numpy >>> numpy.__version__ '0.9.6' >>> a = numpy.array([0.]) >>> numpy.isdtype(a) Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'module' object has no attribute 'isdtype' ? Fred Clare |