<div dir="ltr"><div dir="ltr"><div>Dear ALL,</div><div><br></div><div>In the process of porting an existing (but abandoned) package to the latest version of Numpy, I stumbled upon a call to a 'numpy.nansqrt' function, which seems not to exist.</div><div><br></div><div>Here is the specific code:</div><div><br></div><div>def normTrans(y):<br>    denom = np.nansqrt(np.nansum(y**2))<br>    return y/denom<br></div><div><br></div><div>As far as I could find, there is no such 'nansqrt' function in the current version of Numpy, so I suspect that the above code has not been properly tested.</div><div><br></div><div>Am I right, or that function had existed in some past version of Numpy?</div><div><br></div><div>Thanks in advance for any comments or suggestions.  <br></div><div><br></div><div>Best regards,<br></div></div></div>