[SciPy-Dev] better signature for stats.linregress

Ralf Gommers ralf.gommers at googlemail.com
Thu Jul 15 11:34:57 EDT 2010


The current linregress signature is (*args) which is not very informative,
as pointed out in http://projects.scipy.org/scipy/ticket/1164. I propose to
change it to (x, y=None), which doesn't break any code. Changes and tests
are here: http://github.com/rgommers/scipy/commits/linregress-signature.

Does this look OK?

Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20100715/d29b2dc5/attachment.html>


More information about the SciPy-Dev mailing list