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/DiffEqGPU.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: SciML/DiffEqGPU.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 19, 2023

  1. CompatHelper: bump compat for DiffEqGPU to 3 for package docs, (keep …

    …existing compat)
    CompatHelper Julia committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4a7473f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Merge pull request #307 from SciML/compathelper/new_version/2023-10-1…

    …9-23-08-40-187-02665224521
    
    CompatHelper: bump compat for DiffEqGPU to 3 for package docs, (keep existing compat)
    ChrisRackauckas authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    518d95b View commit details
    Browse the repository at this point in the history
  2. Automatically convert incompatible vector problems to svector

    Required for diffeqr and diffeqpy. Note that the `f` functions are okay when generated by MTK, since it generates a dispatch for SA -> SA, so therefore all that's needed is the u0 and p conversion for this to work downstream.
    ChrisRackauckas committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8c95e15 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #308 from SciML/conversions

    Automatically convert incompatible vector problems to svector
    ChrisRackauckas authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e670b82 View commit details
    Browse the repository at this point in the history
  4. Update Project.toml

    ChrisRackauckas authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8bf5bb7 View commit details
    Browse the repository at this point in the history
Loading