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

change field line integration to use diffrax #610

Merged
merged 32 commits into from
Sep 18, 2024

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    a15ad3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6896171 View commit details
    Browse the repository at this point in the history
  3. add to docstring

    dpanici committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c3fde2c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    6ca2471 View commit details
    Browse the repository at this point in the history
  2. add NaN check (not working currently) and ignore RuntimeWarnings (fro…

    …m netCDF4 but cannot only target that module)
    dpanici committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    0bc5340 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b70958 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. change ignore to only catch the bening ndarray size change warning (i…

    …f it is not benign, Cython would raise a ValueError, not a RuntimeWarning), and add kwrgs to integrate function
    dpanici committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2900dfa View commit details
    Browse the repository at this point in the history
  2. add missing pytest markers

    dpanici committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ab4b1d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    98512da View commit details
    Browse the repository at this point in the history
  2. add min stepsize (NaN event works now but compile time takes ages on …

    …diffrax's part), undo accidental ml_dtypes change, add ignore for benign equinox warning
    dpanici committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    140633c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

  1. change default terminating event to end integration if exit domain of…

    … interest defined by passed-in bounds
    dpanici committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ee285b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1705508 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    b9cee23 View commit details
    Browse the repository at this point in the history
  2. fix params arg

    dpanici committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    9709281 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    60cde73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062fc63 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    5a38899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee6fa85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f9175 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dab0a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4871332 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    534576a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

Commits on Aug 29, 2024

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

Commits on Sep 10, 2024

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

Commits on Sep 12, 2024

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

Commits on Sep 18, 2024

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