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 dynamic measurements with debugger #5749

Merged
merged 39 commits into from
Jun 7, 2024

Commits on Apr 30, 2024

  1. implement breakpoint()

    Jaybsoni committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    20eef13 View commit details
    Browse the repository at this point in the history
  2. added docstring and tests

    Jaybsoni committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c814e7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f120900 View commit details
    Browse the repository at this point in the history
  4. format

    Jaybsoni committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    508bb8b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 10, 2024

  1. Add missing test coverage

    Jaybsoni committed May 10, 2024
    Configuration menu
    Copy the full SHA
    18bffe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f82ea4d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 23, 2024

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

Commits on May 27, 2024

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

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    ac476fa View commit details
    Browse the repository at this point in the history
  2. Added tests

    Jaybsoni committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5b1ad2c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Address code review comments

    Jaybsoni committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f7feadb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d7bfbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e00723 View commit details
    Browse the repository at this point in the history
  4. merge

    Jaybsoni committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9b9c99b View commit details
    Browse the repository at this point in the history
  5. [skip ci]

    Jaybsoni committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a897a47 View commit details
    Browse the repository at this point in the history
  6. merge [skip ci]

    Jaybsoni committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8cd8255 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. fix typo

    Jaybsoni committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6751e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f537c39 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Add probs support

    Jaybsoni committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    74a2292 View commit details
    Browse the repository at this point in the history
  2. [skip ci]

    Merge branch 'debugging_feature' into algo_debug_breakpoint
    Jaybsoni committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9ef7b88 View commit details
    Browse the repository at this point in the history
  3. [skip ci]

    Merge branch 'algo_debug_breakpoint' into algo_debug_measurements
    Jaybsoni committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bdf7ba8 View commit details
    Browse the repository at this point in the history
  4. fix output, [skip ci]

    Jaybsoni committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    eb8e852 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

  1. Apply suggestions from code review

    Co-authored-by: Mikhail Andrenkov <mikhail@xanadu.ai>
    Jaybsoni and Mandrenkov committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    13f55f0 View commit details
    Browse the repository at this point in the history
  2. [skip ci]

    Merge branch 'debugging_feature' into algo_debug_breakpoint
    Jaybsoni committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    18b75df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b31827 View commit details
    Browse the repository at this point in the history
  4. format tests

    Jaybsoni committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    84890ff View commit details
    Browse the repository at this point in the history
  5. fix bugs

    Jaybsoni committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1d03db1 View commit details
    Browse the repository at this point in the history
  6. merge base branch, [skip ci]

    Merge branch 'algo_debug_breakpoint' into algo_debug_measurements
    Jaybsoni committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1ad2d3c View commit details
    Browse the repository at this point in the history
  7. missing test, [skip ci]

    Jaybsoni committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7ca926e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    b37c117 View commit details
    Browse the repository at this point in the history
  2. format, [skip ci]

    Jaybsoni committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    246a12b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1803c0b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Apply suggestions from code review

    Co-authored-by: Utkarsh <utkarshazad98@gmail.com>
    Jaybsoni and obliviateandsurrender committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d554e23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebfbc7f View commit details
    Browse the repository at this point in the history
  3. lint + format

    Jaybsoni committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    aa7d354 View commit details
    Browse the repository at this point in the history