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
>> 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
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
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