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

Support for np.partition #3320

Merged
merged 25 commits into from
Oct 17, 2018
Merged

Support for np.partition #3320

merged 25 commits into from
Oct 17, 2018

Commits on Sep 14, 2018

  1. initial commit

    rjenc29 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    45423a7 View commit details
    Browse the repository at this point in the history
  2. handle invalid kths

    rjenc29 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    849a2ce View commit details
    Browse the repository at this point in the history
  3. lots of tests

    rjenc29 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    9adad60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44a3d6f View commit details
    Browse the repository at this point in the history
  5. update travis

    rjenc29 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    3869e06 View commit details
    Browse the repository at this point in the history
  6. minor refinements

    rjenc29 committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    dc8170e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. added some comments

    rjenc29 committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    cba8568 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    f4cf6fb View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. Configuration menu
    Copy the full SHA
    b03cc56 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. np.partition speedup

    rjenc29 committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    d68de2f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    3cf00b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    888103e View commit details
    Browse the repository at this point in the history
  3. use seeded rng in tests

    rjenc29 committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    8df9811 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Configuration menu
    Copy the full SHA
    bbdd731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    380f301 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e9301b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebd6e61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0544c5 View commit details
    Browse the repository at this point in the history
  6. handle boolean inputs

    rjenc29 committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    821f060 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    511faa7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. reorder checks

    rjenc29 committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    2e3f111 View commit details
    Browse the repository at this point in the history
  2. relocate comment

    rjenc29 committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    614fcb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Configuration menu
    Copy the full SHA
    6293617 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. merge master

    rjenc29 committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    8ee1adb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc83639 View commit details
    Browse the repository at this point in the history