Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SciML/OrdinaryDiffEq.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.94.0
Choose a base ref
...
head repository: SciML/OrdinaryDiffEq.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.95.0
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 22, 2025

  1. Update Project.toml

    ChrisRackauckas authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    84eab3e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Fix some tests

    The justification for this flip is rather deep... it's documented in EnzymeAD/Enzyme.jl#2360 . Basically `using Enzyme` first causes some behavioral changes in the nonlinear solver. The fact that it matters is almost random here, so I am just isolating the solver tests from this for now.
    ChrisRackauckas committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    b5d68c4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2683 from SciML/testfixes

    Fix some tests
    ChrisRackauckas authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    03b6155 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3174e15 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2684 from SciML/ChrisRackauckas-patch-2

    Fix Interface V tests
    ChrisRackauckas authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    7ac430e View commit details
    Browse the repository at this point in the history
  5. Update Project.toml

    ChrisRackauckas authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    f15b522 View commit details
    Browse the repository at this point in the history
Loading