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

ENH: Vectorising np.linalg.qr #19151

Merged
merged 26 commits into from Jul 14, 2021
Merged

ENH: Vectorising np.linalg.qr #19151

merged 26 commits into from Jul 14, 2021

Commits on Jun 3, 2021

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

Commits on Jun 4, 2021

  1. WIP

    czgdp1807 committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    d5cbb5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b58ba View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    885ba91 View commit details
    Browse the repository at this point in the history
  2. existing tests passed

    czgdp1807 committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    c33cf14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6cd5b2 View commit details
    Browse the repository at this point in the history
  4. documentation updated

    czgdp1807 committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    4da4e5e View commit details
    Browse the repository at this point in the history
  5. linting issue fixed

    czgdp1807 committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    89ff2af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4628497 View commit details
    Browse the repository at this point in the history
  7. resolved linting issues

    czgdp1807 committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    9418a17 View commit details
    Browse the repository at this point in the history
  8. resolved linting issues

    czgdp1807 committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    0d490d6 View commit details
    Browse the repository at this point in the history
  9. documentation fix

    czgdp1807 committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    3b64375 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    cd66940 View commit details
    Browse the repository at this point in the history
  2. Added release notes entry

    czgdp1807 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    3e7baee View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Addressed reviews

    czgdp1807 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c2dc5f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7529874 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Take work_count as it is

    czgdp1807 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    38fcfc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03bfafc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f1c88c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    e9df9fd View commit details
    Browse the repository at this point in the history
  2. refactoring complete

    czgdp1807 committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b5d469e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Addressed testing reviews

    czgdp1807 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    b498d65 View commit details
    Browse the repository at this point in the history
  2. addressed C reviews

    czgdp1807 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    e88849d View commit details
    Browse the repository at this point in the history
  3. fixed linting issues

    czgdp1807 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    c1f500b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

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

Commits on Jul 10, 2021

  1. removed redudancy in code

    czgdp1807 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    6e405d5 View commit details
    Browse the repository at this point in the history