26 Feb
2009
26 Feb
'09
7:30 a.m.
On Thu, 26 Feb 2009 03:03:58 +0000 (UTC) Pauli Virtanen <pav@iki.fi> wrote:
(For trying out the code review tool...)
Scipy bugs #503 and #849 are due to a non-robust implementation of Bessel I function in Cephes. The following changes address this, by using an implementation from the Boost library, converted to C:
http://codereview.appspot.com/20078
A git branch is here:
http://github.com/pv/scipy-work/tree/ticket-503-special-iv-fix
I'm thinking that this code would be ready to be committed in. I'm not aware of bugs in it.
-- Pauli Virtanen
How can I apply your patch ? Nils