[SciPy-Dev] Modifying interpolate.pade function

Ralf Gommers ralf.gommers at gmail.com
Wed Sep 5 23:49:56 EDT 2018


On Wed, Sep 5, 2018 at 5:43 AM Joshua Wharton <jfw48 at cam.ac.uk> wrote:

> Hi all,
>
>
>
> This is my first time contributing to scipy, so apologies if I’ve messed
> up somehow.
>
> Here is a link to the PR https://github.com/scipy/scipy/pull/9211)
>

That looks good. I didn't review in detail, but from a process/git/etc
perspective it looks like you did everything right.

Currently interpolate.pade only takes the order of the denominator with the
> order of the numerator assumed from the order of the inputted array . Added
> an optional parameter (following standard naming convention of the pade
> function) which specifies the order of the numerator. This is useful if the
> order of the inputted array returns a higher order (and computationally
> more expensive) numerator than needed. This change does not affect any
> currently written code, I cannot see any obvious performance cost. Do you
> think this modification is acceptable for scipy?
>



> Also I would like to say that the docs for contributing are wonderful.
>

That's great to hear:)

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20180905/9f543d94/attachment.html>


More information about the SciPy-Dev mailing list