Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG, TST, DOC: fix core.missing._akima_interpolate will raise AttributeError #33784

Merged
merged 9 commits into from
Apr 26, 2020

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    6c42496 View commit details
    Browse the repository at this point in the history
  2. BUG: fix TypeError in __call__ in _akima_interpolate pandas-dev#33426

    The TypeError was in __call__ due to using wrong kwarg `der` instead of `nu`.
    hkennyv committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    a147bb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9460a83 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. DOC, CLN: Update docstring & logic in core.missing._akima_interolate

    Previous logic checked for `der` as a list or int. The new logic lets
    `scipy.interpolate.Akima1DInterpolator` raise a TypeError if `der` is
    the wrong type. Updated the docstring appropriately
    hkennyv committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    185a87d View commit details
    Browse the repository at this point in the history
  2. CLN: black formatting

    hkennyv committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    2195458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc7dfab View commit details
    Browse the repository at this point in the history
  4. add whatsnew entry

    hkennyv committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    4fc77c3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix_akima_interpolate_bug' of github.com:hkennyv/pandas…

    … into fix_akima_interpolate_bug
    hkennyv committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    33b5676 View commit details
    Browse the repository at this point in the history
  6. fix v1.1.0 docs not buildling

    hkennyv committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    ff1af65 View commit details
    Browse the repository at this point in the history