[SciPy-Dev] better signature for stats.linregress
Ralf Gommers
ralf.gommers@googlemail....
Thu Jul 15 10:34:57 CDT 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.scipy.org/pipermail/scipy-dev/attachments/20100715/d29b2dc5/attachment.html
More information about the SciPy-Dev
mailing list