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

Refactor iota computation and add limit #448

Merged
merged 44 commits into from
Jun 15, 2023
Merged

Commits on Mar 8, 2023

  1. Add limit at axis for iota

    unalmis committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    cec28fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    489b545 View commit details
    Browse the repository at this point in the history
  3. fix jax conditional

    unalmis committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d307ee9 View commit details
    Browse the repository at this point in the history
  4. Use axis indices from grid

    unalmis committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    06cd7cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e8c56f View commit details
    Browse the repository at this point in the history
  6. Add back iota dependency

    unalmis committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ab7c6ab View commit details
    Browse the repository at this point in the history
  7. Add current limit

    unalmis committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0692138 View commit details
    Browse the repository at this point in the history
  8. Add missing dependency

    unalmis committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4b5596c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

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

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    e4650e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a667288 View commit details
    Browse the repository at this point in the history
  3. review dog

    unalmis committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    98db0dc View commit details
    Browse the repository at this point in the history
  4. update variables

    unalmis committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    a9a3702 View commit details
    Browse the repository at this point in the history
  5. remove old comment

    unalmis committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    994e3c8 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    6632784 View commit details
    Browse the repository at this point in the history
  2. add test for |B| limit

    unalmis committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4c0ad76 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

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

Commits on May 29, 2023

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

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    33801a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    262fcbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d1d538 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. first pass at limit api

    - fails compute_everything test with derivative orders are out
    of initialized bounds message
    unalmis committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    75035e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa69c4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7be5851 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1573c5e View commit details
    Browse the repository at this point in the history
  5. formatting

    unalmis committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    ea78cdc View commit details
    Browse the repository at this point in the history
  6. Fix very big aliasing bug

    unalmis committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    688507f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dbc007a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    668b05f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dde66ae View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Add test for axis limit api

    unalmis committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    38f9ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    593dc7b View commit details
    Browse the repository at this point in the history
  3. add nan check to test

    unalmis committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f355ac6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62aef3e View commit details
    Browse the repository at this point in the history
  5. fix import order

    unalmis committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    16e4dff View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Address PR review comments

    unalmis committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b4903da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cec8399 View commit details
    Browse the repository at this point in the history
  3. Resolve flake commented code

    unalmis committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    4b4cea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebedc1f View commit details
    Browse the repository at this point in the history
  5. update get_params api

    unalmis committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9a7f3c1 View commit details
    Browse the repository at this point in the history
  6. make kwarg for consistency

    unalmis committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    22597db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6161cf View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

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