[Numpy-discussion] [SciPy-User] Congratulations to Chris Barker...

Charles R Harris charlesr.harris at gmail.com
Mon Mar 2 20:23:35 EST 2015


On Mon, Mar 2, 2015 at 5:51 PM, Nathaniel Smith <njs at pobox.com> wrote:

> On Mon, Mar 2, 2015 at 2:57 PM, Stephan Hoyer <shoyer at gmail.com> wrote:
> > Indeed, congratulations Chris!
> >
> > Are there plans to write a vectorized version for NumPy? :)
>
> np.isclose isn't identical, but IIRC the only difference is the defaults.
>
>
There are two differences I saw. Numpy requires the error to be less than
the sum of the relative and absolute errors, the pep uses the maximum of
the two. The other is that numpy as a key word for nans to compare equal.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20150302/f9402513/attachment.html>


More information about the NumPy-Discussion mailing list