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

incomplete implementation of qr decomposition #371

Closed
wants to merge 43 commits into from
Closed

incomplete implementation of qr decomposition #371

wants to merge 43 commits into from

Commits on Apr 23, 2021

  1. Lowercase MP macros

    tannewt committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    e3bf07c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a3c32a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cba8873 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. fix small glitch in optimize

    v923z committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    f375359 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #374 from v923z/optimize-fix

    fix small glitch in optimize
    v923z authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    64d53aa View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    bd3b030 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Dan Halbert <[email protected]>
    v923z and dhalbert authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    c79a993 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Co-authored-by: Dan Halbert <[email protected]>
    v923z and dhalbert authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    0924daa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #375 from v923z/readme

    add circuitpython compilation section to README
    v923z authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    ecae9e8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #370 from adafruit/lowercase_macros

    Lowercase MP macros
    v923z authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    3b2d7dd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    e01f805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16af741 View commit details
    Browse the repository at this point in the history
  3. refer to build script in readme

    v923z committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    9464cb7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #376 from v923z/readme

    update ESP32 compile instructions in readme
    v923z authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    6e0b9bb View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    ab60c5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e63c8e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    f9b0e43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba6409a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e52fa96 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Merge pull request #377 from RoboticExplorationLab/master

    Adding solve_triangular function in numpy.linalg module
    v923z authored May 7, 2021
    Configuration menu
    Copy the full SHA
    a61cd88 View commit details
    Browse the repository at this point in the history
  2. fix circuitpython CI

    change to lowercase macro style, so that `circuitpython` can automatically build
    v923z authored May 7, 2021
    Configuration menu
    Copy the full SHA
    1c02726 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. add docs for solve_triangular

    v923z committed May 9, 2021
    Configuration menu
    Copy the full SHA
    df2c994 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #380 from v923z/solve-docs

    add docs for solve_triangular
    v923z authored May 9, 2021
    Configuration menu
    Copy the full SHA
    3c39995 View commit details
    Browse the repository at this point in the history
  3. update docs

    v923z committed May 9, 2021
    Configuration menu
    Copy the full SHA
    43d7de1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #381 from v923z/doc-fix

    update docs
    v923z authored May 9, 2021
    Configuration menu
    Copy the full SHA
    5f1d4f5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    ebdff02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24f0001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d05843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b082fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b20ae8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #383 from jepler/fix-cp-build

    Fix cp build
    jepler authored May 10, 2021
    Configuration menu
    Copy the full SHA
    7616e44 View commit details
    Browse the repository at this point in the history
  7. fix uppercase macro

    v923z committed May 10, 2021
    Configuration menu
    Copy the full SHA
    d8f6b7b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. add tricks chapter

    v923z committed May 11, 2021
    Configuration menu
    Copy the full SHA
    3141d2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #384 from v923z/tricks

    add tricks chapter
    v923z authored May 11, 2021
    Configuration menu
    Copy the full SHA
    17cef6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f80be5f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #385 from v923z/trick-fix

    finish incomplete example snippet
    v923z authored May 11, 2021
    Configuration menu
    Copy the full SHA
    7271c13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c1ac71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    456b41b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d628d01 View commit details
    Browse the repository at this point in the history
  8. fix uppercase macro

    v923z committed May 11, 2021
    Configuration menu
    Copy the full SHA
    4e0c665 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e07a10d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

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

Commits on Jun 19, 2021

  1. implement mode keyword argument

    v923z committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    47a0b3c View commit details
    Browse the repository at this point in the history