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

add Trapezoidal rule #173

Merged
merged 18 commits into from
Sep 21, 2023
Merged

add Trapezoidal rule #173

merged 18 commits into from
Sep 21, 2023

Commits on Sep 7, 2023

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

Commits on Sep 8, 2023

  1. fix correctness bug

    IlianPihlajamaa committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    881804b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc0f12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ade9f6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7265f24 View commit details
    Browse the repository at this point in the history
  5. clarify error msgs

    IlianPihlajamaa committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c4a9208 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 17, 2023

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

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    aa677c4 View commit details
    Browse the repository at this point in the history
  2. now also works for Julia<= 1.9

    Apparently the `eachslice behaviour changed in 1.9 causing tests to fail...
    IlianPihlajamaa committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e7aefc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    608af76 View commit details
    Browse the repository at this point in the history
  2. bump sciml version

    lxvm committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2eb0090 View commit details
    Browse the repository at this point in the history
  3. use zip for evalrule iterator

    lxvm committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    346c0ac View commit details
    Browse the repository at this point in the history
  4. add docs and tests

    lxvm committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9ab8ab2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Merge pull request #1 from lxvm/IlianPihlajamaa/master

    add init interface for SampledIntegralProblem
    IlianPihlajamaa authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6ba2e3c View commit details
    Browse the repository at this point in the history
  2. Change type parameter in TrapezoidalUniformWeights

    Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
    IlianPihlajamaa and ChrisRackauckas authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    813a460 View commit details
    Browse the repository at this point in the history
  3. Improve type safety

    Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
    IlianPihlajamaa and ChrisRackauckas authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7c3d710 View commit details
    Browse the repository at this point in the history
  4. Improve type safety

    Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
    IlianPihlajamaa and ChrisRackauckas authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    65cf88d View commit details
    Browse the repository at this point in the history