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

Implement sortslices, deprecate sortrows/sortcols #28332

Merged
merged 1 commit into from
Jul 30, 2018
Merged

Commits on Jul 30, 2018

  1. Implement sortslices, deprecate sortrows/sortcols

    As discussed on triage, `sortslices` is the higher dimensional extension
    of `sortrows`/`sortcols`. The dimensions being specified are the dimensions
    (and for higher dimensions the order of the dimensions) to slice along. See
    the help text for an example of the higher dimensional behavior. Deprecate
    sortrows/sortcols in favor of sortslices.
    Keno committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    8463532 View commit details
    Browse the repository at this point in the history