[SciPy-Dev] request review of some test cleaning

Stéfan van der Walt stefan at sun.ac.za
Thu May 27 13:37:59 EDT 2010


On 27 May 2010 09:52, Warren Weckesser <warren.weckesser at enthought.com> wrote:
> On my "to do" list for scipy.linalg is the issue of the 'disp' argument
> and return values of funm, logm, signm and sqrtm.  It would be nice to
> just get rid of the 'disp' argument.  But that issue will have to wait
> until 0.9.

I also picked that up while reviewing.  If we leave 'disp' in place
and raise a warning on error (instead of printing), we're not
technically breaking the API.  We can also raise a pending deprecation
warning whenever `disp` is used.

Stéfan



More information about the SciPy-Dev mailing list