May I suggest the following change to generate_umath.py?

<completely untested string change>
'sqrt' :
    Ufunc(1, 1, None,
          'square-root elementwise. For real x, the domain is restricted to x>=0.\n\
          For complex results for x<0 see numpy.scimath.sqrt',
          TD(inexact, f='sqrt'),
          TD(M, f='sqrt'),
          ),
'

When sqrt throws a ValueError would it be possible/appropriate for the error message to mention numpy.scimath.sqrt?

I'm just trying to think of other ways to help make the transition as smooth as possible for new users.

Greg
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to