RFR: #1008 Loss of precision in (complex) arcsinh & arctanh

http://scipy.org/scipy/numpy/ticket/1008 http://codereview.appspot.com/22054 -- Pauli Virtanen

Hey Pauli 2009/2/28 Pauli Virtanen <pav@iki.fi>:
http://scipy.org/scipy/numpy/ticket/1008 http://codereview.appspot.com/22054
Fantastic patch! Please apply. Cheers Stéfan

On Sat, Feb 28, 2009 at 11:08 PM, Pauli Virtanen <pav@iki.fi> wrote:
I added a few comments - the only significant one concerns types for unit tests: I think it would be nice to test for float and long double as well. David

On Sat, Feb 28, 2009 at 10:34 AM, David Cournapeau <cournape@gmail.com>wrote:
On Sat, Feb 28, 2009 at 11:08 PM, Pauli Virtanen <pav@iki.fi> wrote:
I added a few comments - the only significant one concerns types for unit tests: I think it would be nice to test for float and long double as well.
I saw some related test failures after updating and reinstalling my checkout. Deleting build and site-packages/numpy, and then reinstalling was all that was required for the tests to pass.

Mon, 02 Mar 2009 15:45:30 -0500, Darren Dale wrote: [clip]
I saw some related test failures after updating and reinstalling my checkout. Deleting build and site-packages/numpy, and then reinstalling was all that was required for the tests to pass.
The distutils build system apparently doesn't track dependencies to the *.inc.src files. -- Pauli Virtanen
participants (4)
-
Darren Dale
-
David Cournapeau
-
Pauli Virtanen
-
Stéfan van der Walt