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

2015-03-02 Thread Charles R Harris
On Mon, Mar 2, 2015 at 5:51 PM, Nathaniel Smith wrote: > On Mon, Mar 2, 2015 at 2:57 PM, Stephan Hoyer 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. > > T

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

2015-03-02 Thread Chris Barker - NOAA Federal
>> 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 subtle differences in the algorithm as well. But not enough that it makes sense to change the numpy one. The results will be similar in most cases

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

2015-03-02 Thread Nathaniel Smith
On Mon, Mar 2, 2015 at 2:57 PM, Stephan Hoyer 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. -n -- Nathaniel J. Smith -- http://vorpus.org

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

2015-03-02 Thread Stephan Hoyer
Indeed, congratulations Chris! Are there plans to write a vectorized version for NumPy? :) On Mon, Mar 2, 2015 at 2:28 PM, Nathaniel Smith wrote: > ...on the acceptance of his PEP! PEP 485 adds a math.isclose function > to the standard library, encouraging people to do numerically more > reason