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

DOC: Corrected Out-of-date list of sort algorithms #38503

Merged
merged 2 commits into from
Dec 30, 2020

Commits on Dec 30, 2020

  1. DOC: Corrected Out-of-date list of sort algorithms

    Reference Issues/PRs
    Fixes: pandas-dev#38287
    
    Implemented changes:
    Changed the docstring of all the methods using np.sort as it now includes one additional stable algorithm
    Damodara Puddu authored and Damodara Puddu committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    9bea1cc View commit details
    Browse the repository at this point in the history
  2. TST: Added the new supported sorting algorithm stable to test

    Addition to doc Fix PR: pandas-dev#38503
    
    Implemented changes:
    Parameterized tests with addition of the newly supported sorting method stable from numpy 1.15.0
    Damodara Puddu authored and Damodara Puddu committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    16bb784 View commit details
    Browse the repository at this point in the history